summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-11-18 03:03:01 +0000
committerobrien <obrien@FreeBSD.org>1999-11-18 03:03:01 +0000
commit31081e234ac6b93f5fb839b54429ba24adcc784f (patch)
tree214b6f2da76a2697ea815508bf369d2e594527f5 /usr.sbin/sysinstall
parent1cd372d24f6ec30dbb7398b7b6fc79ceccb59b71 (diff)
downloadFreeBSD-src-31081e234ac6b93f5fb839b54429ba24adcc784f.zip
FreeBSD-src-31081e234ac6b93f5fb839b54429ba24adcc784f.tar.gz
Don't ask about SCO/IBSC2 binary support on the Alpha.
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/menus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index cf409ff..9d0d0ed 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -1276,11 +1276,11 @@ DMenu MenuStartup = {
#ifdef __i386__
{ "linux", "This host wants to be able to run linux binaries.",
dmenuVarCheck, configLinux, NULL, VAR_LINUX_ENABLE "=YES" },
+ { "SCO", "This host wants to be able to run IBCS2 binaries.",
+ dmenuVarCheck, dmenuToggleVariable, NULL, "ibcs2_enable=YES" },
#endif
{ "quotas", "This host wishes to check quotas on startup.",
dmenuVarCheck, dmenuToggleVariable, NULL, "check_quotas=YES" },
- { "SCO", "This host wants to be able to run IBCS2 binaries.",
- dmenuVarCheck, dmenuToggleVariable, NULL, "ibcs2_enable=YES" },
{ "Exit", "Exit this menu (returning to previous)",
checkTrue, dmenuExit, NULL, NULL, '<', '<', '<' },
{ NULL } },
OpenPOWER on IntegriCloud