diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-12-17 02:04:10 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-12-17 02:04:10 +0000 |
| commit | 45b6e80b0b62707b2c7bcc679e2cb2eb940524c6 (patch) | |
| tree | f1712628b2579b84dbcba51e578f2bfa8f0a3f11 | |
| parent | 36ad0a332c010cd57c56bc39aae17d3145f8174b (diff) | |
Notes
| -rw-r--r-- | release/sysinstall/label.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/release/sysinstall/label.c b/release/sysinstall/label.c index 340d7d966907..9e9049a75800 100644 --- a/release/sysinstall/label.c +++ b/release/sysinstall/label.c @@ -63,13 +63,13 @@ /* The default root filesystem size */ #ifdef __alpha__ -#define ROOT_DEFAULT_SIZE 60 +#define ROOT_DEFAULT_SIZE 70 #else -#define ROOT_DEFAULT_SIZE 40 +#define ROOT_DEFAULT_SIZE 50 #endif /* The smallest swap partition we want to create by default */ -#define SWAP_MIN_SIZE 16 +#define SWAP_MIN_SIZE 32 /* The smallest /usr partition we're willing to create by default */ #define USR_MIN_SIZE 80 |
