From: Lubomir Rintel Date: Fri, 31 Aug 2018 14:51:38 +0000 (+0200) Subject: network: fix an error message X-Git-Tag: 049~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c4a51c39c8ed9908ae8118eff78d3476eaddf61;p=thirdparty%2Fdracut.git network: fix an error message --- diff --git a/modules.d/40network/netroot.sh b/modules.d/40network/netroot.sh index c80a59fe6..207364cdb 100755 --- a/modules.d/40network/netroot.sh +++ b/modules.d/40network/netroot.sh @@ -46,7 +46,7 @@ if [ -z "$2" ]; then # we die. Otherwise we just warn if [ -z "$new_root_path" ] ; then [ -n "$BOOTDEV" ] && die "No dhcp root-path received for '$BOOTDEV'" - warn "No dhcp root-path received for '$BOOTDEV' trying other interfaces if available" + warn "No dhcp root-path received for '$netif' trying other interfaces if available" exit 1 fi