[Git-commits] [grml/grml2usb] 4cbd34: Introduce automatic bootloader selection
Chris Hofstaedtler
noreply at github.com
Thu Dec 19 01:31:43 CET 2024
Branch: refs/heads/zeha/bootloader-auto
Home: https://github.com/grml/grml2usb
Commit: 4cbd342df24411be9edce6ec1fe64244cf3068a2
https://github.com/grml/grml2usb/commit/4cbd342df24411be9edce6ec1fe64244cf3068a2
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