Skip to content

Commit 65c861e

Browse files
committed
fine tuning
1 parent d1e175e commit 65c861e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/etc-rc.d-0020-loadmodules.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ case $1 in
5353
mdev -s
5454
printf "${bold}Loading USB drivers ${success} ${normal}\n"
5555
printf "${bold}Loading MISC drivers... ${normal}\n"
56-
for n in sd_mod sg usb_storage ; do
56+
for n in sd_mod sg usb_storage sr_mod iso9660 virtio_net ; do
5757
modprobe $n
5858
done
5959
;;

0 commit comments

Comments
 (0)