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
parent
4d4228045e
commit
7e856fcc5a
|
|
@ -31,8 +31,8 @@ goto setupEFI
|
||||||
goto setupEFI
|
goto setupEFI
|
||||||
|
|
||||||
:setupEFI
|
:setupEFI
|
||||||
mkdir %DISK%:\Boot\EFI
|
mkdir %DISK%:\EFI\Boot
|
||||||
copy \boot\EFI\* %DISK%\Boot\EFI
|
copy \boot\EFI\Boot\* %DISK%:\EFI\Boot
|
||||||
goto setupDone
|
goto setupDone
|
||||||
|
|
||||||
:setupDone
|
:setupDone
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue