[Git-commits] [grml/grml2usb] 0d680d: Introduce automatic bootloader selection
Chris Hofstaedtler
noreply at github.com
Thu Dec 19 01:28:47 CET 2024
Branch: refs/heads/zeha/bootloader-auto
Home: https://github.com/grml/grml2usb
Commit: 0d680d5ff57d550f8f36e8e8e0df2b1747fd90b3
https://github.com/grml/grml2usb/commit/0d680d5ff57d550f8f36e8e8e0df2b1747fd90b3
Author: Chris Hofstaedtler <ch at grml.org>
Date: 2024-12-19 (Thu, 19 Dec 2024)
Changed paths:
M grml2usb
M test/grml2usb_test.py
Log Message:
-----------
Introduce automatic bootloader selection
Introduce a new --bootloader parameter, defaulting to "auto".
It also accepts "syslinux", "grub" and "efi". With "auto", on arm64 it will
choose "efi" (EFI-boot only). On amd64, the first available option, depending
on installed programs, will be chosen.
This also makes syslinux config files optional, and if they are absent
syslinux configuration will be skipped.
The --syslinux and --grub options are effectively deprecated.
To unsubscribe from these emails, change your notification settings at https://github.com/grml/grml2usb/settings/notifications
More information about the Git-commits
mailing list