livecd: rc.live - no, if we dont have udev hotplug will load these
havner
havner at pld-linux.org
Tue Jul 11 09:28:24 CEST 2006
Author: havner Date: Tue Jul 11 07:28:24 2006 GMT
Module: livecd Tag: HEAD
---- Log message:
- no, if we dont have udev hotplug will load these
---- Files affected:
livecd:
rc.live (1.28 -> 1.29)
---- Diffs:
================================================================
Index: livecd/rc.live
diff -u livecd/rc.live:1.28 livecd/rc.live:1.29
--- livecd/rc.live:1.28 Mon Jul 10 16:10:48 2006
+++ livecd/rc.live Tue Jul 11 09:28:19 2006
@@ -200,12 +200,6 @@
echo -n "Usb${COUNT}: ${I}"
let $((++COUNT))
done
-
- if [ ! "$UDEV" = "yes" ]; then
- echo ohci-hcd >> /etc/modules
- echo uhci-hcd >> /etc/modules
- echo ehci-hcd >> /etc/modules
- fi
fi
if [ "$CONFIG_PCMCIA" = "yes" ] && ! getparam nopcmcia; then
@@ -458,7 +452,6 @@
show "Making entries in /etc/fstab"
busy
-
echo "# autogenerated" >> /etc/fstab
================================================================
---- CVS-web:
http://cvs.pld-linux.org/livecd/rc.live?r1=1.28&r2=1.29&f=u
More information about the pld-cvs-commit
mailing list