mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Fixed fallback initramfs.
This commit is contained in:
parent
064cb77ed3
commit
6cdfb6a751
1 changed files with 2 additions and 2 deletions
|
|
@ -436,9 +436,9 @@ menuentry "Arch Linux" {
|
||||||
volume "Arch Linux"
|
volume "Arch Linux"
|
||||||
loader /vmlinuz-$kernel
|
loader /vmlinuz-$kernel
|
||||||
initrd /initramfs-$kernel.img
|
initrd /initramfs-$kernel.img
|
||||||
options "rd.luks.name=$UUID=cryptroot root=$BTRFS rootflags=subvol=@ initrd=/$microcode.img"
|
options "rd.luks.name=$UUID=cryptroot root=$BTRFS rootflags=subvol=@ initrd=/$microcode.img quiet splash"
|
||||||
submenuentry "Boot using fallback initramfs" {
|
submenuentry "Boot using fallback initramfs" {
|
||||||
initrd /boot/initramfs-$kernel-fallback.img
|
initrd /initramfs-$kernel-fallback.img
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue