From b59212937dab344a0457455350ef75c116afd637 Mon Sep 17 00:00:00 2001 From: The_miro Date: Sat, 29 Nov 2025 15:35:39 +0100 Subject: [PATCH] var fix kernel install? --- 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 e26e26b..8425f75 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 $KERNEL +mkinitcpio -p "$KERNEL" ################################################### # GRUB CONFIG