Merge branch 'add-sysvolinfo'

* add-sysvolinfo:
  lorax: add "System Volume Information" to ESP image
pull/2/head
Marek Marczykowski-Górecki 8 years ago
commit 4a8eca2c45
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

@ -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…
Cancel
Save