From 228c3ff979fa3085edc2b979965aee5c4c74618b Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Wed, 30 Jun 2021 09:48:47 -0400 Subject: [PATCH] fixing bootloader --- archinstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archinstall.sh b/archinstall.sh index b100436..c638f17 100755 --- a/archinstall.sh +++ b/archinstall.sh @@ -96,9 +96,9 @@ sysinstall () { echoc " - Installing bootloader." $GREEN arch-chroot /mnt bootctl install - echo "default arch" > /mnt/boot/loader/loader.conf + echo "default arch \ntimeout 4" > /mnt/boot/loader/loader.conf - echo "title Arch Linux linux /vmlinuz-linux initrd /initramfs-linux.img options root=PARTUUID=$(blkid -s PARTUUID -o value "$part_root") rw" > /mnt/boot/loader/entries/arch.conf + echo "title Arch Linux \nlinux /vmlinuz-linux \ninitrd /initramfs-linux.img \noptions root=PARTUUID=$(blkid -s PARTUUID -o value "$part_root") rw" > /mnt/boot/loader/entries/arch.conf echoc " - Updating fstab." $GREEN genfstab -t PARTUUID /mnt >> /mnt/etc/fstab