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