Index: memtest86+-5.31b/Makefile =================================================================== --- memtest86+-5.31b.orig/Makefile +++ memtest86+-5.31b/Makefile @@ -8,6 +8,7 @@ # Path for the floppy disk device # FDISK=/dev/fd0 +TARGETDIR=/boot AS=as -32 CC=gcc @@ -75,7 +76,10 @@ iso: make all ./makeiso.sh -install: all +install: + install -o root -g root memtest.bin $(DESTDIR)$(TARGETDIR)/ + +install-floppy: all dd $(FDISK) bs=8192 install-precomp: