From: Harald Hoyer Date: Mon, 7 Mar 2011 12:14:10 +0000 (+0100) Subject: fips/fips.sh: die(), if boot= is not present or has wrong format X-Git-Tag: 009~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b60d5e90a5a7c97b53da143366c071cc43f60534;p=thirdparty%2Fdracut.git fips/fips.sh: die(), if boot= is not present or has wrong format --- diff --git a/modules.d/01fips/fips.sh b/modules.d/01fips/fips.sh index a8db43b78..d7615c8df 100755 --- a/modules.d/01fips/fips.sh +++ b/modules.d/01fips/fips.sh @@ -18,6 +18,8 @@ do_fips() bootok=1 ;; /dev/*) bootok=1 ;; + *) + die "You have to specify boot= as a boot option for fips=1" ;; esac if ! [ -e "$boot" ]; then