* Shut up some udev warnings.

svn path=/nixos/trunk/; revision=27806
This commit is contained in:
Eelco Dolstra 2011-07-17 11:01:31 +00:00
parent 6490c6ba21
commit c971f2b1ac

View File

@ -192,6 +192,7 @@ in
echo "" > /proc/sys/kernel/hotplug || true echo "" > /proc/sys/kernel/hotplug || true
mkdir -p /var/lib/udev/rules.d mkdir -p /var/lib/udev/rules.d
touch /var/lib/udev/rules.d/70-persistent-cd.rules /var/lib/udev/rules.d/70-persistent-net.rules
# Do the loading of additional stage 2 kernel modules. # Do the loading of additional stage 2 kernel modules.
# Maybe this isn't the best place... # Maybe this isn't the best place...