#!/bin/sh

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