diff options
author | Michael-Luke Jones <mlj28@cam.ac.uk> | 2006-09-28 15:41:26 +0000 |
---|---|---|
committer | Michael-Luke Jones <mlj28@cam.ac.uk> | 2006-09-28 15:41:26 +0000 |
commit | 1decdb826d58ca77eedf9516b4b250b03d398afc (patch) | |
tree | f47c9e97068dda1786e8b34453b1a5895f580a7d /packages/slugos-init/files/boot | |
parent | c4de89456a82bc97d97b0905f33f825ee303a099 (diff) |
slugos-init: Further improvements to module loading
Diffstat (limited to 'packages/slugos-init/files/boot')
-rw-r--r-- | packages/slugos-init/files/boot/disk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/slugos-init/files/boot/disk b/packages/slugos-init/files/boot/disk index d0b093c602..dca1e422aa 100644 --- a/packages/slugos-init/files/boot/disk +++ b/packages/slugos-init/files/boot/disk @@ -26,7 +26,7 @@ then # # load USB & SCSI storage modules (/proc required!) echo "boot: loading modules required for boot" - loadusbmods + loaddiskmods # # Mount read-write because before exec'ing init # If a UUID is given (in the environment) this |