summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/system.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-04-29 21:15:44 +0000
committerjkh <jkh@FreeBSD.org>1996-04-29 21:15:44 +0000
commit11cf91d4af7230fc7d73dd815f2dc35a9a69f18a (patch)
treefbf9285224d238189210a93626e516a72a0ba7e4 /release/sysinstall/system.c
parent0236ef4976994dcb3234fd377c4db2d152ffc787 (diff)
downloadFreeBSD-src-11cf91d4af7230fc7d73dd815f2dc35a9a69f18a.zip
FreeBSD-src-11cf91d4af7230fc7d73dd815f2dc35a9a69f18a.tar.gz
Fix more display weirdnesses that only show up during a real installation.
Diffstat (limited to 'release/sysinstall/system.c')
-rw-r--r--release/sysinstall/system.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/release/sysinstall/system.c b/release/sysinstall/system.c
index ff448eb..5a480d3 100644
--- a/release/sysinstall/system.c
+++ b/release/sysinstall/system.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: system.c,v 1.55 1996/04/28 03:27:26 jkh Exp $
+ * $Id: system.c,v 1.56 1996/04/28 20:54:09 jkh Exp $
*
* Jordan Hubbard
*
@@ -277,7 +277,9 @@ systemCreateHoloshell(void)
msgDebug("Was unable to execute sh for Holographic shell!\n");
exit(1);
}
- else
+ else {
msgNotify("Starting an emergency holographic shell on VTY4");
+ sleep(1);
+ }
}
}
OpenPOWER on IntegriCloud