Update install.sh

This commit is contained in:
proledatarian 2022-02-13 15:36:14 +00:00
parent 9f29c9090c
commit 83601acd00
1 changed files with 3 additions and 2 deletions

View File

@ -154,6 +154,7 @@ echo "Done."
echo "Installing basic packages.." echo "Installing basic packages.."
echo -e echo -e
pacstrap /mnt base base-devel firefox konsole linux linux-firmware linux-zen lvm2 networkmanager nano plasma-desktop sddm sddm-kcm && pacstrap /mnt base base-devel firefox konsole linux linux-firmware linux-zen lvm2 networkmanager nano plasma-desktop sddm sddm-kcm &&
pacstrap /mnt base base-devel firefox konsole linux linux-firmware linux-zen lvm2 networkmanager nano plasma-desktop sddm sddm-kcm &&
echo -e echo -e
echo "Base system installed." echo "Base system installed."
echo -e echo -e
@ -209,7 +210,7 @@ arch-chroot /mnt passwd
arch-chroot /mnt bootctl install arch-chroot /mnt bootctl install
cat << EOF > /mnt/boot/loader/arch.conf cat << EOF > /mnt/boot/loader/entries/arch.conf
# The title of your systemd-boot entry. # The title of your systemd-boot entry.
title Arch Linux title Arch Linux
@ -239,7 +240,7 @@ options init=/usr/lib/systemd/systemd
#options loglevel=3 #options loglevel=3
EOF EOF
cat << EOF > /mnt/boot/loader/arch-fallback.conf cat << EOF > /mnt/boot/loader/entries/arch-fallback.conf
title Arch Linux Fallback title Arch Linux Fallback
linux /vmlinuz-linux linux /vmlinuz-linux
initrd /initramfs-linux-fallback.img initrd /initramfs-linux-fallback.img