From 851b8282a8a35cc1858a49f7e1dc38ab64b3b030 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 20 Jan 2014 08:49:59 +0000 Subject: These fd0 testing things are not used --- sys/arch/i386/stand/Makefile | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/i386/stand/Makefile b/sys/arch/i386/stand/Makefile index 1c5f4e92703..9d12ed50df5 100644 --- a/sys/arch/i386/stand/Makefile +++ b/sys/arch/i386/stand/Makefile @@ -1,21 +1,8 @@ -# $OpenBSD: Makefile,v 1.20 2014/01/20 08:43:11 jsing Exp $ +# $OpenBSD: Makefile,v 1.21 2014/01/20 08:49:58 deraadt Exp $ .if ${MACHINE} == "i386" SUBDIR= mbr cdbr .endif SUBDIR+=biosboot boot cdboot fdboot pxeboot -test-fd0: - sudo mount /dev/fd0a /mnt - sudo cp /usr/mdec/fdboot /mnt/boot - sudo /usr/mdec/installboot -v /mnt/boot /usr/mdec/biosboot fd0 - sudo umount /mnt - -zero-fd0: - sudo dd if=/dev/zero of=/dev/rfd0a count=144 bs=10240 - -prep-fd0: - sudo disklabel -w fd0 floppy - sudo newfs -O 0 -m 0 -o space -i 3000 -c 80 /dev/rfd0a - .include -- cgit v1.2.3