summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/install.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-02-18 07:09:45 +0000
committerjkh <jkh@FreeBSD.org>2000-02-18 07:09:45 +0000
commit44c4a7d34d23fc3793b5dcb89e93ddc830db14f4 (patch)
treedf4873ef09e68fda34d768d3aace6ac18ce93b86 /release/sysinstall/install.c
parenteb6cba145ae2b83af2593a9ff5b8162519c39bac (diff)
downloadFreeBSD-src-44c4a7d34d23fc3793b5dcb89e93ddc830db14f4.zip
FreeBSD-src-44c4a7d34d23fc3793b5dcb89e93ddc830db14f4.tar.gz
Don't call it a Novice install, call it Standard.
Also say thousands of packages, not hundreds.
Diffstat (limited to 'release/sysinstall/install.c')
-rw-r--r--release/sysinstall/install.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index 5f187b7..38c22cc 100644
--- a/release/sysinstall/install.c
+++ b/release/sysinstall/install.c
@@ -459,14 +459,14 @@ installExpress(dialogMenuItem *self)
return i;
}
-/* Novice mode installation */
+/* Standard mode installation */
int
-installNovice(dialogMenuItem *self)
+installStandard(dialogMenuItem *self)
{
int i, tries = 0;
Device **devs;
- variable_set2(SYSTEM_STATE, "novice", 0);
+ variable_set2(SYSTEM_STATE, "standard", 0);
dialog_clear_norefresh();
#ifndef __alpha__
msgConfirm("In the next menu, you will need to set up a DOS-style (\"fdisk\") partitioning\n"
@@ -579,7 +579,7 @@ nodisks:
}
dialog_clear_norefresh();
- if (!msgYesNo("The FreeBSD package collection is a collection of hundreds of ready-to-run\n"
+ if (!msgYesNo("The FreeBSD package collection is a collection of thousands of ready-to-run\n"
"applications, from text editors to games to WEB servers and more. Would you\n"
"like to browse the collection now?")) {
(void)configPackages(self);
@@ -1050,6 +1050,7 @@ installVarDefaults(dialogMenuItem *self)
else
variable_set2(SYSTEM_STATE, "init", 0);
variable_set2(VAR_NEWFS_ARGS, "-b 8192 -f 1024", 0);
+ variable_set2(VAR_MOUSED_PORT, "/dev/psm0", 0);
return DITEM_SUCCESS;
}
OpenPOWER on IntegriCloud