#!/bin/sh

mkdir -p /.isolinux
MEMTEST="$(find /boot/ -name 'memtest*' -print -quit)"
[ -z "$MEMTEST" ] ||
	cp -f "$MEMTEST" /.isolinux/memtest
