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:
David E. O'Brien 2001-02-07 11:26:41 +00:00
parent b74e63f284
commit 3e52f85a2b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72124
2 changed files with 4 additions and 4 deletions

View File

@ -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 */

View File

@ -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 */