remove obsolete fdisk hack
8321653c (from 2007) introduced a hack to work around bug #445304 in gnu-fdisk for users who may have replaced fdisk with the classic gnu version. the hack allowed users to select an alternate fdisk binary to use to work around the buggy binary.
bug #445304 is marked as found in v1.0-1 and fixed in v1.2-1, though may have been fixe din v1.1. it was marked fixed in 2009.
checking the package archive, gnu-fdisk does not actually exist anymore in debian, with one exception - it is available for arm64 on sid via debports, and that version is 1.3 so thus includes the necessary fix anyway.
it is thus pointless now that we still carry this hack.
Gbp-Dch: Short
Merge request reports
Activity
- Resolved by Lyndon Brown
just incase you want to investigate whilst i'm busy... the grub efi failure is occurring from a clean run with config options of only
-b hdd
. it gets into the binary_grup-efi script and ends after issuing the following output:P: UEFI Secure Boot support enabled. W: Bootloader in this image type not yet supported by live-build. W: This would produce a not bootable image, aborting (FIXME).
firstly that last item should be an error rather than a warning since we exit, secondly this should clearly not be happening and must be something going wrong with conditionally setting up the right defaults.
I've setup a rerun with
-b hdd --bootloaders=syslinux
to get back to the matter at hand, and i'll report back once that's done, i've eaten dinner and the TV progs are over :pfyi the above mentioned unrelated problems have now been addressed in separate MRs
Edited by Lyndon Brown