Date: Sun, 29 Oct 2006 14:38:18 +0000 (UTC) From: Erwin Lansing <erwin@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall dist.c install.c sysinstall.h Message-ID: <200610291438.k9TEcI2E033059@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
erwin 2006-10-29 14:38:18 UTC FreeBSD src repository (ports committer) Modified files: (Branch: RELENG_6) usr.sbin/sysinstall dist.c install.c sysinstall.h Log: MFC: If the user did not chose a distribution from the menu, a sensible default distribution (user) will be installed, however, no kernel will be installed. Fix this by installing a sensible default kernel, SMP/GENERIC, depending on WITH_SMP and number of CPUS found. Approved by: re (hrs) Revision Changes Path 1.239.2.4 +1 -1 src/usr.sbin/sysinstall/dist.c 1.363.2.4 +2 -0 src/usr.sbin/sysinstall/install.c 1.264.2.6 +1 -0 src/usr.sbin/sysinstall/sysinstall.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610291438.k9TEcI2E033059>