X-Git-Url: http://git.grml.org/?p=grml-udev-config.git;a=blobdiff_plain;f=debian%2Fgrml-udev-config.grml-udev.init;fp=debian%2Fgrml-udev-config.grml-udev.init;h=8d106e5496424a1e18a484af00d0156b585f7f23;hp=8818e143e61296404dee9c2380318b734bd12ad8;hb=7632e7f9521300c745f72c6c0b10c776659aba46;hpb=3ba4d8e4cf4401e2208a7716c6b494bfb39a5400 diff --git a/debian/grml-udev-config.grml-udev.init b/debian/grml-udev-config.grml-udev.init index 8818e14..8d106e5 100644 --- a/debian/grml-udev-config.grml-udev.init +++ b/debian/grml-udev-config.grml-udev.init @@ -81,13 +81,6 @@ case "$1" in printf 'Warning: /etc/grml/autoconfig.functions could not be read.\n'>&2 fi - # ugly workaround to get udev >=208-6 without systemd working - # without long delay during udev startup :( more details at - # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754987 - if cat /sys/class/net/lo/operstate 2>/dev/null | grep -q 'down' ; then - ip link set dev lo up - fi - # support bootoption noudev and inform user how to skip # execution of udev (being bootoption noudev) if ! grep -q noudev /proc/cmdline ; then