summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/menus.c
diff options
context:
space:
mode:
authorkensmith <kensmith@FreeBSD.org>2008-12-12 11:58:27 +0000
committerkensmith <kensmith@FreeBSD.org>2008-12-12 11:58:27 +0000
commit9aa6bcff62ea1bb898209f15836407394f2fffcf (patch)
tree3199709c85dd5969e3502498b25011d22ccd7d2d /usr.sbin/sysinstall/menus.c
parentc9b65a6863c9f931b75f67e2e6de8b50ab2fdc81 (diff)
downloadFreeBSD-src-9aa6bcff62ea1bb898209f15836407394f2fffcf.zip
FreeBSD-src-9aa6bcff62ea1bb898209f15836407394f2fffcf.tar.gz
Remove the offer to install Linux compatibility on i386 in the mainline
portion of sysinstall. Leave it to be treated as a regular package along with all the other packages...
Diffstat (limited to 'usr.sbin/sysinstall/menus.c')
-rw-r--r--usr.sbin/sysinstall/menus.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 6a22d32..a600da1 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -1247,10 +1247,6 @@ DMenu MenuStartup = {
dmenuVarCheck, dmenuToggleVariable, NULL, "accounting_enable=YES" },
{ " lpd", "This host has a printer and wants to run lpd.",
dmenuVarCheck, dmenuToggleVariable, NULL, "lpd_enable=YES" },
-#ifdef WITH_LINUX
- { " Linux", "This host wants to be able to run Linux binaries.",
- dmenuVarCheck, configLinux, NULL, VAR_LINUX_ENABLE "=YES" },
-#endif
#ifdef __i386__
{ " SCO", "This host wants to be able to run IBCS2 binaries.",
dmenuVarCheck, dmenuToggleVariable, NULL, "ibcs2_enable=YES" },
OpenPOWER on IntegriCloud