Increase USR_MIN_SIZE to 160 because it requires more disk space.

MFC after:	3 days
This commit is contained in:
Yoshihiro Takahashi 2006-11-28 11:48:34 +00:00
parent 1f87450e8b
commit 983bba070e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164717

View File

@ -67,7 +67,7 @@
#define ROOT_MIN_SIZE 118
#endif
#define SWAP_MIN_SIZE 32
#define USR_MIN_SIZE 128
#define USR_MIN_SIZE 160
#define VAR_MIN_SIZE 20
#define TMP_MIN_SIZE 20
#define HOME_MIN_SIZE 20