mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
mmdebstrap: add page (#10011)
This commit is contained in:
parent
401f0388c3
commit
cd7e9bc003
1 changed files with 17 additions and 0 deletions
17
pages/linux/mmdebstrap.md
Normal file
17
pages/linux/mmdebstrap.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# mmdebstrap
|
||||
|
||||
> Create a Debian chroot.
|
||||
> Alternative to `debootstrap`.
|
||||
> More information: <https://gitlab.mister-muffin.de/josch/mmdebstrap/>.
|
||||
|
||||
- Create a Debian Stable directory chroot:
|
||||
|
||||
`sudo mmdebstrap stable {{path/to/debian-root/}}`
|
||||
|
||||
- Create a Debian Bookworm tarball chroot using a mirror:
|
||||
|
||||
`mmdebstrap bookworm {{path/to/debian-bookworm.tar}} {{http://mirror.example.org/debian}}`
|
||||
|
||||
- Create a Debian Sid tarball chroot with additional packages:
|
||||
|
||||
`mmdebstrap sid {{path/to/debian-sid.tar}} --include={{pkg1,pkg2}}`
|
Loading…
Add table
Reference in a new issue