Merge branch 'add-sysvolinfo'
* add-sysvolinfo: lorax: add "System Volume Information" to ESP image
This commit is contained in:
commit
4a8eca2c45
Binary file not shown.
@ -13,6 +13,10 @@ install boot/efi/EFI/*/gcd${EFIARCH_LOWER}.efi ${EFIBOOTDIR}/BOOT${efiarch}.efi
|
||||
##install boot/efi/EFI/*/gcd${EFIARCH_LOWER}.efi ${EFIBOOTDIR}/grub${EFIARCH_LOWER}.efi
|
||||
install boot/efi/EFI/*/xen*.efi ${EFIBOOTDIR}/xen.efi
|
||||
|
||||
# place those files to prevent Windows recreating them while writing ISO image
|
||||
# on Windows (this would break image verification)
|
||||
mkdir "System Volume Information"
|
||||
install "${configdir}/System Volume Information/*" "System Volume Information/"
|
||||
|
||||
# For Secure Boot restore those files (keep in mind 32MB limit on efiboot.img
|
||||
# imposed by ISO9660, details in #794):
|
||||
|
Loading…
Reference in New Issue
Block a user