Applying slightly modified patch from Reinhard Tartler <siretart@tauware.de> to ensur...
authorDaniel Baumann <daniel@debian.org>
Sun, 30 Sep 2012 07:59:45 +0000 (09:59 +0200)
committerDaniel Baumann <daniel@debian.org>
Sun, 30 Sep 2012 07:59:45 +0000 (09:59 +0200)
scripts/boot/9990-overlay.sh

index 3ee382e..55254c7 100755 (executable)
@@ -425,4 +425,8 @@ setup_unionfs ()
                mount -o bind /live/overlay "${rootmnt}/lib/live/overlay" || \
                log_warning_msg "W: failed to mount /live/overlay to ${rootmnt}/lib/live/overlay"
 
+        # ensure that a potentially stray tmpfs gets removed
+        # otherways, initramfs-tools is unable to remove /live
+        # and fails to boot
+        umount /live/overlay || true
 }