Re: [Voyage-linux] Rebuilding Kernel and Distribution

2011-02-14 Thread Kim-man 'Punky' TSE
Hi Lee, It seems kernel-package in squeeze remove the symlink of kernel: http://packages.debian.org/changelogs/pool/main/k/kernel-package/kernel-package_12.036+nmu1/changelog#versionversion12.001 Moreover, custom kernel seems need a INITRD=YES environment variable set in order to generate

Re: [Voyage-linux] Rebuilding Kernel and Distribution

2011-02-12 Thread Lee Woldanski
Well, that gets closer. The other problem is that the symlinks in / to /boot/vmlinuz-* and /boot/initrd.img-* are no longer created by the make-kpkg tool. As such, when setboot.sh runs, and creates /boot/grub/menu.lst, it is expecting the symlinks /vmlinuz and /initrd.img. Because those are no

Re: [Voyage-linux] Rebuilding Kernel and Distribution

2011-02-12 Thread Lee Woldanski
So this seems to be a working solution: diff -ruB ./voyage-live/config/chroot_local-hooks/099-voyage ./voyage-live-mod/config/chroot_local-hooks/099-voyage --- ./voyage-live/config/chroot_local-hooks/099-voyage 2011-02-12 22:24:41.0 -0800 +++

Re: [Voyage-linux] Rebuilding Kernel and Distribution

2011-02-11 Thread Kim-man 'Punky' TSE
Hi Lee, Strange, I followed the similar steps using the SDK and it can't be built either. But my official environment, which is still Lenny, works alright. The problem is that once you build a kernel deb using the SDK (or Squeeze I suspect), debian live doesn't trigger running

[Voyage-linux] Rebuilding Kernel and Distribution

2011-02-10 Thread Lee Woldanski
Ok, here's the deal... I've got the 0.7-SDK downloaded and installed. I've got the voyage-live (0.7) scripts from svn/trunk installed. I have the linux-source-2.6.32-voyage package installed. What I want to do is rebuild the kernel-image package (will make some changes later, once I get this