diff options
author | Jeff Bailey <jbailey@ubuntu.com> | 2005-08-05 11:46:54 -0400 |
---|---|---|
committer | Jeff Bailey <jbailey@ubuntu.com> | 2005-08-05 11:46:54 -0400 |
commit | 3d319f70b29f804234fa5eb6e93c1168b0d2dddf (patch) | |
tree | cb7c4fd3eb4d39b9e6728503907543e6f96b8b3c /init | |
parent | e52d7074e9eed3252a86edd634c50ec44c45c968 (diff) | |
download | initramfs-tools-3d319f70b29f804234fa5eb6e93c1168b0d2dddf.tar.gz initramfs-tools-3d319f70b29f804234fa5eb6e93c1168b0d2dddf.zip |
DSDT, init-premount, and add sata_nv
Diffstat (limited to 'init')
-rw-r--r-- | init | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |