debootstrap: add --variant example (#7223)
This commit is contained in:
@@ -7,6 +7,10 @@
|
|||||||
|
|
||||||
`sudo debootstrap stable {{path/to/debian-root/}} http://deb.debian.org/debian`
|
`sudo debootstrap stable {{path/to/debian-root/}} http://deb.debian.org/debian`
|
||||||
|
|
||||||
|
- Create a minimal system including only required packages:
|
||||||
|
|
||||||
|
`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 Ubuntu 20.04 system inside the `focal-root` directory with a local mirror:
|
||||||
|
|
||||||
`sudo debootstrap focal {{path/to/focal-root/}} {{file:///path/to/mirror/}}`
|
`sudo debootstrap focal {{path/to/focal-root/}} {{file:///path/to/mirror/}}`
|
||||||
|
Reference in New Issue
Block a user