From f8a9f6175613e4bf85b8d532af538e588b407a93 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Sat, 28 Jul 2018 07:37:46 +0200 Subject: [PATCH] Update mount root --- root/package/base-files/files/lib/preinit/80_mount_root | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/package/base-files/files/lib/preinit/80_mount_root b/root/package/base-files/files/lib/preinit/80_mount_root index 9c3f86ec..762512bc 100644 --- a/root/package/base-files/files/lib/preinit/80_mount_root +++ b/root/package/base-files/files/lib/preinit/80_mount_root @@ -6,11 +6,11 @@ do_mount_root() { mount_root boot_run_hook preinit_mount_root - [ -e /dev/sda1 ] && mount /dev/sda1 /boot + [ -e /dev/sda1 ] && mount /dev/sda1 /boot >/dev/null 2>&1 [ -f /boot/sysupgrade.tgz ] && { mv /boot/sysupgrade.tgz / } - [ -e /dev/sda1 ] && umount /boot + [ -e /dev/sda1 ] && umount /boot >/dev/null 2>&1 [ -f /sysupgrade.tgz ] && { echo "- config restore -" cd /