We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e175e commit 65c861eCopy full SHA for 65c861e
patches/etc-rc.d-0020-loadmodules.sh
@@ -53,7 +53,7 @@ case $1 in
53
mdev -s
54
printf "${bold}Loading USB drivers ${success} ${normal}\n"
55
printf "${bold}Loading MISC drivers... ${normal}\n"
56
- for n in sd_mod sg usb_storage ; do
+ for n in sd_mod sg usb_storage sr_mod iso9660 virtio_net ; do
57
modprobe $n
58
done
59
;;
0 commit comments