mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 15:03:41 +00:00
Bump the i386 default root by another 30MB to 100MB total. The Alpha
default root bumps 20MB to 110MB. Requested by: kris
This commit is contained in:
parent
b74e63f284
commit
3e52f85a2b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72124
@ -63,9 +63,9 @@
|
||||
|
||||
/* The default root filesystem size */
|
||||
#ifdef __alpha__
|
||||
#define ROOT_DEFAULT_SIZE 90
|
||||
#define ROOT_DEFAULT_SIZE 110
|
||||
#else
|
||||
#define ROOT_DEFAULT_SIZE 70
|
||||
#define ROOT_DEFAULT_SIZE 100
|
||||
#endif
|
||||
|
||||
/* The smallest swap partition we want to create by default */
|
||||
|
@ -63,9 +63,9 @@
|
||||
|
||||
/* The default root filesystem size */
|
||||
#ifdef __alpha__
|
||||
#define ROOT_DEFAULT_SIZE 90
|
||||
#define ROOT_DEFAULT_SIZE 110
|
||||
#else
|
||||
#define ROOT_DEFAULT_SIZE 70
|
||||
#define ROOT_DEFAULT_SIZE 100
|
||||
#endif
|
||||
|
||||
/* The smallest swap partition we want to create by default */
|
||||
|
Loading…
Reference in New Issue
Block a user