This commit is contained in:
Harald Sitter
2026-04-13 19:02:20 +02:00
parent ef363735c4
commit adece9b4d7

View File

@@ -20,11 +20,10 @@ fi
# Ensure all DKMS modules are built for this kernel before we generate the initramfs
if ! dkms autoinstall -k "$kernel_version"; then
echo "Error: DKMS autoinstall failed" >&2
exit 1
echo "Error: DKMS autoinstall failed" >&2
exit 1
fi
# NOTE: plymouth MUST be after systemd as per the wiki!
cat <<- EOF > mkinitcpio.conf
MODULES=(overlay)