[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

custom kernel



On Mon, Jan 14, 2008 at 12:46:01PM -0500, Santiago Andres Triana wrote:
> Hi,
> I'm trying to use a custom kernel generated by make-kpkg. I copy the
> resulting .deb to config/chroot_local-packages/ and set
> LH_LINUX_PACKAGES in config/chroot to "none". I also set
> LH_LINUX_FLAVOURS to "test5".
> 
> lh_bootstrap and lh_chroot all go well but lh_binary can't find the
> vmlinuz-2.6.23.13-test5 and keeps searching for a vmlinuz-*486!
Did you get any error messages?  I use:

time sudo nice env lh_build 2>&1 |tee binary.log

<./binary.log grep -vwe '^P: Retrieving' -e '^P: Validating' \
-e '^P: Extracting' -e '^P: Unpacking' -e '^P: Configuring' \
-e '^Reading' -e '^Building' -e '^Initializing' -e '^Writing' \
-e '^Get' -e '^Fetched' -e '^Selecting' -e '^(Reading' \
-e '^Unpacking' -e '^Setting' -e '^Need' -e '^Removing' -e '^$' \
-e '^Creating config file' |
sed -re '/^The following( [^ ]*)? packages/,/^[0-9]+ packages upgraded/d' \
-e '/^Filesystem size/,/^Number of directories/d' \
-e '/^Number of [ug]ids/{:l; N; s/\n[[:space:]]//; t l; D}'

BTW, does the kernel include eg. aufs, squashfs and lzma?

Justin



Reply to: