From cd7e9bc00333ee31d289a71acd3e7feb6a7ba639 Mon Sep 17 00:00:00 2001 From: Emanuele Rocca Date: Sat, 8 Apr 2023 11:55:04 +0200 Subject: [PATCH] mmdebstrap: add page (#10011) --- pages/linux/mmdebstrap.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pages/linux/mmdebstrap.md diff --git a/pages/linux/mmdebstrap.md b/pages/linux/mmdebstrap.md new file mode 100644 index 000000000..8922bddcc --- /dev/null +++ b/pages/linux/mmdebstrap.md @@ -0,0 +1,17 @@ +# mmdebstrap + +> Create a Debian chroot. +> Alternative to `debootstrap`. +> More information: . + +- 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}}`