Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sysinst Sync install size estimates with current re...



details:   https://anonhg.NetBSD.org/src/rev/9e3445606b7b
branches:  trunk
changeset: 445897:9e3445606b7b
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Nov 16 19:54:03 2018 +0000

description:
Sync install size estimates with current reality

diffstat:

 usr.sbin/sysinst/arch/alpha/md.h       |  6 ++++--
 usr.sbin/sysinst/arch/arc/md.h         |  8 +++++---
 usr.sbin/sysinst/arch/atari/md.h       |  9 +++++----
 usr.sbin/sysinst/arch/cobalt/md.h      |  8 +++++---
 usr.sbin/sysinst/arch/emips/md.h       |  7 ++++---
 usr.sbin/sysinst/arch/ews4800mips/md.h |  5 +++--
 usr.sbin/sysinst/arch/hp300/md.h       |  9 +++++----
 usr.sbin/sysinst/arch/hppa/md.h        |  7 ++++---
 usr.sbin/sysinst/arch/i386/md.h        |  8 +++++---
 usr.sbin/sysinst/arch/luna68k/md.h     |  7 ++++---
 usr.sbin/sysinst/arch/mipsco/md.h      |  7 ++++---
 usr.sbin/sysinst/arch/mvme68k/md.h     |  9 +++++----
 usr.sbin/sysinst/arch/news68k/md.h     |  9 +++++----
 usr.sbin/sysinst/arch/newsmips/md.h    |  7 ++++---
 usr.sbin/sysinst/arch/ofppc/md.h       |  7 ++++---
 usr.sbin/sysinst/arch/pmax/md.h        |  7 ++++---
 usr.sbin/sysinst/arch/prep/md.h        |  9 +++++----
 usr.sbin/sysinst/arch/sgimips/md.h     |  7 ++++---
 usr.sbin/sysinst/arch/sparc/md.h       |  9 +++++----
 usr.sbin/sysinst/arch/sparc64/md.h     |  7 ++++---
 usr.sbin/sysinst/arch/vax/md.h         |  7 ++++---
 usr.sbin/sysinst/arch/x68k/md.h        |  9 +++++----
 usr.sbin/sysinst/defsizes.h            |  6 +++---
 23 files changed, 100 insertions(+), 74 deletions(-)

diffs (truncated from 512 to 300 lines):

diff -r 610c8c806cd7 -r 9e3445606b7b usr.sbin/sysinst/arch/alpha/md.h
--- a/usr.sbin/sysinst/arch/alpha/md.h  Fri Nov 16 19:46:52 2018 +0000
+++ b/usr.sbin/sysinst/arch/alpha/md.h  Fri Nov 16 19:54:03 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.1 2014/07/26 19:30:44 dholland Exp $  */
+/*     $NetBSD: md.h,v 1.2 2018/11/16 19:54:03 martin Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -45,8 +45,10 @@
 #define        PART_USR        PART_D
 
 /* Megs required for a full X installation. */
-#define XNEEDMB 50     /* XXXTHORPEJ */
+#define XNEEDMB                300
 #define DEFROOTSIZE    128
+#define        DEFUSRSIZE      900
+#define        DEBNEEDMB       1024
 
 /* have support for booting from UFS2 */
 #define        HAVE_UFS2_BOOT
diff -r 610c8c806cd7 -r 9e3445606b7b usr.sbin/sysinst/arch/arc/md.h
--- a/usr.sbin/sysinst/arch/arc/md.h    Fri Nov 16 19:46:52 2018 +0000
+++ b/usr.sbin/sysinst/arch/arc/md.h    Fri Nov 16 19:54:03 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.1 2014/07/26 19:30:44 dholland Exp $  */
+/*     $NetBSD: md.h,v 1.2 2018/11/16 19:54:03 martin Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -66,10 +66,12 @@
 #define DEFSWAPSIZE    128     /* Default swap size */
 #define DEFROOTSIZE    64      /* Default root size, if created */
 #define DEFVARSIZE     64      /* Default /var size, if created */
-#define DEFUSRSIZE     256     /* Default /usr size, if created */
+#define DEFUSRSIZE     750     /* Default /usr size, if created */
 
 /* Megs required for a full X installation. */
-#define XNEEDMB 100
+#define XNEEDMB 300
+
+#define DEBNEEDMB      900     /* Extra megs for debug sets */
 
 /* have support for booting from UFS2 */
 #define        HAVE_UFS2_BOOT
diff -r 610c8c806cd7 -r 9e3445606b7b usr.sbin/sysinst/arch/atari/md.h
--- a/usr.sbin/sysinst/arch/atari/md.h  Fri Nov 16 19:46:52 2018 +0000
+++ b/usr.sbin/sysinst/arch/atari/md.h  Fri Nov 16 19:54:03 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.1 2014/07/26 19:30:44 dholland Exp $  */
+/*     $NetBSD: md.h,v 1.2 2018/11/16 19:54:03 martin Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -49,10 +49,11 @@
 #define PART_FIRST_FREE        PART_E
 
 #define DEFSWAPRAM     32      /* Assume at least this RAM for swap calc */
-#define DEFROOTSIZE    20      /* Default root size */
+#define DEFROOTSIZE    40      /* Default root size */
 #define DEFVARSIZE     32      /* Default /var size, if created */
-#define DEFUSRSIZE     70      /* Default /usr size, if /home */
-#define XNEEDMB                50      /* Extra megs for full X installation */
+#define DEFUSRSIZE     650     /* Default /usr size, if /home */
+#define XNEEDMB                250     /* Extra megs for full X installation */
+#define DEBNEEDMB      900     /* Extra megs for debug sets */
 
 /*
  *  Default filesets to fetch and install during installation
diff -r 610c8c806cd7 -r 9e3445606b7b usr.sbin/sysinst/arch/cobalt/md.h
--- a/usr.sbin/sysinst/arch/cobalt/md.h Fri Nov 16 19:46:52 2018 +0000
+++ b/usr.sbin/sysinst/arch/cobalt/md.h Fri Nov 16 19:54:03 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.1 2014/07/26 19:30:44 dholland Exp $  */
+/*     $NetBSD: md.h,v 1.2 2018/11/16 19:54:03 martin Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -66,10 +66,12 @@
 #define DEFSWAPSIZE    128     /* Default swap size */
 #define DEFROOTSIZE    64      /* Default root size, if created */
 #define DEFVARSIZE     64      /* Default /var size, if created */
-#define DEFUSRSIZE     256     /* Default /usr size, if created */
+#define DEFUSRSIZE     850     /* Default /usr size, if created */
 
 /* Megs required for a full X installation. */
-#define XNEEDMB 100
+#define XNEEDMB 250
+
+#define DEBNEEDMB      900     /* Extra megs for debug sets */
 
 /* have support for booting from UFS2 */
 #define        HAVE_UFS2_BOOT
diff -r 610c8c806cd7 -r 9e3445606b7b usr.sbin/sysinst/arch/emips/md.h
--- a/usr.sbin/sysinst/arch/emips/md.h  Fri Nov 16 19:46:52 2018 +0000
+++ b/usr.sbin/sysinst/arch/emips/md.h  Fri Nov 16 19:54:03 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.3 2018/11/07 21:20:23 martin Exp $    */
+/*     $NetBSD: md.h,v 1.4 2018/11/16 19:54:03 martin Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -48,8 +48,9 @@
 #define DEFSWAPRAM     32      /* Assume at least this RAM for swap calc */
 #define DEFROOTSIZE    64      /* Default root size */
 #define DEFVARSIZE     32      /* Default /var size, if created */
-#define DEFUSRSIZE     120     /* Default /usr size, if /home */
-#define XNEEDMB                100     /* Extra megs for full X installation */
+#define DEFUSRSIZE     800     /* Default /usr size, if /home */
+#define XNEEDMB                256     /* Extra megs for full X installation */
+#define DEBNEEDMB      900     /* Extra megs for debug sets */
 
 /* have support for booting from UFS2 */
 #define HAVE_UFS2_BOOT
diff -r 610c8c806cd7 -r 9e3445606b7b usr.sbin/sysinst/arch/ews4800mips/md.h
--- a/usr.sbin/sysinst/arch/ews4800mips/md.h    Fri Nov 16 19:46:52 2018 +0000
+++ b/usr.sbin/sysinst/arch/ews4800mips/md.h    Fri Nov 16 19:54:03 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.1 2014/07/26 19:30:45 dholland Exp $  */
+/*     $NetBSD: md.h,v 1.2 2018/11/16 19:54:03 martin Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -51,7 +51,8 @@
 #define        SYSVBFS_SIZE    ews4800mips_sysvbfs_size()
 
 #define        DEFROOTSIZE     200     /* Default root size */
-#define        XNEEDMB         100     /* Extra megs for full X installation */
+#define        XNEEDMB         250     /* Extra megs for full X installation */
+#define DEBNEEDMB      900     /* Extra megs for debug sets */
 
 #define        SET_KERNEL_1_NAME       "kern-GENERIC"
 
diff -r 610c8c806cd7 -r 9e3445606b7b usr.sbin/sysinst/arch/hp300/md.h
--- a/usr.sbin/sysinst/arch/hp300/md.h  Fri Nov 16 19:46:52 2018 +0000
+++ b/usr.sbin/sysinst/arch/hp300/md.h  Fri Nov 16 19:54:03 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.2 2018/11/05 19:45:56 martin Exp $    */
+/*     $NetBSD: md.h,v 1.3 2018/11/16 19:54:03 martin Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -57,10 +57,11 @@
 #define PART_FIRST_FREE        PART_F
 
 #define DEFSWAPRAM     32      /* Assume at least this RAM for swap calc */
-#define DEFROOTSIZE    20      /* Default root size */
+#define DEFROOTSIZE    40      /* Default root size */
 #define DEFVARSIZE     32      /* Default /var size, if created */
-#define DEFUSRSIZE     240     /* Default /usr size, if created */
-#define XNEEDMB                120     /* Extra megs for full X installation */
+#define DEFUSRSIZE     700     /* Default /usr size, if created */
+#define XNEEDMB                250     /* Extra megs for full X installation */
+#define DEBNEEDMB      800     /* Extra megs for debug sets */
 
 /*
  *  Default filesets to fetch and install during installation
diff -r 610c8c806cd7 -r 9e3445606b7b usr.sbin/sysinst/arch/hppa/md.h
--- a/usr.sbin/sysinst/arch/hppa/md.h   Fri Nov 16 19:46:52 2018 +0000
+++ b/usr.sbin/sysinst/arch/hppa/md.h   Fri Nov 16 19:54:03 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.1 2014/07/26 19:30:45 dholland Exp $  */
+/*     $NetBSD: md.h,v 1.2 2018/11/16 19:54:04 martin Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -49,8 +49,9 @@
 #define DEFSWAPRAM     64      /* Assume at least this RAM for swap calc */
 #define DEFROOTSIZE    64      /* Default root size */
 #define DEFVARSIZE     32      /* Default /var size, if created */
-#define DEFUSRSIZE     240     /* Default /usr size, if /home */
-#define XNEEDMB                80      /* Extra megs for full X installation */
+#define DEFUSRSIZE     700     /* Default /usr size, if /home */
+#define XNEEDMB                250     /* Extra megs for full X installation */
+#define DEBNEEDMB      850     /* Extra megs for debug sets */
 
 /* have support for booting from UFS2 */
 #define HAVE_UFS2_BOOT
diff -r 610c8c806cd7 -r 9e3445606b7b usr.sbin/sysinst/arch/i386/md.h
--- a/usr.sbin/sysinst/arch/i386/md.h   Fri Nov 16 19:46:52 2018 +0000
+++ b/usr.sbin/sysinst/arch/i386/md.h   Fri Nov 16 19:54:03 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.3 2018/11/07 21:20:23 martin Exp $    */
+/*     $NetBSD: md.h,v 1.4 2018/11/16 19:54:04 martin Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -48,10 +48,12 @@
 /* constants and defines */
 #define        DEFUSRSIZE      0
 #define        DEFSWAPSIZE     (-1)
-#define        DEFROOTSIZE     32
+#define        DEFROOTSIZE     90
 
 /* Megs required for a full X installation. */
-#define XNEEDMB 50
+#define XNEEDMB 250
+
+#define DEBNEEDMB      1024     /* Extra megs for debug sets */
 
 /* use UFS2 by default for ffs */
 #define        DEFAULT_UFS2
diff -r 610c8c806cd7 -r 9e3445606b7b usr.sbin/sysinst/arch/luna68k/md.h
--- a/usr.sbin/sysinst/arch/luna68k/md.h        Fri Nov 16 19:46:52 2018 +0000
+++ b/usr.sbin/sysinst/arch/luna68k/md.h        Fri Nov 16 19:54:03 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.1 2014/07/26 19:30:46 dholland Exp $  */
+/*     $NetBSD: md.h,v 1.2 2018/11/16 19:54:04 martin Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -53,8 +53,9 @@
 #define DEFSWAPRAM     8       /* Assume at least this RAM for swap calc */
 #define DEFROOTSIZE    64      /* Default root size */
 #define DEFVARSIZE     64      /* Default /var size, if created */
-#define DEFUSRSIZE     200     /* Default /usr size, if created */
-#define XNEEDMB                100     /* Extra megs for full X installation */
+#define DEFUSRSIZE     750     /* Default /usr size, if created */
+#define XNEEDMB                250     /* Extra megs for full X installation */
+#define DEBNEEDMB      900     /* Extra megs for debug sets */
 
 /*
  * Default filesets to fetch and install during installation
diff -r 610c8c806cd7 -r 9e3445606b7b usr.sbin/sysinst/arch/mipsco/md.h
--- a/usr.sbin/sysinst/arch/mipsco/md.h Fri Nov 16 19:46:52 2018 +0000
+++ b/usr.sbin/sysinst/arch/mipsco/md.h Fri Nov 16 19:54:03 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.1 2014/07/26 19:30:46 dholland Exp $  */
+/*     $NetBSD: md.h,v 1.2 2018/11/16 19:54:04 martin Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -52,8 +52,9 @@
 #define DEFSWAPRAM     32      /* Assume at least this RAM for swap calc */
 #define DEFROOTSIZE    64      /* Default root size */
 #define DEFVARSIZE     32      /* Default /var size, if created */
-#define DEFUSRSIZE     120     /* Default /usr size, if /home */
-#define XNEEDMB                100     /* Extra megs for full X installation */
+#define DEFUSRSIZE     750     /* Default /usr size, if /home */
+#define XNEEDMB                250     /* Extra megs for full X installation */
+#define DEBNEEDMB      900     /* Extra megs for debug sets */
 
 /*
  *  Default filesets to fetch and install during installation
diff -r 610c8c806cd7 -r 9e3445606b7b usr.sbin/sysinst/arch/mvme68k/md.h
--- a/usr.sbin/sysinst/arch/mvme68k/md.h        Fri Nov 16 19:46:52 2018 +0000
+++ b/usr.sbin/sysinst/arch/mvme68k/md.h        Fri Nov 16 19:54:03 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.1 2014/07/26 19:30:46 dholland Exp $  */
+/*     $NetBSD: md.h,v 1.2 2018/11/16 19:54:04 martin Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -55,10 +55,11 @@
 #define PART_FIRST_FREE        PART_E
 
 #define DEFSWAPRAM     32      /* Assume at least this RAM for swap calc */
-#define DEFROOTSIZE    20      /* Default root size */
+#define DEFROOTSIZE    40      /* Default root size */
 #define DEFVARSIZE     32      /* Default /var size, if created */
-#define DEFUSRSIZE     70      /* Default /usr size, if /home */
-#define XNEEDMB                35      /* Extra megs for full X installation */
+#define DEFUSRSIZE     700     /* Default /usr size, if /home */
+#define XNEEDMB                250     /* Extra megs for full X installation */
+#define DEBNEEDMB      800     /* Extra megs for debug sets */
 
 /*
  *  Default filesets to fetch and install during installation
diff -r 610c8c806cd7 -r 9e3445606b7b usr.sbin/sysinst/arch/news68k/md.h
--- a/usr.sbin/sysinst/arch/news68k/md.h        Fri Nov 16 19:46:52 2018 +0000
+++ b/usr.sbin/sysinst/arch/news68k/md.h        Fri Nov 16 19:54:03 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.1 2014/07/26 19:30:46 dholland Exp $  */
+/*     $NetBSD: md.h,v 1.2 2018/11/16 19:54:04 martin Exp $    */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -47,10 +47,11 @@
 #define PART_FIRST_FREE        PART_D
 
 #define DEFSWAPRAM     16      /* Assume at least this RAM for swap calc */
-#define DEFROOTSIZE    32      /* Default root size */
+#define DEFROOTSIZE    40      /* Default root size */
 #define DEFVARSIZE     32      /* Default /var size, if created */
-#define DEFUSRSIZE     100     /* Default /usr size, if created */
-#define XNEEDMB                35      /* Extra megs for full X installation */
+#define DEFUSRSIZE     700     /* Default /usr size, if created */
+#define XNEEDMB                250     /* Extra megs for full X installation */
+#define DEBNEEDMB      800     /* Extra megs for debug sets */
 
 /*
  * Default filesets to fetch and install during installation
diff -r 610c8c806cd7 -r 9e3445606b7b usr.sbin/sysinst/arch/newsmips/md.h
--- a/usr.sbin/sysinst/arch/newsmips/md.h       Fri Nov 16 19:46:52 2018 +0000
+++ b/usr.sbin/sysinst/arch/newsmips/md.h       Fri Nov 16 19:54:03 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.1 2014/07/26 19:30:46 dholland Exp $  */
+/*     $NetBSD: md.h,v 1.2 2018/11/16 19:54:04 martin Exp $    */
 
 /*



Home | Main Index | Thread Index | Old Index