summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init4
1 files changed, 4 insertions, 0 deletions
diff --git a/init b/init
index b2a89e1..e1fee77 100644
--- a/init
+++ b/init
@@ -64,6 +64,10 @@ if [ x${break} = xyes ]; then
panic "Spawning shell within the initramfs"
fi
+log_begin_msg "Running /scripts/init-premount"
+run_scripts /scripts/init-premount
+log_end_msg
+
log_begin_msg "Mounting root file system"
mountroot
log_end_msg