[Git-commits] [grml/grml-live] 1f57a2: Drop support for all boot methods other than isolinux
Michael Prokop
noreply at github.com
Fri Oct 4 13:45:23 CEST 2024
Branch: refs/heads/mika/isolinux-only
Home: https://github.com/grml/grml-live
Commit: 1f57a28765c9517f035e4d6a8b8fd3ec101c23b8
https://github.com/grml/grml-live/commit/1f57a28765c9517f035e4d6a8b8fd3ec101c23b8
Author: Michael Prokop <mika at grml.org>
Date: 2024-10-04 (Fri, 04 Oct 2024)
Changed paths:
M debian/control
M debian/copyright
M debian/grml-live.lintian-overrides
M docs/grml-live.txt
M etc/grml/grml-live.conf
M grml-live
M remaster/grml-live-remaster
R scripts/bootgrub.mksh
R scripts/bootilnx.mksh
Log Message:
-----------
Drop support for all boot methods other than isolinux
The "grub2" and "manifold" options for HYBRID_METHOD as well as the
"grub" and "grub2" options for BOOT_METHOD are not used by any official
Grml ISO. But they add considerable overhead and complexity in our
code base.
I'd like to keep our code base simple and avoid feature creep, so let's
deprecate BOOT_METHOD, and drop support for HYBRID_METHOD other than
isolinux.
FTR: isolinux/syslinux is used for BIOS boot, GRUB is still relevant and
used for EFI boot.
To unsubscribe from these emails, change your notification settings at https://github.com/grml/grml-live/settings/notifications
More information about the Git-commits
mailing list