debootstrap: add --variant example (#7223)

This commit is contained in:
Emanuele Rocca
2021-10-25 18:41:00 +02:00
committed by GitHub
parent 1aac1576f9
commit 1e44908607

View File

@@ -7,6 +7,10 @@
`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:
`sudo debootstrap focal {{path/to/focal-root/}} {{file:///path/to/mirror/}}`