mirror of
https://github.com/KDE/kde-linux.git
synced 2026-04-18 05:29:01 -04:00
style++
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user