Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/linux/debootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 an 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:

Expand Down
2 changes: 1 addition & 1 deletion pages/linux/tmt-try.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

- Use a specific operating system:

`tmt try {{fedora-41}}`
`tmt try {{rhel-9}}`

- Select both custom image and provision method:

Expand Down
6 changes: 3 additions & 3 deletions pages/linux/toolbox-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}`
4 changes: 2 additions & 2 deletions pages/linux/toolbox-enter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}`
4 changes: 2 additions & 2 deletions pages/linux/toolbox-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}`