Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sysinst/arch Use consistent default partition sizes...



details:   https://anonhg.NetBSD.org/src/rev/a40704d441eb
branches:  trunk
changeset: 366821:a40704d441eb
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Jun 17 16:06:19 2022 +0000

description:
Use consistent default partition sizes for similar ports.

diffstat:

 usr.sbin/sysinst/arch/atari/md.h   |   6 +++---
 usr.sbin/sysinst/arch/luna68k/md.h |  10 +++++-----
 usr.sbin/sysinst/arch/x68k/md.h    |   8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)

diffs (71 lines):

diff -r beecfb381eaf -r a40704d441eb usr.sbin/sysinst/arch/atari/md.h
--- a/usr.sbin/sysinst/arch/atari/md.h  Fri Jun 17 14:30:37 2022 +0000
+++ b/usr.sbin/sysinst/arch/atari/md.h  Fri Jun 17 16:06:19 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.4 2022/06/16 14:03:37 tsutsui Exp $   */
+/*     $NetBSD: md.h,v 1.5 2022/06/17 16:06:19 tsutsui Exp $   */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -51,9 +51,9 @@
 #define DEFROOTSIZE    40      /* Default root size */
 #define DEFSWAPSIZE    32      /* Default swap size */
 #define DEFVARSIZE     32      /* Default /var size, if created */
-#define DEFUSRSIZE     650     /* Default /usr size, if /home */
+#define DEFUSRSIZE     700     /* Default /usr size, if /home */
 #define XNEEDMB                250     /* Extra megs for full X installation */
-#define DEBNEEDMB      900     /* Extra megs for debug sets */
+#define DEBNEEDMB      800     /* Extra megs for debug sets */
 
 /*
  *  Default filesets to fetch and install during installation
diff -r beecfb381eaf -r a40704d441eb usr.sbin/sysinst/arch/luna68k/md.h
--- a/usr.sbin/sysinst/arch/luna68k/md.h        Fri Jun 17 14:30:37 2022 +0000
+++ b/usr.sbin/sysinst/arch/luna68k/md.h        Fri Jun 17 16:06:19 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.4 2022/06/16 14:03:38 tsutsui Exp $   */
+/*     $NetBSD: md.h,v 1.5 2022/06/17 16:06:19 tsutsui Exp $   */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -45,12 +45,12 @@
 #define PART_BOOT_TYPE FS_BSDFFS
 #define        PART_BOOT_SUBT  1               /* old 4.3BSD UFS */
 
-#define DEFROOTSIZE    64      /* Default root size */
+#define DEFROOTSIZE    40      /* Default root size */
 #define DEFSWAPSIZE    32      /* Default swap size */
-#define DEFVARSIZE     64      /* Default /var size, if created */
-#define DEFUSRSIZE     750     /* Default /usr size, if created */
+#define DEFVARSIZE     32      /* Default /var size, if created */
+#define DEFUSRSIZE     700     /* Default /usr size, if created */
 #define XNEEDMB                250     /* Extra megs for full X installation */
-#define DEBNEEDMB      900     /* Extra megs for debug sets */
+#define DEBNEEDMB      800     /* Extra megs for debug sets */
 
 /*
  * Default filesets to fetch and install during installation
diff -r beecfb381eaf -r a40704d441eb usr.sbin/sysinst/arch/x68k/md.h
--- a/usr.sbin/sysinst/arch/x68k/md.h   Fri Jun 17 14:30:37 2022 +0000
+++ b/usr.sbin/sysinst/arch/x68k/md.h   Fri Jun 17 16:06:19 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.6 2022/06/16 14:03:39 tsutsui Exp $   */
+/*     $NetBSD: md.h,v 1.7 2022/06/17 16:06:19 tsutsui Exp $   */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -54,11 +54,11 @@
 #define PART_USR       PART_D  /* Can be after PART_FIRST_FREE */
 #define PART_FIRST_FREE        PART_E
 
-#define DEFROOTSIZE    48      /* Default root size */
+#define DEFROOTSIZE    40      /* Default root size */
 #define DEFSWAPSIZE    32      /* Default swap size */
 #define DEFVARSIZE     32      /* Default /var size, if created */
-#define DEFUSRSIZE     1024    /* Default /usr size, if /home */
-#define XNEEDMB                256     /* 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 */
 
 /* have support for booting from UFS2 */



Home | Main Index | Thread Index | Old Index