From 1296f284cbef55214aa800c2e6b2940d79502b2d Mon Sep 17 00:00:00 2001 From: Itxaka Date: Wed, 1 Mar 2023 16:58:01 +0100 Subject: [PATCH] Update dracut/29kcrypt/generator.sh Co-authored-by: Mauro Morales --- dracut/29kcrypt/generator.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dracut/29kcrypt/generator.sh b/dracut/29kcrypt/generator.sh index 96d6c2b..eacba5a 100755 --- a/dracut/29kcrypt/generator.sh +++ b/dracut/29kcrypt/generator.sh @@ -9,8 +9,8 @@ GENERATOR_DIR="$2" oem_label=$(getarg rd.cos.oemlabel=) -// Several things indicate booting from a different media so we should not do anything -// rd.cos.disable is set on LIVECD and disables mounting of any type +## Several things indicate booting from a different media so we should not do anything +## rd.cos.disable is set on LIVECD and disables mounting of any type if getargbool 0 rd.cos.disable; then exit 0 fi