From 93b8efda845bf3ef2c9daa23b05f23f6cdf3604d Mon Sep 17 00:00:00 2001 From: Matthias Klumpp Date: Sun, 19 Aug 2018 20:19:43 +0200 Subject: [PATCH] Try to ensure we bootstrap with merged-usr This actually is default in debootstrap, but we are still not getting it... --- auto/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto/config b/auto/config index 88ca144..d95a7f9 100755 --- a/auto/config +++ b/auto/config @@ -178,6 +178,6 @@ lb config noauto \ --iso-volume "PureOS $dist_version $FLAVOR_PRETTY" \ --image-name $IMAGE_FILENAME \ --linux-flavours $kernel_flavour \ - --debootstrap-options --keyring=/usr/share/keyrings/pureos-archive-keyring.gpg \ + --debootstrap-options '--merged-usr --keyring=/usr/share/keyrings/pureos-archive-keyring.gpg' \ $lb_opts \ "${@}"