CVS commit: src/distrib/news68k/floppies/ramdisk

2020-06-13 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Jun 13 19:15:44 UTC 2020

Modified Files:
src/distrib/news68k/floppies/ramdisk: list

Log Message:
Use more shrinked x_foo binaries.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/distrib/news68k/floppies/ramdisk/list

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



CVS commit: src/distrib/news68k/floppies/ramdisk

2020-06-13 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Jun 13 19:15:44 UTC 2020

Modified Files:
src/distrib/news68k/floppies/ramdisk: list

Log Message:
Use more shrinked x_foo binaries.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/distrib/news68k/floppies/ramdisk/list

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

Modified files:

Index: src/distrib/news68k/floppies/ramdisk/list
diff -u src/distrib/news68k/floppies/ramdisk/list:1.28 src/distrib/news68k/floppies/ramdisk/list:1.29
--- src/distrib/news68k/floppies/ramdisk/list:1.28	Fri Jan 14 10:26:34 2011
+++ src/distrib/news68k/floppies/ramdisk/list	Sat Jun 13 19:15:43 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: list,v 1.28 2011/01/14 10:26:34 tsutsui Exp $
+#	$NetBSD: list,v 1.29 2020/06/13 19:15:43 tsutsui Exp $
 
 SRCDIRS	bin sbin usr.bin usr.sbin
 
@@ -58,10 +58,13 @@ PROG	usr/sbin/chroot
 # init invokes the shell as -sh
 ARGVLN	sh	-sh
 
+SPECIAL	disklabel	srcdir	distrib/utils/x_disklabel
 SPECIAL	ed		srcdir	distrib/utils/x_ed
 SPECIAL	gzip		srcdir	distrib/utils/x_gzip
+SPECIAL	fsck_ffs	srcdir	distrib/utils/x_fsck_ffs
 SPECIAL	ifconfig	srcdir	distrib/utils/x_ifconfig
 SPECIAL	more		srcdir	distrib/utils/more
+SPECIAL	newfs		srcdir	distrib/utils/x_newfs
 SPECIAL	ping		srcdir	distrib/utils/x_ping
 SPECIAL	route		srcdir	distrib/utils/x_route
 SPECIAL	umount		srcdir	distrib/utils/x_umount



CVS commit: src/distrib/news68k/floppies/ramdisk

2018-11-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Nov 16 17:07:42 UTC 2018

Modified Files:
src/distrib/news68k/floppies/ramdisk: Makefile

Log Message:
Bump image size


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/distrib/news68k/floppies/ramdisk/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/news68k/floppies/ramdisk/Makefile
diff -u src/distrib/news68k/floppies/ramdisk/Makefile:1.36 src/distrib/news68k/floppies/ramdisk/Makefile:1.37
--- src/distrib/news68k/floppies/ramdisk/Makefile:1.36	Tue Jan 24 18:04:03 2017
+++ src/distrib/news68k/floppies/ramdisk/Makefile	Fri Nov 16 17:07:42 2018
@@ -1,10 +1,10 @@
-#	$NetBSD: Makefile,v 1.36 2017/01/24 18:04:03 christos Exp $
+#	$NetBSD: Makefile,v 1.37 2018/11/16 17:07:42 martin Exp $
 
 .include 
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=		ramdisk.fs
-IMAGESIZE=	1600k
+IMAGESIZE=	1800k
 MAKEFS_FLAGS+=	-f 15
 
 WARNS=		1



CVS commit: src/distrib/news68k/floppies/ramdisk

2018-11-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Nov 16 17:07:42 UTC 2018

Modified Files:
src/distrib/news68k/floppies/ramdisk: Makefile

Log Message:
Bump image size


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/distrib/news68k/floppies/ramdisk/Makefile

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