mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 11:30: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.
|
||||
info_print "Setting up rEFInd."
|
||||
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
|
||||
scan_all_linux_kernels off
|
||||
|
||||
|
|
@ -439,7 +440,7 @@ menuentry "Arch Linux" {
|
|||
submenuentry "Boot using fallback initramfs" {
|
||||
initrd /boot/initramfs-$kernel-fallback.img
|
||||
}
|
||||
}"
|
||||
}
|
||||
EOF
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue