summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-09-19 08:24:32 +0000
committerjkh <jkh@FreeBSD.org>1999-09-19 08:24:32 +0000
commit73f3f4d4118e08463f3808fa704e6a3b5d69deb4 (patch)
treee2cc40829698d389774af1fe6a3020e4fb7fb80a /release
parent8e8efb3bd5be77fe72128fffce1bbe904e8a1ded (diff)
downloadFreeBSD-src-73f3f4d4118e08463f3808fa704e6a3b5d69deb4.zip
FreeBSD-src-73f3f4d4118e08463f3808fa704e6a3b5d69deb4.tar.gz
execute a strategic clear.
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/install.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index 0e2977a..98f7d6f 100644
--- a/release/sysinstall/install.c
+++ b/release/sysinstall/install.c
@@ -601,8 +601,10 @@ nodisks:
dialog_clear_norefresh();
if (!msgYesNo("The FreeBSD package collection is a collection of hundreds 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?"))
+ "like to browse the collection now?")) {
+ dialog_clear();
(void)configPackages(self);
+ }
dialog_clear_norefresh();
if (!msgYesNo("Would you like to add any initial user accounts to the system?\n"
OpenPOWER on IntegriCloud