git: nrelease/installer: No longer build and offer separate UP and SMP kernels.
Sascha Wildner
swildner at crater.dragonflybsd.org
Tue May 24 05:07:31 PDT 2011
commit 91856cf5ffc1c463b9e1c638274c612e7fa8b4e5
Author: Sascha Wildner <saw at online.de>
Date: Tue May 24 14:05:04 2011 +0200
nrelease/installer: No longer build and offer separate UP and SMP kernels.
Due to sephe's recent work, SMP kernels should boot on UP machines as
well. This is to give his work more exposure.
Also remove the (now redundant) *_SMP configs.
In-discussion-with: sephe
Summary of changes:
nrelease/Makefile | 20 +-
share/installer/cmdnames.conf | 3 -
sys/boot/dloader/dloader.menu | 23 --
sys/config/GENERIC_SMP | 359 ----------------------
sys/config/X86_64_GENERIC_SMP | 334 --------------------
usr.sbin/installer/dfuibe_installer/fn_install.c | 18 -
6 files changed, 5 insertions(+), 752 deletions(-)
delete mode 100644 sys/config/GENERIC_SMP
delete mode 100644 sys/config/X86_64_GENERIC_SMP
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/91856cf5ffc1c463b9e1c638274c612e7fa8b4e5
--
DragonFly BSD source repository
More information about the Commits
mailing list