]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
biosdevname: be verbose about biosdevname activation
authorHarald Hoyer <harald@redhat.com>
Mon, 7 Mar 2011 12:31:27 +0000 (13:31 +0100)
committerHarald Hoyer <harald@redhat.com>
Mon, 7 Mar 2011 12:37:22 +0000 (13:37 +0100)
modules.d/97biosdevname/parse-biosdevname.sh

index 3e0be04ecb7b8a4241f261e1e667c13fe2b03dfe..049b15694936555d215cd024e694bdd24586c57e 100755 (executable)
@@ -6,6 +6,7 @@ if ! getargbool 1 biosdevname; then
     udevproperty UDEV_BIOSDEVNAME=
     rm -f /etc/udev/rules.d/71-biosdevname.rules
 else
+    info "biosdevname=1: activating biosdevname network renaming"
     udevproperty UDEV_BIOSDEVNAME=1
 fi