Small fix

This commit is contained in:
zador-blood-stained 2016-01-02 21:47:24 +03:00
parent b2a804ab22
commit ecf44ad05e

View File

@ -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