diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-02-07 11:26:41 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-02-07 11:26:41 +0000 |
| commit | 3e52f85a2bb26a6acbf356ad8db9c1c0953116ef (patch) | |
| tree | 8eefc59c5b6fc4b57170ead55042551b6fdb4f6d | |
| parent | b74e63f284b0d167b5f11ddf80ab67bde162a4b8 (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 7e8c6a429a67..6f8625c10d07 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 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 */ 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 */ |
