From b60d5e90a5a7c97b53da143366c071cc43f60534 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 7 Mar 2011 13:14:10 +0100 Subject: [PATCH] fips/fips.sh: die(), if boot= is not present or has wrong format --- modules.d/01fips/fips.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.3