diff options
Diffstat (limited to 'initramfs/initrd-stuff/init')
| -rwxr-xr-x | initramfs/initrd-stuff/init | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/initramfs/initrd-stuff/init b/initramfs/initrd-stuff/init index b90b60b9..9e829375 100755 --- a/initramfs/initrd-stuff/init +++ b/initramfs/initrd-stuff/init @@ -90,8 +90,9 @@ hwautocfg pre preinit [ -x /bin/preinit.local ] && /bin/preinit.local -# start device auto discovery service - busybox or distro specific function -runudev +# start device auto discovery service - busybox (or distro specific function) +#mdev -s # enable this one +runudev #(remove that functions soon, see #129, #130 ...) # switch off the several configuration methods, will be switched on # according to kernel commandline settings |
