summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'release/sysinstall/main.c')
-rw-r--r--release/sysinstall/main.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/release/sysinstall/main.c b/release/sysinstall/main.c
index ce9ce46..c32c6ed 100644
--- a/release/sysinstall/main.c
+++ b/release/sysinstall/main.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated for what's essentially a complete rewrite.
*
- * $Id: main.c,v 1.5 1995/05/07 03:38:00 jkh Exp $
+ * $Id: main.c,v 1.6 1995/05/16 02:53:16 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -57,18 +57,19 @@ main(int argc, char **argv)
/* Set up whatever things need setting up */
systemInitialize(argc, argv);
+ /* Probe for all relevant devices on the system */
+ deviceGetAll();
+
/* Welcome user to FreeBSD */
systemWelcome();
/* Default to English */
/* lang_set_English(NULL); */
- /*
/* Begin user dialog at outer menu */
while (1) {
choice = scroll = curr = max = 0;
dmenuOpen(&MenuInitial, &choice, &scroll, &curr, &max);
- dialog_clear();
if (getpid() != 1 || !msgYesNo("Are you sure you wish to exit? System will reboot."))
break;
}
OpenPOWER on IntegriCloud