Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/x68k/floppies/bootfloppy.sysinst FLOPPYPAD=1 for pad...



details:   https://anonhg.NetBSD.org/src/rev/d99b4a7bfad5
branches:  trunk
changeset: 782483:d99b4a7bfad5
user:      isaki <isaki%NetBSD.org@localhost>
date:      Sun Nov 04 13:12:10 2012 +0000

description:
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.

diffstat:

 distrib/x68k/floppies/bootfloppy.sysinst/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 790cfce302b9 -r d99b4a7bfad5 distrib/x68k/floppies/bootfloppy.sysinst/Makefile
--- a/distrib/x68k/floppies/bootfloppy.sysinst/Makefile Sun Nov 04 13:08:56 2012 +0000
+++ b/distrib/x68k/floppies/bootfloppy.sysinst/Makefile Sun Nov 04 13:12:10 2012 +0000
@@ -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 @@
 BOOTNAME!=     printf "USTAR.volsize.%o" ${FLOPPYSIZE}
 FLOPPYFILES=   ${BOOTNAME} netbsd
 FLOPPYSUFFIX=  .fs
+FLOPPYPAD=     1
 
 FLOPPY_RELEASEDIR=     installation/floppy
 



Home | Main Index | Thread Index | Old Index