From 037984c80ef5cfab4afc29b7b9d555e9a87f698d Mon Sep 17 00:00:00 2001 From: Cong Wang Date: Tue, 29 May 2012 17:00:32 +0800 Subject: [PATCH] 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 --- modules.d/40network/parse-vlan.sh | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.47.3