Bootloader einträge korrigiert
This commit is contained in:
parent
2e32e70c40
commit
9e4d8eccb0
2 changed files with 1 additions and 1 deletions
2
base.sh
2
base.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue