Source-Changes-HG archive

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

[src/trunk]: src/distrib/atari/floppies/install Workaround unexpected/undocum...



details:   https://anonhg.NetBSD.org/src/rev/fbe43182d362
branches:  trunk
changeset: 817048:fbe43182d362
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Aug 06 14:51:01 2016 +0000

description:
Workaround unexpected/undocumented behaviors of makefs(8).

diffstat:

 distrib/atari/floppies/install/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 3ca86fe7a2a9 -r fbe43182d362 distrib/atari/floppies/install/Makefile
--- a/distrib/atari/floppies/install/Makefile   Sat Aug 06 12:50:37 2016 +0000
+++ b/distrib/atari/floppies/install/Makefile   Sat Aug 06 14:51:01 2016 +0000
@@ -1,8 +1,9 @@
-#      $NetBSD: Makefile,v 1.5 2015/04/28 15:13:45 christos Exp $
+#      $NetBSD: Makefile,v 1.6 2016/08/06 14:51:01 tsutsui Exp $
 
 IMAGE=         sysinst.fs
 IMAGESIZE?=    1440k
 MAKEDEVTARGETS=        floppy
 USE_SYSINST=   yes
+IMGMAKEFSOPTIONS= -o bsize=4096,fsize=512,density=4096
 
 .include "../common/Makefile.images"



Home | Main Index | Thread Index | Old Index