mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
The EFI partition for hybrid ISOs does not reliably show on all Windows systems, so we cannot use our "hack" of writing the configurations/PDFs to it. Reverted instead to a sane-sized EFI partition which is used just for booting. Added a note to the README that some tools such as Rufus support an ISO-mode to add a writeable partition at burning-time. Signed-off-by: desertwitch <24509509+desertwitch@users.noreply.github.com>
ISO9660 filesystem was updated to modern standards as of 20/11/2025. The changes have - at the time of this writing - not been upstreamed. Do compare (and port 'fs/iso9660' over) when updating the Buildroot release. The following variables are filled in at build-time: - __EFI_ID_FILE__ - __KERNEL_PATH__ - __INITRD_PATH__ (automatically removed if not used)