Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/utils/sysinst/arch/pmax Pull up rev 1.16 (appro...



details:   https://anonhg.NetBSD.org/src/rev/1a9fc5846695
branches:  netbsd-1-5
changeset: 489552:1a9fc5846695
user:      simonb <simonb%NetBSD.org@localhost>
date:      Thu Sep 28 14:56:50 2000 +0000

description:
Pull up rev 1.16 (approved by thorpej):
  Bump default root partition size to 64MB due to growth and number of
  static binaries in /bin and /sbin.

diffstat:

 distrib/utils/sysinst/arch/pmax/md.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 564029915100 -r 1a9fc5846695 distrib/utils/sysinst/arch/pmax/md.h
--- a/distrib/utils/sysinst/arch/pmax/md.h      Thu Sep 28 01:37:35 2000 +0000
+++ b/distrib/utils/sysinst/arch/pmax/md.h      Thu Sep 28 14:56:50 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.14.4.1 2000/08/31 15:16:46 minoura Exp $      */
+/*     $NetBSD: md.h,v 1.14.4.2 2000/09/28 14:56:50 simonb Exp $       */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -50,7 +50,7 @@
 #define PART_FIRST_FREE        E
 
 #define DEFSWAPRAM     32      /* Assume at least this RAM for swap calc */
-#define DEFROOTSIZE    32      /* Default root size */
+#define DEFROOTSIZE    64      /* Default root size */
 #define STDNEEDMB      140     /* Min space for non X install */
 #define XNEEDMB                100     /* Extra megs for full X installation */
 



Home | Main Index | Thread Index | Old Index