mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
debootstrap: add --variant example (#7223)
This commit is contained in:
parent
1aac1576f9
commit
1e44908607
1 changed files with 4 additions and 0 deletions
|
@ -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/}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue