modprobe -a
This commit is contained in:
parent
34948df581
commit
d26d26d044
4
init
4
init
@ -26,9 +26,7 @@ mount -t devtmpfs none /dev
|
|||||||
# TODO parse /proc/cmdline
|
# TODO parse /proc/cmdline
|
||||||
|
|
||||||
# load drivers
|
# load drivers
|
||||||
for d in $(echo "$drivers"); do
|
modprobe -a $drivers
|
||||||
modprobe "$d"
|
|
||||||
done
|
|
||||||
|
|
||||||
# find rootfs
|
# find rootfs
|
||||||
# TODO busybox findfs doesn't support PART{UUID,LABEL}.
|
# TODO busybox findfs doesn't support PART{UUID,LABEL}.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user