Remove autodetect from mkinicpio hooks

This commit is contained in:
Lasath Fernando
2024-10-27 02:03:09 +00:00
committed by Lasath Fernando
parent 8fe98c93d6
commit dc4172b987

View File

@@ -17,7 +17,7 @@ cat <<- EOF > mkinitcpio.conf
MODULES=(overlay)
BINARIES=()
FILES=()
HOOKS=(base systemd autodetect modconf kms keyboard block sd-encrypt filesystems fsck systemd-extension plymouth microcode)
HOOKS=(base systemd modconf kms keyboard block sd-encrypt filesystems fsck systemd-extension plymouth microcode)
EOF
echo "rw rootflags=subvol=@kdeos_$IMAGE_VERSION,compress=zstd:1 \