From 7d7c88c83315e9ebfc01f835a8af29dcf5317510 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 25 Apr 2014 15:22:34 +0200 Subject: use unsafe-io in all (s)chroots --- bin/chroot-installation.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/chroot-installation.sh') diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index f8c82dee..921a9315 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -97,6 +97,9 @@ EOF } bootstrap() { + mkdir -p "$CHROOT_TARGET/etc/dpkg/dpkg.cfg.d" + echo force-unsafe-io > "$CHROOT_TARGET/etc/dpkg/dpkg.cfg.d/02dpkg-unsafe-io" + echo "Bootstraping $1 into $CHROOT_TARGET now." sudo debootstrap $1 $CHROOT_TARGET $MIRROR prepare_bootstrap $1 -- cgit v1.2.3-70-g09d2