From a94478fbabc8672171ab79ec21a9c36a360a65d8 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 29 May 2016 02:25:00 +0200 Subject: Silence a (harmless) error during network boot. We bind-mount /run if we started dhcpcd - so it can not be un-mounted at the end of the init. --- liveinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liveinit b/liveinit index e9a4485..f14439f 100755 --- a/liveinit +++ b/liveinit @@ -1069,7 +1069,7 @@ fi unset ERR umount /proc umount /sys -umount /run +umount /run 2>/dev/null # We disable the filesystem checking code in /etc/rc.d/rc.S, # so we need to keep the fs writable here. #mount -o ro,remount /mnt/overlay 2>/dev/null -- cgit v1.2.3