X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Fboot%2F9990-overlay.sh;fp=scripts%2Fboot%2F9990-overlay.sh;h=10054e8251b23daecd5dda332dfc1bc9ff695b2a;hb=0fe4dfe31285d1ee9c2ef07f41a4d4f3c9aca893;hp=71e9a74934ceed4406b8a3337a53fa9e5b6ed962;hpb=7bbaf49cf579c3e6efef522e698cf4e183f3cbe7;p=live-boot-grml.git diff --git a/scripts/boot/9990-overlay.sh b/scripts/boot/9990-overlay.sh index 71e9a74..10054e8 100755 --- a/scripts/boot/9990-overlay.sh +++ b/scripts/boot/9990-overlay.sh @@ -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 }