From ecf44ad05eeb0fcb304f36ac644903343556da7e Mon Sep 17 00:00:00 2001 From: zador-blood-stained Date: Sat, 2 Jan 2016 21:47:24 +0300 Subject: [PATCH] Small fix --- debootstrap-ng.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debootstrap-ng.sh b/debootstrap-ng.sh index 6fae0c097f..e3f0e2d422 100644 --- a/debootstrap-ng.sh +++ b/debootstrap-ng.sh @@ -475,6 +475,7 @@ create_image() # DEBUG: stage: final customizations touch $DEST/cache/mount/boot/.enable_ttyS0 + touch $DEST/cache/mount/root/.not_logged_in_yet # unmount /boot first, rootfs second, image file last if [[ $BOOTSIZE != 0 ]]; then umount -l $DEST/cache/mount/boot; fi