summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-07-06 09:19:36 +0000
committerjkh <jkh@FreeBSD.org>1999-07-06 09:19:36 +0000
commitde4ef9879cb2266bcb7d1a7c992a0515578d27fd (patch)
tree3f2f5c933264f93e81f05560bad80a8f16f89999 /release
parent726ba02e48aa1eeb11994ec751de26b4eabcc7d8 (diff)
downloadFreeBSD-src-de4ef9879cb2266bcb7d1a7c992a0515578d27fd.zip
FreeBSD-src-de4ef9879cb2266bcb7d1a7c992a0515578d27fd.tar.gz
Don't ask about Linux emulation on the alpha (for now).
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/install.c4
-rw-r--r--release/sysinstall/menus.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index b1bbaa0..2ba3aa8 100644
--- a/release/sysinstall/install.c
+++ b/release/sysinstall/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.238 1999/06/17 19:04:53 markm Exp $
+ * $Id: install.c,v 1.239 1999/07/06 08:45:36 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -573,9 +573,11 @@ nodisks:
restorescr(w);
}
+#ifdef __i386__
dialog_clear_norefresh();
if (!msgYesNo("Would you like to enable Linux binary compatibility?"))
(void)configLinux(self);
+#endif
dialog_clear_norefresh();
if (!msgYesNo("Does this system have a mouse attached to it?")) {
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c
index 37cc699..db7c4bd 100644
--- a/release/sysinstall/menus.c
+++ b/release/sysinstall/menus.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: menus.c,v 1.208 1999/06/23 03:52:10 jkh Exp $
+ * $Id: menus.c,v 1.209 1999/07/06 08:45:38 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -1238,8 +1238,10 @@ 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 __i386__
{ "linux", "This host wants to be able to run linux binaries.",
dmenuVarCheck, configLinux, NULL, VAR_LINUX_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.",
OpenPOWER on IntegriCloud