diff options
Diffstat (limited to 'usr.sbin/sade/label.c')
| -rw-r--r-- | usr.sbin/sade/label.c | 4 |
1 files changed, 2 insertions, 2 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 */ |
