summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/options.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-05-07 11:02:58 +0000
committerjkh <jkh@FreeBSD.org>1999-05-07 11:02:58 +0000
commit492e9838b2366b7c8f6fc4233dbc72db6def40d7 (patch)
tree2e8491752a6a343ce10c5438a2c6570eb47a1228 /usr.sbin/sysinstall/options.c
parent693dd58bb3e5843d252e25a15e2cc8d49323cb82 (diff)
downloadFreeBSD-src-492e9838b2366b7c8f6fc4233dbc72db6def40d7.zip
FreeBSD-src-492e9838b2366b7c8f6fc4233dbc72db6def40d7.tar.gz
Make saving kernel configuration info disable-able (may be useful in certain
situations).
Diffstat (limited to 'usr.sbin/sysinstall/options.c')
-rw-r--r--usr.sbin/sysinstall/options.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/options.c b/usr.sbin/sysinstall/options.c
index ae660d7..59b5727 100644
--- a/usr.sbin/sysinstall/options.c
+++ b/usr.sbin/sysinstall/options.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: options.c,v 1.58 1999/04/06 08:25:53 jkh Exp $
+ * $Id: options.c,v 1.59 1999/04/27 14:33:28 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -135,6 +135,8 @@ static Option Options[] = {
OPT_IS_VAR, TIMEOUT_PROMPT, VAR_MEDIA_TIMEOUT, varCheck },
{ "Package Temp", "The directory where package temporary files should go",
OPT_IS_VAR, PKG_PROMPT, VAR_PKG_TMPDIR, varCheck },
+{ "Config save", "Whether or not to save installation kernel config changes",
+ OPT_IS_VAR, NULL, VAR_KGET, varCheck },
{ "Re-scan Devices", "Re-run sysinstall's initial device probe",
OPT_IS_FUNC, deviceRescan },
{ "Use Defaults", "Reset all values to startup defaults",
OpenPOWER on IntegriCloud