aboutsummaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rw-r--r--functions8
1 files changed, 8 insertions, 0 deletions
diff --git a/functions b/functions
index a02bd3b..f4435b1 100644
--- a/functions
+++ b/functions
@@ -372,6 +372,14 @@ fsck_reboot() {
exit 0
}
+mount_all() {
+ stat_busy "Mounting Local Filesystems"
+ run_hook sysinit_premount
+ mount -a -t $NETFS -O no_netdev
+ run_hook sysinit_postmount
+ stat_done
+}
+
###############################
# Custom hooks in initscripts #
###############################