mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 03:47:03 +00:00
initscripts: Make umountfs a bit more robust, bump PR
Avoids error messages on shutdown. Imported from OE commit 072cad0100fd828e7fee8f3fa3ade23e4306b394 (From OE-Core rev: 5188687660f5aa37014aac50c43e141f032455d7) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -16,9 +16,9 @@ swapoff -a
|
||||
|
||||
# We leave /proc mounted.
|
||||
echo "Unmounting local filesystems..."
|
||||
mount -o remount,ro /mnt/ram
|
||||
umount -f -a -r
|
||||
|
||||
grep -q /mnt/ram /proc/mounts && mount -o remount,ro /mnt/ram
|
||||
mount -o remount,ro /
|
||||
|
||||
umount -f -a -r > /dev/null 2>&1
|
||||
|
||||
: exit 0
|
||||
|
||||
Reference in New Issue
Block a user