diff options
| author | Jeff Bailey <jbailey@ubuntu.com> | 2005-06-09 17:23:35 +0000 |
|---|---|---|
| committer | Jeff Bailey <jbailey@ubuntu.com> | 2005-06-09 17:23:35 +0000 |
| commit | ac222142f849ed340c3b7a0300a57cc3153e0436 (patch) | |
| tree | bd18cbcc48bca8596a3af10c9e5fe8c2ca3c3509 /init | |
| parent | 8cfdec86dd2e4662a09d6384ab9042d32636560d (diff) | |
| download | initramfs-tools-ac222142f849ed340c3b7a0300a57cc3153e0436.tar.gz initramfs-tools-ac222142f849ed340c3b7a0300a57cc3153e0436.zip | |
Add hookscripts
Diffstat (limited to 'init')
| -rw-r--r-- | init | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -40,6 +40,8 @@ for x in $(cat /proc/cmdline); do esac done +run_scripts /scripts/init_top + . /scripts/${BOOT} # Load the modules @@ -57,6 +59,8 @@ fi mountroot +run_scripts /scripts/init_bottom + umount /sys umount /proc |
