Fix systemd-boot
parent
ac8dbf682e
commit
1292bf4e6d
12
install.sh
12
install.sh
|
@ -135,15 +135,15 @@ timeout 4
|
|||
console-mode max
|
||||
\" > /boot/loader/loader.conf
|
||||
echo \"title Arch Linux
|
||||
linux /vmlinuz-linux
|
||||
initrd /intel-ucode.img
|
||||
initrd /initramfs-linux.img
|
||||
linux /vmlinuz-linux-zen
|
||||
initrd /$CPU_VENDOR-ucode.img
|
||||
initrd /initramfs-linux-zen.img
|
||||
options root="LABEL=Arch" rw
|
||||
\" > /boot/loader/entries/arch.conf
|
||||
echo \"title Arch Linux (fallback initramfs)
|
||||
linux /vmlinuz-linux
|
||||
initrd /intel-ucode.img
|
||||
initrd /initramfs-linux-fallback.img
|
||||
linux /vmlinuz-linux-zen
|
||||
initrd /$CPU_VENDOR-ucode.img
|
||||
initrd /initramfs-linux-zen-fallback.img
|
||||
options root="LABEL=Arch" rw
|
||||
\" > /boot/loader/entries/arch_fallback.conf
|
||||
mkinitcpio -P
|
||||
|
|
Loading…
Reference in New Issue