[Git-commits] [grml/grml2usb] 4cbd34: Introduce automatic bootloader selection
Chris Hofstaedtler
noreply at github.com
Thu Dec 19 01:58:00 CET 2024
Branch: refs/heads/master
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.
Commit: d8bd8b817487306d66281ab7ac35a593d694dcd5
https://github.com/grml/grml2usb/commit/d8bd8b817487306d66281ab7ac35a593d694dcd5
Author: Chris Hofstaedtler <zeha at users.noreply.github.com>
Date: 2024-12-19 (Thu, 19 Dec 2024)
Changed paths:
M grml2usb
M test/grml2usb_test.py
Log Message:
-----------
Merge pull request #65 from grml/zeha/bootloader-auto
Introduce automatic bootloader selection
Compare: https://github.com/grml/grml2usb/compare/8c7bf63a6a79...d8bd8b817487
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