summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/install.c
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 /usr.sbin/sysinstall/install.c
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 'usr.sbin/sysinstall/install.c')
-rw-r--r--usr.sbin/sysinstall/install.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index b1bbaa0..2ba3aa8 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/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?")) {
OpenPOWER on IntegriCloud