From d0bf84d7e13c073c6a0c5a826f307e332ef22d64 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Fri, 17 Jun 2022 16:06:19 +0000 Subject: [PATCH] Use consistent default partition sizes for similar ports. --- 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(-) diff --git a/usr.sbin/sysinst/arch/atari/md.h b/usr.sbin/sysinst/arch/atari/md.h index 8277abea6db8..1d59fd225105 100644 --- a/usr.sbin/sysinst/arch/atari/md.h +++ b/usr.sbin/sysinst/arch/atari/md.h @@ -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 --git a/usr.sbin/sysinst/arch/luna68k/md.h b/usr.sbin/sysinst/arch/luna68k/md.h index 074bc29b5e38..0314d5604899 100644 --- a/usr.sbin/sysinst/arch/luna68k/md.h +++ b/usr.sbin/sysinst/arch/luna68k/md.h @@ -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 --git a/usr.sbin/sysinst/arch/x68k/md.h b/usr.sbin/sysinst/arch/x68k/md.h index 9b18cf8c91fc..3d968fd32bfb 100644 --- a/usr.sbin/sysinst/arch/x68k/md.h +++ b/usr.sbin/sysinst/arch/x68k/md.h @@ -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 */