File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1111
1212` sudo debootstrap --variant=minbase stable {{path/to/debian-root}}/ `
1313
14- - Create an Ubuntu 20.04 system inside the ` focal -root` directory with a local mirror:
14+ - Create a Debian Unstable system inside the ` sid -root` directory with a local mirror:
1515
16- ` sudo debootstrap focal {{path/to/focal -root}}/ {{file:///path/to/mirror/}} `
16+ ` sudo debootstrap sid {{path/to/sid -root}}/ {{file:///path/to/mirror/}} `
1717
1818- Switch to a bootstrapped system:
1919
Original file line number Diff line number Diff line change 1313
1414- Use a specific operating system:
1515
16- ` tmt try {{fedora-41 }} `
16+ ` tmt try {{rhel-9 }} `
1717
1818- Select both custom image and provision method:
1919
Original file line number Diff line number Diff line change 1717
1818- Create a ` toolbox ` container from a custom Fedora image:
1919
20- ` toolbox create {{[-i|--image]}} {{registry.fedoraproject.org /fedora-toolbox:39 }} `
20+ ` toolbox create {{[-i|--image]}} {{quay.io /fedora/fedora:tag }} `
2121
22- - Create a ` toolbox ` container using the default image for Fedora 39 :
22+ - Create a ` toolbox ` container using the default image for a specific Fedora release :
2323
24- ` toolbox create {{[-d|--distro]}} {{fedora}} {{[-r|--release]}} {{f39 }} `
24+ ` toolbox create {{[-d|--distro]}} {{fedora}} {{[-r|--release]}} f{{version }} `
Original file line number Diff line number Diff line change 1212
1313` toolbox enter {{[-r|--release]}} {{release}} `
1414
15- - Enter a toolbox container using the default image for Fedora 39 :
15+ - Enter a toolbox container using the default image for a specific Fedora release :
1616
17- ` toolbox enter {{[-d|--distro]}} {{fedora}} {{[-r|--release]}} {{f39 }} `
17+ ` toolbox enter {{[-d|--distro]}} {{fedora}} {{[-r|--release]}} f{{version }} `
Original file line number Diff line number Diff line change 1212
1313` toolbox run {{[-d|--distro]}} {{distribution}} {{[-r|--release]}} {{release}} {{command}} `
1414
15- - Run ` emacs ` inside a ` toolbox ` container using the default image for Fedora 39 :
15+ - Run ` emacs ` inside a ` toolbox ` container using the default image for a specific Fedora release :
1616
17- ` toolbox run {{[-d|--distro]}} {{fedora}} {{[-r|--release]}} {{f39 }} {{emacs}} `
17+ ` toolbox run {{[-d|--distro]}} {{fedora}} {{[-r|--release]}} f{{version }} {{emacs}} `
You can’t perform that action at this time.
0 commit comments