Update install.sh
This commit is contained in:
parent
9f29c9090c
commit
83601acd00
|
@ -154,6 +154,7 @@ echo "Done."
|
|||
echo "Installing basic packages.."
|
||||
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 &&
|
||||
echo -e
|
||||
echo "Base system installed."
|
||||
echo -e
|
||||
|
@ -209,7 +210,7 @@ arch-chroot /mnt passwd
|
|||
|
||||
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.
|
||||
title Arch Linux
|
||||
|
||||
|
@ -239,7 +240,7 @@ options init=/usr/lib/systemd/systemd
|
|||
#options loglevel=3
|
||||
EOF
|
||||
|
||||
cat << EOF > /mnt/boot/loader/arch-fallback.conf
|
||||
cat << EOF > /mnt/boot/loader/entries/arch-fallback.conf
|
||||
title Arch Linux Fallback
|
||||
linux /vmlinuz-linux
|
||||
initrd /initramfs-linux-fallback.img
|
||||
|
|
Loading…
Reference in New Issue