By running menlow-lpia-moblin2, I *really* like to have a
customized kernel with module support and bunch of other modules installed.
There is no problem to make bzImage as follows,

$ sudo /usr/sbin/chroot /home/lifu/mproj0/menlow/targets/targ/fs env -u
SHELL HOME=/root su -p -
$ make menconfig  --> enable module, CONFIG_MODULES=y
$ make bzImage
$ cp arch/x86/boot/bzImage /boot/.
$ make modules
$ make modules_install

     However, I couldn't mkinitrd by

$ mkinitrd /boot/initrd-2.6.24 2.6.4
No module ehci-dhc found for kernel 2.6.24, aborting.

         This is the standard way to create an initrd, which may or may not
apply to moblin. How can we make a USB live image (with customized kernel,
ram disk, rootfs) in this case? The doc refers to use image-creator and dpkg
the kernel, this is certainly not the case for the moblin2 on Fedora
environment.

         Also, is there a way to manually create an image without going thru
image-creator?

Regards,
Lifu
_______________________________________________
dev mailing list
[email protected]
https://www.moblin.org/mailman/listinfo/dev

Reply via email to