Bootloader einträge korrigiert

This commit is contained in:
eichehome 2023-01-13 01:45:21 +01:00
parent 2e32e70c40
commit 9e4d8eccb0
2 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ echo "initrd /initramfs-linux-zen-fallback.img" >> /boot/loader/entries/arch-
echo "options root=LABEL=arch rootflags=subvol=@" >> /boot/loader/entries/arch-fallback.conf
# Entry Arch LTS Fallback
echo "title Arch Linux LTS Fallback" > /boot/loader/entries/arch-fallback.conf
echo "title Arch Linux LTS Fallback" > /boot/loader/entries/arch-lts-fallback.conf
echo "linux /vmlinuz-linux-lts" >> /boot/loader/entries/arch-lts-fallback.conf
# AMD
echo "initrd /amd-ucode.img" >> /boot/loader/entries/arch-lts-fallback.conf