Re: [PATCH 0/3] Add support for EFI file system transposition

2022-06-12 Thread Michael Schierl
Hello Pete et al, Am 06.06.2022 um 18:50 schrieb Pete Batard: Hello everyone, This series of patches adds file system transposition support, for UEFI boot media created with grub-mkrescue. File system transposition means the ability to take the content of a UEFI bootable media and copy it,

Re: [PATCH 0/3] Add support for EFI file system transposition

2022-06-07 Thread Pete Batard
Hi Thomas. Thanks for replying. On 2022.06.07 08:16, Thomas Schmitt wrote: we will point out that we consider it should really be the job of xorriso, rather than grub-mkrescue, to accomplish this duplication (hence why I am CC'ing Thomas), but we don't know the technical difficulties that result

Re: [PATCH 0/3] Add support for EFI file system transposition

2022-06-07 Thread Thomas Schmitt
Hi, Pete Batard wrote: > 2. It uses a efi.img to embed the UEFI bootloaders, but does not keep a copy > of these bootloaders on the ISO9660 file system itself, with the end result > that, when copying the media at the file system level, the '/efi/boot/' > directory and its content is missing. I u

[PATCH 0/3] Add support for EFI file system transposition

2022-06-06 Thread Pete Batard
Hello everyone, This series of patches adds file system transposition support, for UEFI boot media created with grub-mkrescue. File system transposition means the ability to take the content of a UEFI bootable media and copy it, at the file system level, to a partition that was independently c