Re: Compile vanilla 2.6.27 using make-kpkg
On Mon, Oct 13 2008, Lachlan wrote:
> i am also running amd64
>
> i got 2.6.27 running this morning but that's about it.
> booted into gnome and didn't really know what to do after that. i used:
>
> kernel source# make menuconfig
> (made sure iwl stuff was added etc. saved as .config)
> kernel source# fakeroot make-kpkg --revision=custom.1.0 kernel_image
> kernel source# dpkg -i /home/user/src/linux-image-2.6.27_custom.1.0_amd64.deb
> kernel source# mkinitramfs -o /boot/initrd.img-2.6.27 2.6.27
That last should not be required if you had added --initrd to
the make-kpkg line.
Here is my compile command:
--8<---------------cut here---------------start------------->8---
#!/bin/sh
export MODULE_LOC=/usr/local/src/kernel/modules
#make-kpkg --rootcmd=fakeroot --initrd --append-to-version=-oscar clean
make-kpkg --rootcmd=fakeroot --initrd --append-to-version=-oscar kernel_image
fakeroot make-kpkg --initrd --append-to-version=-oscar modules_image
--8<---------------cut here---------------end--------------->8---
(Yes, this is my 15th test compile for 2.6.27)
manoj
--
Think of your family tonight. Try to crawl home after the computer
crashes.
Manoj Srivastava <srivasta@acm.org> <http://www.golden-gryphon.com/>
1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C
Reply to: