From 54902399948caafc424dee2f6453c6598a1d926c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 17 Feb 2013 15:53:53 +0100 Subject: [PATCH] Silencing unmounting of potentially stray tmpfs on /live/overlay. --- scripts/boot/9990-overlay.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.1.4