]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
i18n/parse-i18n.sh: remove udev rules
authorHarald Hoyer <harald@redhat.com>
Mon, 30 Jul 2012 15:01:08 +0000 (17:01 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 30 Jul 2012 15:08:52 +0000 (17:08 +0200)
modules.d/10i18n/parse-i18n.sh

index 90152cf0399ddd5082a1ff5417719791e0b14b45..3aa8d70b13b7d722b7c1bf9e2500fe34874d086b 100755 (executable)
@@ -36,6 +36,7 @@ if [ -f /etc/locale.conf ]; then
 fi
 
 if [ -n "$DRACUT_SYSTEMD" ]; then
-    rm -f /{etc,lib}/udev/rules.d/10-console.rules
+    rm -f /etc/udev/rules.d/10-console.rules
+    rm -f /lib/udev/rules.d/10-console.rules
     rm -f /lib/udev/console_init
 fi