diff options
author | obrien <obrien@FreeBSD.org> | 2001-02-07 09:29:29 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-02-07 09:29:29 +0000 |
commit | 12535a04519170250d686da1a2c3e29bec402eb3 (patch) | |
tree | 9f9f5c32ea3be1370ee6e99f96a7cc79706af0e8 /usr.sbin/sysinstall | |
parent | 94bdc042d526196294da5c7a396425384cffbb1f (diff) | |
download | FreeBSD-src-12535a04519170250d686da1a2c3e29bec402eb3.zip FreeBSD-src-12535a04519170250d686da1a2c3e29bec402eb3.tar.gz |
Add 20MB to the default / size for this in-development branch.
Diffstat (limited to 'usr.sbin/sysinstall')
-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 952b6b2..7e8c6a4 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 */ |