diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-07-06 09:19:36 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-07-06 09:19:36 +0000 |
| commit | 152a27509be065247963de458a032c867322b428 (patch) | |
| tree | 808c8f6d357817d3deb9b42ce1eefc96463fcebb /release/sysinstall/install.c | |
| parent | 0f37309e5cc49887e391b38affd04ddad1354a61 (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/install.c')
| -rw-r--r-- | release/sysinstall/install.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index b1bbaa019eb2..2ba3aa8d093a 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?")) { |
