diff options
author | Jeff Bailey <jbailey@ubuntu.com> | 2005-06-16 20:26:16 +0000 |
---|---|---|
committer | Jeff Bailey <jbailey@ubuntu.com> | 2005-06-16 20:26:16 +0000 |
commit | 9c603dd111d019e87d0135459d3b15c996565e14 (patch) | |
tree | 93862044ffadb054a6dde411fb8c354810c40bed /init | |
parent | 333765e767ca14365b8078598aee55bfb5a4db32 (diff) | |
download | initramfs-tools-9c603dd111d019e87d0135459d3b15c996565e14.tar.gz initramfs-tools-9c603dd111d019e87d0135459d3b15c996565e14.zip |
Use modprobe instead of insmod
Diffstat (limited to 'init')
-rw-r--r-- | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ run_scripts /scripts/init-top # Load the modules # FIXME - do module options here for x in $(cat /conf/modules); do - insmod /modules/$x + modprobe $x done # Populate /dev tree |