diff options
Diffstat (limited to 'usr.sbin/sysinstall/label.c')
| -rw-r--r-- | usr.sbin/sysinstall/label.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/label.c b/usr.sbin/sysinstall/label.c index 7e8c6a429a67..6f8625c10d07 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 90 +#define ROOT_DEFAULT_SIZE 110 #else -#define ROOT_DEFAULT_SIZE 70 +#define ROOT_DEFAULT_SIZE 100 #endif /* The smallest swap partition we want to create by default */ |
