Update dracut/29kcrypt/generator.sh

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

View File

@@ -14,7 +14,7 @@ oem_label=$(getarg rd.cos.oemlabel=)
if getargbool 0 rd.cos.disable; then
exit 0
fi
// Netboot is set on...well, netboot obiously
## Netboot is set on...well, netboot obiously
if getargbool 0 netboot; then
exit 0
fi