mirror of
https://github.com/classy-giraffe/easy-arch.git
synced 2025-11-17 19:40:55 +00:00
Fix path for refind.
This commit is contained in:
parent
72d95c0ff2
commit
713e26dc56
1 changed files with 2 additions and 2 deletions
|
|
@ -419,14 +419,14 @@ arch-chroot /mnt /bin/bash -e <<EOF
|
||||||
chmod 750 /.snapshots
|
chmod 750 /.snapshots
|
||||||
|
|
||||||
# Installing and configuring rEFInd.
|
# Installing and configuring rEFInd.
|
||||||
refind-install
|
refind-install &>/dev/null
|
||||||
|
|
||||||
EOF
|
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 >> /boot/EFI/refind/refind.conf
|
cat << EOF >> /mnt/boot/EFI/refind/refind.conf
|
||||||
timeout 20
|
timeout 20
|
||||||
scan_all_linux_kernels off
|
scan_all_linux_kernels off
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue