debootstrap: add --variant example (#7223)

beep
Emanuele Rocca 2021-10-25 18:41:00 +02:00 committed by GitHub
parent 1aac1576f9
commit 1e44908607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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/}}`