看板 DFBSD_commit 關於我們 聯絡資訊
commit 29f2ae1e5debf1a3eb4904de2bf3de4a3c89bc8b Author: Sascha Wildner <saw@online.de> Date: Thu Apr 8 15:36:51 2010 +0200 nrelease: Remove LiveDVD specific kernel configs and loader menu. These were introduced in order to also offer SMP kernels (with and without APIC_IO) from the LiveDVD. But we don't want to maintain 4 extra kernel configs just for that purpose, especially since we have x86_64 support now which would require introducing even more configs. The whole concept has to be re-thought. So until we come up with a better solution, get rid of it and go with the usual GENERIC/VKERNEL (X86_64_GENERIC/VKERNEL64 on x86_64) combination just like we do for the LiveCD. Summary of changes: nrelease/Makefile | 30 --- nrelease/gui/boot/beastie.4th | 277 ------------------------- nrelease/gui/root/DFLYLIVE | 357 --------------------------------- nrelease/gui/root/DFLYLIVE-SMP | 357 --------------------------------- nrelease/gui/root/DFLYLIVE-SMP-NOAPIC | 357 --------------------------------- nrelease/gui/root/VKERNEL | 107 ---------- 6 files changed, 0 insertions(+), 1485 deletions(-) delete mode 100644 nrelease/gui/boot/beastie.4th delete mode 100644 nrelease/gui/root/DFLYLIVE delete mode 100644 nrelease/gui/root/DFLYLIVE-SMP delete mode 100644 nrelease/gui/root/DFLYLIVE-SMP-NOAPIC delete mode 100644 nrelease/gui/root/VKERNEL http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/29f2ae1e5debf1a3eb4904de2bf3de4a3c89bc8b -- DragonFly BSD source repository