aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions b/functions
index 833711b..9f2078d 100644
--- a/functions
+++ b/functions
@@ -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() {