debootstrap
Create a minimal Debian-based system in a directory.
Syntax
$debootstrap [OPTIONS] RELEASE TARGET [MIRROR]
Optionen
--arch ARCH
Zielarchitektur
--variant=minbase
Sehr minimales System
--include=PACKAGES
Additional install packages
Examples
Examples
$sudo debootstrap stable /srv/chroot/debian http://deb.debian.org/debian
Examples
$sudo debootstrap --arch amd64 bookworm /mnt/debroot http://deb.debian.org/debian
Typical use cases
debootstrap --help
man debootstrap
Note
Typical Debian tool for chroots, container-based systems, and recovery.
Export