[Git-commits] [grml/grml-live] f6c9da: Memtest86+ (WIP)

Michael Prokop noreply at github.com
Wed Nov 9 16:22:34 CET 2022


  Branch: refs/heads/mika/memtest
  Home:   https://github.com/grml/grml-live
  Commit: f6c9dae01037f362a3124e22573a379be981e241
      https://github.com/grml/grml-live/commit/f6c9dae01037f362a3124e22573a379be981e241
  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