setup-dchroot: Request unmerged /usr
[mirror/dsa-puppet.git] / modules / schroot / files / setup-dchroot
index c3cc504..8a6926b 100755 (executable)
@@ -352,6 +352,7 @@ debootstrap \
     --include="$include" \
     --variant=buildd \
     --arch="$arch" \
+    --no-merged-usr \
     "$suite_alias" "$rootdir" "$mirror" "$script"
 echo "$tuple" > "$rootdir/etc/debian_chroot"
 echo "force-unsafe-io" > "$rootdir/etc/dpkg/dpkg.cfg.d/force-unsafe-io"