mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-08-13 15:07:23 +01:00
arm64: grub cfg: add quote to avoid "escaping" Windoge-style loader path
This commit is contained in:
parent
c0a0f2536c
commit
8f641ee861
@ -177,7 +177,7 @@ mount /boot/efi</userinput></screen>
|
||||
|
||||
<screen role="nodump"><userinput>mount -v -t efivarfs efivarfs /sys/firmware/efi/efivars
|
||||
efibootmgr -B -L LFS || true
|
||||
efibootmgr -c -L LFS -l \EFI\BOOT\BOOTAA64.EFI -d /dev/sda
|
||||
efibootmgr -c -L LFS -l '\EFI\BOOT\BOOTAA64.EFI' -d /dev/sda
|
||||
umount /sys/firmware/efi/efivars</userinput></screen>
|
||||
|
||||
Replace <filename>/dev/sda</filename> with the device node of the
|
||||
|
Loading…
Reference in New Issue
Block a user