forked from josch/mmdebstrap
document how to use mmdebstrap as a debootstrap wrapper
This commit is contained in:
parent
fa12e4f488
commit
dc9a5dc281
1 changed files with 7 additions and 0 deletions
|
@ -5592,6 +5592,13 @@ Use as replacement for autopkgtest-build-qemu and vmdb2:
|
||||||
sync : umount / : shutdown
|
sync : umount / : shutdown
|
||||||
$ qemu-img convert -O qcow2 debian-unstable.img debian-unstable.qcow2
|
$ qemu-img convert -O qcow2 debian-unstable.img debian-unstable.qcow2
|
||||||
|
|
||||||
|
As a debootstrap wrapper to run it without superuser privileges but using Linux
|
||||||
|
user namespaces instead. This fixes Debian bug #829134.
|
||||||
|
|
||||||
|
$ mmdebstrap --variant=custom --mode=unshare \
|
||||||
|
--setup-hook='env container=lxc debootstrap unstable "$1"' \
|
||||||
|
- debian-debootstrap.tar
|
||||||
|
|
||||||
=end comment
|
=end comment
|
||||||
|
|
||||||
Build a non-Debian chroot like Ubuntu bionic:
|
Build a non-Debian chroot like Ubuntu bionic:
|
||||||
|
|
Loading…
Reference in a new issue