network: fix an error message

master
Lubomir Rintel 2018-08-31 16:51:38 +02:00 committed by Harald Hoyer
parent 0aa2e5f728
commit 1c4a51c39c
1 changed files with 1 additions and 1 deletions

View File

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