Module Name:    src
Committed By:   tsutsui
Date:           Fri Jun 17 16:06:19 UTC 2022

Modified Files:
        src/usr.sbin/sysinst/arch/atari: md.h
        src/usr.sbin/sysinst/arch/luna68k: md.h
        src/usr.sbin/sysinst/arch/x68k: md.h

Log Message:
Use consistent default partition sizes for similar ports.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/sysinst/arch/atari/md.h
cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/sysinst/arch/luna68k/md.h
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/sysinst/arch/x68k/md.h

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

Modified files:

Index: src/usr.sbin/sysinst/arch/atari/md.h
diff -u src/usr.sbin/sysinst/arch/atari/md.h:1.4 src/usr.sbin/sysinst/arch/atari/md.h:1.5
--- src/usr.sbin/sysinst/arch/atari/md.h:1.4	Thu Jun 16 14:03:37 2022
+++ src/usr.sbin/sysinst/arch/atari/md.h	Fri Jun 17 16:06:19 2022
@@ -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

Index: src/usr.sbin/sysinst/arch/luna68k/md.h
diff -u src/usr.sbin/sysinst/arch/luna68k/md.h:1.4 src/usr.sbin/sysinst/arch/luna68k/md.h:1.5
--- src/usr.sbin/sysinst/arch/luna68k/md.h:1.4	Thu Jun 16 14:03:38 2022
+++ src/usr.sbin/sysinst/arch/luna68k/md.h	Fri Jun 17 16:06:19 2022
@@ -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

Index: src/usr.sbin/sysinst/arch/x68k/md.h
diff -u src/usr.sbin/sysinst/arch/x68k/md.h:1.6 src/usr.sbin/sysinst/arch/x68k/md.h:1.7
--- src/usr.sbin/sysinst/arch/x68k/md.h:1.6	Thu Jun 16 14:03:39 2022
+++ src/usr.sbin/sysinst/arch/x68k/md.h	Fri Jun 17 16:06:19 2022
@@ -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 */

Reply via email to