From daa849060119e9d806b802a5bfffc41058207684 Mon Sep 17 00:00:00 2001 From: The_miro Date: Sat, 29 Nov 2025 15:01:18 +0100 Subject: [PATCH] manually set kernel when mkinicpio --- setup/arch-autoinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/arch-autoinstall.sh b/setup/arch-autoinstall.sh index bacd209..128e43d 100755 --- a/setup/arch-autoinstall.sh +++ b/setup/arch-autoinstall.sh @@ -181,7 +181,7 @@ else sed -i 's/^HOOKS=.*/HOOKS=(base systemd autodetect modconf block encrypt filesystems keyboard fsck)/' /etc/mkinitcpio.conf fi -mkinitcpio -P +mkinitcpio -p $KERNEL ################################################### # GRUB CONFIG