[Git-commits] [grml/grml-live] 799649: Memtest86+ (WIP)
Michael Prokop
noreply at github.com
Wed Nov 9 10:24:46 CET 2022
Branch: refs/heads/mika/memtest
Home: https://github.com/grml/grml-live
Commit: 7996494eb80eb60b946508cf4094ecf28c91b90e
https://github.com/grml/grml-live/commit/7996494eb80eb60b946508cf4094ecf28c91b90e
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