biosdevname: be verbose about biosdevname activation

This commit is contained in:
Harald Hoyer 2011-03-07 13:31:27 +01:00
parent 6fecffaab5
commit 8be12be16a

View File

@ -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