Source-Changes-HG archive

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

[src/netbsd-6]: src/distrib/x68k/floppies/bootfloppy.sysinst Pull up revision...



details:   https://anonhg.NetBSD.org/src/rev/f3a107960923
branches:  netbsd-6
changeset: 775525:f3a107960923
user:      jdc <jdc%NetBSD.org@localhost>
date:      Sat Nov 24 20:34:12 2012 +0000

description:
Pull up revision 1.13 (requested by tsutsui in ticket #709).

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 ee08a7a2142b -r f3a107960923 distrib/x68k/floppies/bootfloppy.sysinst/Makefile
--- a/distrib/x68k/floppies/bootfloppy.sysinst/Makefile Sat Nov 24 20:29:49 2012 +0000
+++ b/distrib/x68k/floppies/bootfloppy.sysinst/Makefile Sat Nov 24 20:34:12 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2002/11/18 12:39:56 lukem Exp $
+#      $NetBSD: Makefile,v 1.12.58.1 2012/11/24 20:34:12 jdc 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