summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/sysinstall.h
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/sysinstall.h
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/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 cccbfc8..123ed84 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.161 1999/04/24 01:53:55 jkh Exp $
+ * $Id: sysinstall.h,v 1.162 1999/04/27 14:33:29 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -119,6 +119,7 @@
#define VAR_INSTALL_ROOT "installRoot"
#define VAR_IPADDR "ipaddr"
#define VAR_KEYMAP "keymap"
+#define VAR_KGET "kget"
#define VAR_LABEL "label"
#define VAR_LABEL_COUNT "labelCount"
#define VAR_MEDIA_TYPE "mediaType"
OpenPOWER on IntegriCloud