Source-Changes-HG archive

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

[src/trunk]: src/distrib/x68k/floppies/ramdisk Revert previous (to grow the r...



details:   https://anonhg.NetBSD.org/src/rev/180698f1ce0e
branches:  trunk
changeset: 786972:180698f1ce0e
user:      isaki <isaki%NetBSD.org@localhost>
date:      Sun May 26 12:15:51 2013 +0000

description:
Revert previous (to grow the ramdisk size).
> kill ping6,rtsol,df,dmesg,sync,pwd to make things fit.

diffstat:

 distrib/x68k/floppies/ramdisk/Makefile |   6 +++---
 distrib/x68k/floppies/ramdisk/list     |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (65 lines):

diff -r 79dc7d886eb7 -r 180698f1ce0e distrib/x68k/floppies/ramdisk/Makefile
--- a/distrib/x68k/floppies/ramdisk/Makefile    Sun May 26 05:52:13 2013 +0000
+++ b/distrib/x68k/floppies/ramdisk/Makefile    Sun May 26 12:15:51 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.42 2013/05/24 21:33:00 christos Exp $
+#      $NetBSD: Makefile,v 1.43 2013/05/26 12:15:51 isaki Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -8,7 +8,7 @@
 # `floppy-root' cannot be used now, due to size issue.
 #IMAGE_RELEASEDIR=     installation/floppy
 
-MAKEFS_FLAGS=  -f 5
+MAKEFS_FLAGS=  -f 10
 WARNS=         1
 DBG=           -Os
 
@@ -27,7 +27,7 @@
 SMALLPROG_INET6=1
 
 .if ${USE_INET6} != "no"
-#LISTS+=               ${DISTRIBDIR}/common/list.inet6
+LISTS+=                ${DISTRIBDIR}/common/list.inet6
 .endif
 
 # Use stubs to eliminate some large stuff from libc
diff -r 79dc7d886eb7 -r 180698f1ce0e distrib/x68k/floppies/ramdisk/list
--- a/distrib/x68k/floppies/ramdisk/list        Sun May 26 05:52:13 2013 +0000
+++ b/distrib/x68k/floppies/ramdisk/list        Sun May 26 12:15:51 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.33 2013/05/24 21:33:00 christos Exp $
+#      $NetBSD: list,v 1.34 2013/05/26 12:15:51 isaki Exp $
 
 SRCDIRS bin sbin usr.bin usr.sbin sys/arch/x68k/stand
 
@@ -7,7 +7,7 @@
 PROG   bin/chmod
 PROG   bin/cp
 PROG   bin/dd
-#PROG  bin/df
+PROG   bin/df
 #PROG  bin/ed
 PROG   bin/ln
 PROG   bin/ls
@@ -15,16 +15,16 @@
 #PROG  bin/mt
 PROG   bin/mv
 PROG   bin/pax         usr/bin/tar
-#PROG  bin/pwd
+PROG   bin/pwd
 PROG   bin/rm
 PROG   bin/sh
 #PROG  bin/sleep
 PROG   bin/stty
-#PROG  bin/sync
+PROG   bin/sync
 
 PROG   sbin/chown      bin/chgrp
 PROG   sbin/disklabel
-#PROG  sbin/dmesg
+PROG   sbin/dmesg
 PROG   sbin/fsck
 PROG   sbin/fsck_ffs
 PROG   sbin/ifconfig



Home | Main Index | Thread Index | Old Index