Merge branch 'master' into changes_v4

This commit is contained in:
Itxaka
2023-02-06 18:16:00 +01:00
committed by GitHub

3
dracut/28immucore/generator.sh Executable file → Normal file
View File

@@ -33,6 +33,9 @@ oem_label=$(getarg rd.cos.oemlabel=)
echo "Type=oneshot" echo "Type=oneshot"
echo "RemainAfterExit=yes" echo "RemainAfterExit=yes"
echo "ExecStart=/usr/bin/immucore start" echo "ExecStart=/usr/bin/immucore start"
echo "[Install]"
echo "RequiredBy=initrd-fs.target"
} > "$GENERATOR_DIR"/immucore.service } > "$GENERATOR_DIR"/immucore.service