On Fri, Nov 14, 2003 at 04:29:28PM -0600, Rolf Brudeseth wrote: > On Fri, Nov 14, 2003 at 10:55:21AM +0100, Sven Luther wrote: > > Hello, > > > > I have prepared a new version of the powerpc kernel packages (2.4.22-3). > > Again, they are still hold up in NEW, until a ftp-master deigns to find > > time for looking at it or at least provide feedback about what is wrong > > with them, but i have also made them available in the meantime at : > > > > http://people.debian.org/~luther/powerpc/2.4.22 > > > > I can not find a zImage or zImage.initrd file at the URL above. Do you > plan to generate either of these two files?
get the kernel-image-2.4.22-powerpc-chrp-rs6k and do : dpkg-deb -x kernel-image-2.4.22-powerpc-chrp-rs6k...deb /tmp on a debian system, or : ar x kernel-image-2.4.22-powerpc-chrp-rs6k...deb tar -C /tmp xzvf data.tar.gz And then get the /tmp/boot/vmlinuz-2.4.22-powerpc file. For the .initrd version, you have to build it yourself using the kernel-build package. Extract the tarball included in this package, unpack it, go into the created directory and run the build_something script with the path to the ramdisk as argument, this will create you the .initrd kernels in the dest subdirectory. Friendly, Sven Luther