diff options
-rw-r--r-- | release/sysinstall/install.c | 4 | ||||
-rw-r--r-- | usr.sbin/sade/install.c | 4 | ||||
-rw-r--r-- | usr.sbin/sysinstall/install.c | 4 |
3 files changed, 9 insertions, 3 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" diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index 0e2977a..98f7d6f 100644 --- a/usr.sbin/sade/install.c +++ b/usr.sbin/sade/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" diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index 0e2977a..98f7d6f 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/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" |