git: DragonFly_RELEASE_2_8 nrelease: Fix an annoying bug that wa

看板DFBSD_commit作者時間15年前 (2010/11/20 09:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 1f8c7ab21b93617f611c5a4c5db45cb68a5e2d54 Author: Sascha Wildner <saw@online.de> Date: Wed Oct 27 09:07:13 2010 +0200 nrelease: Fix an annoying bug that was preventing the ISOs from booting UP. It seems our CD9660 support in libstand at least has some problems with directory names containing dots. This prevented the LiveCD to properly boot the UP kernel. Don't ask me about how it ended up using the SMP kernel in this case, but that's what it did, making the UP boot impossible. My guess is it has something to do with the order in which stuff had been added to the ISO. But that's pure speculation. I'm not even sure about the dot part. It might as well be directory name length. In any case, UP boot from the LiveCD was broken. To fix all this, install the UP kernel to /boot/UP and the SMP kernel to /boot/SMP on the LiveCD and images. They will be picked up by the installer from there by a separate commit. While here, remove some non-functional code from dloader.menu. We can't easily build i386/x86_64 dual boot ISOs at the moment (for this we would need cross-building pkgsrc). Thanks to sjg for bringing me on the right track. Summary of changes: nrelease/Makefile | 7 ++++++ sys/boot/dloader/dloader.menu | 42 +++++----------------------------------- 2 files changed, 13 insertions(+), 36 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1f8c7ab21b93617f611c5a4c5db45cb68a5e2d54 -- DragonFly BSD source repository
文章代碼(AID): #1CvoKwJf (DFBSD_commit)