summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorJeff Bailey <jbailey@ubuntu.com>2005-08-05 11:46:54 -0400
committerJeff Bailey <jbailey@ubuntu.com>2005-08-05 11:46:54 -0400
commit3d319f70b29f804234fa5eb6e93c1168b0d2dddf (patch)
treecb7c4fd3eb4d39b9e6728503907543e6f96b8b3c /init
parente52d7074e9eed3252a86edd634c50ec44c45c968 (diff)
downloadinitramfs-tools-3d319f70b29f804234fa5eb6e93c1168b0d2dddf.tar.gz
initramfs-tools-3d319f70b29f804234fa5eb6e93c1168b0d2dddf.zip
DSDT, init-premount, and add sata_nv
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