summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/options.c
diff options
context:
space:
mode:
authormatusita <matusita@FreeBSD.org>2001-12-01 13:13:27 +0000
committermatusita <matusita@FreeBSD.org>2001-12-01 13:13:27 +0000
commit733545376af6fdef0d00d89b8da1d7c087238614 (patch)
tree590760d07664c5db6f664bd007ef13ccaab8695b /usr.sbin/sysinstall/options.c
parentece39f22797904f7bd0a197ee77ed602dc70c650 (diff)
downloadFreeBSD-src-733545376af6fdef0d00d89b8da1d7c087238614.zip
FreeBSD-src-733545376af6fdef0d00d89b8da1d7c087238614.tar.gz
Remove kget() feature, which is removed from 5-current kernel.
Since userconfig feature is implemented by tweaking variables (hint.*) with loader(8), we can put back an equivalent feature. Maybe the first step for this is to commit yokota-san's patch (add userconfig command for loader). Approved by: jkh
Diffstat (limited to 'usr.sbin/sysinstall/options.c')
-rw-r--r--usr.sbin/sysinstall/options.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/options.c b/usr.sbin/sysinstall/options.c
index bf82239..9bd0360 100644
--- a/usr.sbin/sysinstall/options.c
+++ b/usr.sbin/sysinstall/options.c
@@ -148,8 +148,6 @@ static Option Options[] = {
OPT_IS_VAR, NEWFS_PROMPT, VAR_NEWFS_ARGS, varCheck },
{ "Fixit Console", "Which tty to use for the Fixit action.",
OPT_IS_FUNC, fixitTtyWhich, VAR_FIXIT_TTY, 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