diff options
Diffstat (limited to 'functions')
-rw-r--r-- | functions | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -477,6 +477,7 @@ fsck_reboot() { mount_all() { mount -a -t "nosysfs,no${NETFS//,/,no}" -O no_netdev + return $(($? & ~64)) # ignore return code 64: some mounts succeeded } umount_all() { |