Module Name:    src
Committed By:   isaki
Date:           Sun Nov  4 13:12:10 UTC 2012

Modified Files:
        src/distrib/x68k/floppies/bootfloppy.sysinst: Makefile

Log Message:
FLOPPYPAD=1 for padding floppies.
On XM6i (emulator), the floppy format type of plain image is
decided by filesize, so it makes easy to use the image on XM6i.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 \
    src/distrib/x68k/floppies/bootfloppy.sysinst/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/x68k/floppies/bootfloppy.sysinst/Makefile
diff -u src/distrib/x68k/floppies/bootfloppy.sysinst/Makefile:1.12 src/distrib/x68k/floppies/bootfloppy.sysinst/Makefile:1.13
--- src/distrib/x68k/floppies/bootfloppy.sysinst/Makefile:1.12	Mon Nov 18 12:39:56 2002
+++ src/distrib/x68k/floppies/bootfloppy.sysinst/Makefile	Sun Nov  4 13:12:10 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.12 2002/11/18 12:39:56 lukem Exp $
+#	$NetBSD: Makefile,v 1.13 2012/11/04 13:12:10 isaki Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -10,6 +10,7 @@ FLOPPYSIZE=	2400
 BOOTNAME!=	printf "USTAR.volsize.%o" ${FLOPPYSIZE}
 FLOPPYFILES=	${BOOTNAME} netbsd
 FLOPPYSUFFIX=	.fs
+FLOPPYPAD=	1
 
 FLOPPY_RELEASEDIR=	installation/floppy
 

Reply via email to