Adding upstream version 4.0~a7.
[live-boot-grml.git] / scripts / boot / 9990-overlay.sh
index 71e9a74..10054e8 100755 (executable)
@@ -402,5 +402,5 @@ setup_unionfs ()
         # ensure that a potentially stray tmpfs gets removed
         # otherways, initramfs-tools is unable to remove /live
         # and fails to boot
-        umount /live/overlay || true
+        umount /live/overlay > /dev/null 2>&1 || true
 }