summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorceri <ceri@FreeBSD.org>2005-12-29 19:25:17 +0000
committerceri <ceri@FreeBSD.org>2005-12-29 19:25:17 +0000
commit22046ca347894b29217537c747312af806d268dc (patch)
tree1f5f7a8d6a0759ebebbd61d2054bef1ebd8c99bf /usr.sbin/sade
parentd27cba60298726944bdbda5f0ede0f72106d4e56 (diff)
downloadFreeBSD-src-22046ca347894b29217537c747312af806d268dc.zip
FreeBSD-src-22046ca347894b29217537c747312af806d268dc.tar.gz
An i386 machine with 32MB of RAM requires a 700MB disk for auto-layout to
succeed, whilst an i386 with 256MB of RAM requires more. Up the amount of disk hinted at as a minimum requisite for auto-layout. MFC after: 1 week
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/install.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 7c21abf..39cfb3f 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -605,14 +605,14 @@ nodisks:
}
msgConfirm("Now you need to create BSD partitions inside of the fdisk partition(s)\n"
- "just created. If you have a reasonable amount of disk space (200MB or more)\n"
+ "just created. If you have a reasonable amount of disk space (1GB or more)\n"
"and don't have any special requirements, simply use the (A)uto command to\n"
"allocate space automatically. If you have more specific needs or just don't\n"
"care for the layout chosen by (A)uto, press F1 for more information on\n"
"manual layout.");
#else
msgConfirm("First you need to create BSD partitions on the disk which you are\n"
- "installing to. If you have a reasonable amount of disk space (200MB or more)\n"
+ "installing to. If you have a reasonable amount of disk space (1GB or more)\n"
"and don't have any special requirements, simply use the (A)uto command to\n"
"allocate space automatically. If you have more specific needs or just don't\n"
"care for the layout chosen by (A)uto, press F1 for more information on\n"
OpenPOWER on IntegriCloud