if /target/boot is analogous to /boot, then the ESP would usually get mounted to

/target/boot/EFI and the bootloader would end up in somewhere like:
/target/boot/efi/EFI/Boot/

That looks insane. However as we're not actually mounting the ESP, we can
cut out the empty mountpoint (/boot/efi)? This is either a great idea or a terrible one
I'm not sure which.
pull/84/head
root 2019-09-28 18:42:24 +00:00
parent 4d4228045e
commit 7e856fcc5a
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ goto setupEFI
goto setupEFI
:setupEFI
mkdir %DISK%:\Boot\EFI
copy \boot\EFI\* %DISK%\Boot\EFI
mkdir %DISK%:\EFI\Boot
copy \boot\EFI\Boot\* %DISK%:\EFI\Boot
goto setupDone
:setupDone