Kaydet (Commit) ee70e4f7 authored tarafından Clement Lefebvre's avatar Clement Lefebvre

live-installer-stop: Suppress most errors during post-install reboot

We want to avoid seeing squashfs errors here..
üst c633e2f7
......@@ -82,6 +82,9 @@ do_stop ()
echo $MSG > /dev/console
fi
umount /lib/live/mount/rootfs/filesystem.squashfs >/dev/null 2>&1
umount /lib/live/mount/overlay >/dev/null 2>&1
umount /lib/live/mount >/dev/null 2>&1
eject -p -m $device >/dev/null 2>&1
if [ "$prompt" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment