diff options
author | kensmith <kensmith@FreeBSD.org> | 2008-12-12 11:58:27 +0000 |
---|---|---|
committer | kensmith <kensmith@FreeBSD.org> | 2008-12-12 11:58:27 +0000 |
commit | 9aa6bcff62ea1bb898209f15836407394f2fffcf (patch) | |
tree | 3199709c85dd5969e3502498b25011d22ccd7d2d /usr.sbin/sysinstall/install.c | |
parent | c9b65a6863c9f931b75f67e2e6de8b50ab2fdc81 (diff) | |
download | FreeBSD-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/install.c')
-rw-r--r-- | usr.sbin/sysinstall/install.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index f70e5a1..69d9456 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -686,12 +686,6 @@ nodisks: if (!msgYesNo("Would you like to set this machine's time zone now?")) systemExecute("tzsetup"); -#ifdef WITH_LINUX - dialog_clear_norefresh(); - if (!msgYesNo("Would you like to enable Linux binary compatibility?")) - (void)configLinux(self); -#endif - #ifdef WITH_MICE dialog_clear_norefresh(); if (!msgNoYes("Does this system have a PS/2, serial, or bus mouse?")) |