Update dracut/29kcrypt/generator.sh

Co-authored-by: Mauro Morales <contact@mauromorales.com>
This commit is contained in:
Itxaka
2023-03-01 16:58:01 +01:00
committed by GitHub
parent 9c7c27af89
commit 1296f284cb

View File

@@ -9,8 +9,8 @@ GENERATOR_DIR="$2"
oem_label=$(getarg rd.cos.oemlabel=) oem_label=$(getarg rd.cos.oemlabel=)
// Several things indicate booting from a different media so we should not do anything ## 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 ## rd.cos.disable is set on LIVECD and disables mounting of any type
if getargbool 0 rd.cos.disable; then if getargbool 0 rd.cos.disable; then
exit 0 exit 0
fi fi