X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-chroot/blobdiff_plain/770c82289f13159361211624829a78fa8d893449..a323afdf371df04b036f18fee47b912ce42ce200:/bin/chroot-maint diff --git a/bin/chroot-maint b/bin/chroot-maint index ba6aa50..6202f49 100755 --- a/bin/chroot-maint +++ b/bin/chroot-maint @@ -2116,7 +2116,7 @@ class ChrootJob (BaseJob): ## Install the base system. progress("install base system") - run_root(["eatmydata", "debootstrap"] + + run_root(["eatmydata", "debootstrap", "--no-merged-usr"] + (arch in C.FOREIGN_ARCHS and ["--foreign"] or []) + ["--arch=" + arch, "--variant=minbase", "--include=" + ",".join(C.BASE_PACKAGES),