mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
Bump default root size to 50MB on i386 (70MB on Alpha).
Requested incessantly by: billf
This commit is contained in:
parent
f8d7aff7a0
commit
8668fad364
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54716
@ -63,13 +63,13 @@
|
||||
|
||||
/* The default root filesystem size */
|
||||
#ifdef __alpha__
|
||||
#define ROOT_DEFAULT_SIZE 60
|
||||
#define ROOT_DEFAULT_SIZE 70
|
||||
#else
|
||||
#define ROOT_DEFAULT_SIZE 40
|
||||
#define ROOT_DEFAULT_SIZE 50
|
||||
#endif
|
||||
|
||||
/* The smallest swap partition we want to create by default */
|
||||
#define SWAP_MIN_SIZE 16
|
||||
#define SWAP_MIN_SIZE 32
|
||||
|
||||
/* The smallest /usr partition we're willing to create by default */
|
||||
#define USR_MIN_SIZE 80
|
||||
|
@ -63,13 +63,13 @@
|
||||
|
||||
/* The default root filesystem size */
|
||||
#ifdef __alpha__
|
||||
#define ROOT_DEFAULT_SIZE 60
|
||||
#define ROOT_DEFAULT_SIZE 70
|
||||
#else
|
||||
#define ROOT_DEFAULT_SIZE 40
|
||||
#define ROOT_DEFAULT_SIZE 50
|
||||
#endif
|
||||
|
||||
/* The smallest swap partition we want to create by default */
|
||||
#define SWAP_MIN_SIZE 16
|
||||
#define SWAP_MIN_SIZE 32
|
||||
|
||||
/* The smallest /usr partition we're willing to create by default */
|
||||
#define USR_MIN_SIZE 80
|
||||
|
@ -63,13 +63,13 @@
|
||||
|
||||
/* The default root filesystem size */
|
||||
#ifdef __alpha__
|
||||
#define ROOT_DEFAULT_SIZE 60
|
||||
#define ROOT_DEFAULT_SIZE 70
|
||||
#else
|
||||
#define ROOT_DEFAULT_SIZE 40
|
||||
#define ROOT_DEFAULT_SIZE 50
|
||||
#endif
|
||||
|
||||
/* The smallest swap partition we want to create by default */
|
||||
#define SWAP_MIN_SIZE 16
|
||||
#define SWAP_MIN_SIZE 32
|
||||
|
||||
/* The smallest /usr partition we're willing to create by default */
|
||||
#define USR_MIN_SIZE 80
|
||||
|
Loading…
Reference in New Issue
Block a user