From: Cong Wang Date: Tue, 29 May 2012 09:00:32 +0000 (+0800) Subject: Remove netroot check in cmdline parsing code X-Git-Tag: 019~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=037984c80ef5cfab4afc29b7b9d555e9a87f698d;p=thirdparty%2Fdracut.git Remove netroot check in cmdline parsing code Relax the rules for kdump, we don't specify netroot in kdump. Cc: Harald Hoyer Cc: Dave Young Cc: Vivek Goyal Signed-off-by: Cong Wang --- diff --git a/modules.d/40network/parse-vlan.sh b/modules.d/40network/parse-vlan.sh index 60b09d8c2..3ba228922 100644 --- a/modules.d/40network/parse-vlan.sh +++ b/modules.d/40network/parse-vlan.sh @@ -9,9 +9,6 @@ # Check if vlan parameter is valid if getarg vlan= >/dev/null ; then - if [ -z "$netroot" ] ; then - die "No netboot configured, vlan is invalid" - fi : fi