Use consistent default partition sizes for similar ports.
This commit is contained in:
parent
49bf48f547
commit
d0bf84d7e1
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue