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:
obrien 2001-02-07 11:26:41 +00:00
parent 3d96d7e52f
commit 532bf7aa29
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 */