diff --git a/pages/linux/debootstrap.md b/pages/linux/debootstrap.md index 4dd6e0931b4e67..0f2f9b1c22a6e7 100644 --- a/pages/linux/debootstrap.md +++ b/pages/linux/debootstrap.md @@ -11,9 +11,9 @@ `sudo debootstrap --variant=minbase stable {{path/to/debian-root}}/` -- Create an Ubuntu 20.04 system inside the `focal-root` directory with a local mirror: +- Create a Debian Unstable system inside the `sid-root` directory with a local mirror: -`sudo debootstrap focal {{path/to/focal-root}}/ {{file:///path/to/mirror/}}` +`sudo debootstrap sid {{path/to/sid-root}}/ {{file:///path/to/mirror/}}` - Switch to a bootstrapped system: diff --git a/pages/linux/tmt-try.md b/pages/linux/tmt-try.md index cf0b4b9cbe9e14..8c836fe385dda1 100644 --- a/pages/linux/tmt-try.md +++ b/pages/linux/tmt-try.md @@ -13,7 +13,7 @@ - Use a specific operating system: -`tmt try {{fedora-41}}` +`tmt try {{rhel-9}}` - Select both custom image and provision method: diff --git a/pages/linux/toolbox-create.md b/pages/linux/toolbox-create.md index 4c869b15e56bb9..b65dbf214ba2c7 100644 --- a/pages/linux/toolbox-create.md +++ b/pages/linux/toolbox-create.md @@ -17,8 +17,8 @@ - Create a `toolbox` container from a custom Fedora image: -`toolbox create {{[-i|--image]}} {{registry.fedoraproject.org/fedora-toolbox:39}}` +`toolbox create {{[-i|--image]}} {{quay.io/fedora/fedora:tag}}` -- Create a `toolbox` container using the default image for Fedora 39: +- Create a `toolbox` container using the default image for a specific Fedora release: -`toolbox create {{[-d|--distro]}} {{fedora}} {{[-r|--release]}} {{f39}}` +`toolbox create {{[-d|--distro]}} {{fedora}} {{[-r|--release]}} f{{version}}` diff --git a/pages/linux/toolbox-enter.md b/pages/linux/toolbox-enter.md index 1cac31d9ceba4b..68f33bdcae1d22 100644 --- a/pages/linux/toolbox-enter.md +++ b/pages/linux/toolbox-enter.md @@ -12,6 +12,6 @@ `toolbox enter {{[-r|--release]}} {{release}}` -- Enter a toolbox container using the default image for Fedora 39: +- Enter a toolbox container using the default image for a specific Fedora release: -`toolbox enter {{[-d|--distro]}} {{fedora}} {{[-r|--release]}} {{f39}}` +`toolbox enter {{[-d|--distro]}} {{fedora}} {{[-r|--release]}} f{{version}}` diff --git a/pages/linux/toolbox-run.md b/pages/linux/toolbox-run.md index 08db20e0ce2591..683539e929ee05 100644 --- a/pages/linux/toolbox-run.md +++ b/pages/linux/toolbox-run.md @@ -12,6 +12,6 @@ `toolbox run {{[-d|--distro]}} {{distribution}} {{[-r|--release]}} {{release}} {{command}}` -- Run `emacs` inside a `toolbox` container using the default image for Fedora 39: +- Run `emacs` inside a `toolbox` container using the default image for a specific Fedora release: -`toolbox run {{[-d|--distro]}} {{fedora}} {{[-r|--release]}} {{f39}} {{emacs}}` +`toolbox run {{[-d|--distro]}} {{fedora}} {{[-r|--release]}} f{{version}} {{emacs}}`