mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Fix refind config.
This commit is contained in:
parent
713e26dc56
commit
806282e639
1 changed files with 3 additions and 2 deletions
|
|
@ -426,7 +426,8 @@ EOF
|
||||||
# Setting up rEFInd.
|
# Setting up rEFInd.
|
||||||
info_print "Setting up rEFInd."
|
info_print "Setting up rEFInd."
|
||||||
UUID=$(blkid -s UUID -o value $CRYPTROOT)
|
UUID=$(blkid -s UUID -o value $CRYPTROOT)
|
||||||
cat << EOF >> /mnt/boot/EFI/refind/refind.conf
|
rm -rf /mnt/boot/EFI/refind/refind.conf
|
||||||
|
cat > /mnt/boot/EFI/refind/refind.conf <<EOF
|
||||||
timeout 20
|
timeout 20
|
||||||
scan_all_linux_kernels off
|
scan_all_linux_kernels off
|
||||||
|
|
||||||
|
|
@ -439,7 +440,7 @@ menuentry "Arch Linux" {
|
||||||
submenuentry "Boot using fallback initramfs" {
|
submenuentry "Boot using fallback initramfs" {
|
||||||
initrd /boot/initramfs-$kernel-fallback.img
|
initrd /boot/initramfs-$kernel-fallback.img
|
||||||
}
|
}
|
||||||
}"
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue