diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-02-07 09:29:29 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-02-07 09:29:29 +0000 |
| commit | 2dfcc3fa0d328893dc815dd697fa57a2f5685f2c (patch) | |
| tree | 935ac518d9eb84a65ff4b24df9e5093c8c8f9a7a | |
| parent | ee613f9cb82a661f16f98bd492c70ff40a44de81 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/sade/label.c | 4 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/label.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/sade/label.c b/usr.sbin/sade/label.c index 952b6b2f8917..7e8c6a429a67 100644 --- a/usr.sbin/sade/label.c +++ b/usr.sbin/sade/label.c @@ -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 */ diff --git a/usr.sbin/sysinstall/label.c b/usr.sbin/sysinstall/label.c index 952b6b2f8917..7e8c6a429a67 100644 --- a/usr.sbin/sysinstall/label.c +++ b/usr.sbin/sysinstall/label.c @@ -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 */ |
