aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-05-24 22:37:44 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-05-24 22:37:44 +0000
commite336d945a8d958d0c60251569a0b8fee1a5f307f (patch)
tree2126dd375a22d9a5509cad1e3f4982b216d40218 /usr.sbin/sysinstall/sysinstall.h
parent72e242ff9a783b2fce3239f269f7c4490c113831 (diff)
downloadsrc-e336d945a8d958d0c60251569a0b8fee1a5f307f.tar.gz
src-e336d945a8d958d0c60251569a0b8fee1a5f307f.zip
1. Spawn a shell on VTY4 and leave it lying around.
2. Bring in Gary's prompt stuff in extractGeneric. 3. Add another global for telling when we're running as init.
Notes
Notes: svn path=/head/; revision=8735
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r--usr.sbin/sysinstall/sysinstall.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index b8ea33a41d31..3c5ac0d3f06c 100644
--- a/usr.sbin/sysinstall/sysinstall.h
+++ b/usr.sbin/sysinstall/sysinstall.h
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated to essentially a complete rewrite.
*
- * $Id: sysinstall.h,v 1.29 1995/05/24 01:27:14 jkh Exp $
+ * $Id: sysinstall.h,v 1.30 1995/05/24 09:00:58 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -192,6 +192,7 @@ extern int DebugFD; /* Where diagnostic output goes */
extern Boolean OnCDROM; /* Are we running off of a CDROM? */
extern Boolean OnSerial; /* Are we on a serial console? */
extern Boolean SystemWasInstalled; /* Did we install it? */
+extern Boolean RunningAsInit; /* Are we running stand-alone? */
extern Boolean DialogActive; /* Is the dialog() stuff up? */
extern Boolean ColorDisplay; /* Are we on a color display? */
extern Boolean OnVTY; /* On a syscons VTY? */