[Git-commits] [grml/grml-live] 447714: Memtest86+ (WIP)
Michael Prokop
noreply at github.com
Tue Nov 8 09:14:32 CET 2022
Branch: refs/heads/mika/memtest
Home: https://github.com/grml/grml-live
Commit: 4477142a2e73c7270dca49224b0df2193534a4b1
https://github.com/grml/grml-live/commit/4477142a2e73c7270dca49224b0df2193534a4b1
Author: Michael Prokop <mika at grml.org>
Date: 2022-11-08 (Tue, 08 Nov 2022)
Changed paths:
M grml-live
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
More information about the Git-commits
mailing list