Add 20MB to the default / size for this in-development branch.

This commit is contained in:
David E. O'Brien 2001-02-07 09:29:29 +00:00
parent ee613f9cb8
commit 2dfcc3fa0d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72122
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 70
#define ROOT_DEFAULT_SIZE 90
#else
#define ROOT_DEFAULT_SIZE 50
#define ROOT_DEFAULT_SIZE 70
#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 70
#define ROOT_DEFAULT_SIZE 90
#else
#define ROOT_DEFAULT_SIZE 50
#define ROOT_DEFAULT_SIZE 70
#endif
/* The smallest swap partition we want to create by default */