[Git-commits] [grml/grml-live] 0db07d: Memtest86+ (WIP)
Michael Prokop
noreply at github.com
Wed Nov 9 09:44:15 CET 2022
Branch: refs/heads/mika/memtest
Home: https://github.com/grml/grml-live
Commit: 0db07d545c36cb402869692cc0bbd6ed11a398e1
https://github.com/grml/grml-live/commit/0db07d545c36cb402869692cc0bbd6ed11a398e1
Author: Michael Prokop <mika at grml.org>
Date: 2022-11-09 (Wed, 09 Nov 2022)
Changed paths:
M grml-live
M templates/boot/grub/addons.cfg
Log Message:
-----------
Memtest86+ (WIP)
TODO: do we need something like this?
| # make memtest filenames FAT16/8.3 compatible (e.g. memtest86+x64.bin -> memtestx64.bin)
| for file in memtest86+x32.bin memtest86+x32.efi memtest86+x64.bin memtest86+x64.efi ; do
| if [ -r "${BUILD_OUTPUT}/boot/addons/${file}" ] ; then
| mv "${BUILD_OUTPUT}/boot/addons/${file}" \
| "${BUILD_OUTPUT}/boot/addons/${file/86\+/}"
| fi
| done
Development time sponsored by Sipwise GmbH
More information about the Git-commits
mailing list