diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2001-03-12 21:26:06 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2001-03-12 21:26:06 +0000 |
| commit | 061de247e086cd32191109b99a893c1c47002b0f (patch) | |
| tree | b9283c4fd81b1761457b82f6e129cd7c68071e9a /usr.sbin/sysinstall/install.c | |
| parent | 95b2071c56576622fe542b59fa8c5dd2f80fa9ad (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/install.c')
| -rw-r--r-- | usr.sbin/sysinstall/install.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index 638530ad302b..4c51dac1f30e 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -240,7 +240,8 @@ installInitial(void) status = DITEM_FAILURE; /* stick a helpful shell over on the 4th VTY */ - systemCreateHoloshell(); + if (!variable_get(VAR_NO_HOLOSHELL)) + systemCreateHoloshell(); alreadyDone = TRUE; return status; |
