diff --git a/pages/linux/debootstrap.md b/pages/linux/debootstrap.md index 2da3d5403..30ce05d64 100644 --- a/pages/linux/debootstrap.md +++ b/pages/linux/debootstrap.md @@ -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/}}`