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