Hi, I created a live CD by following the steps in this tutorial: http://gentoo-wiki.com/HOWTO_create_a_custom_distro_(in_less_than_three_hours)
Everything works perfectly, except for one thing: I don't know how to add drivers. If I just make && install them with DESTDIR=/real, the drivers don't appear when I chroot to the real directory and while making I get these mismatching errors:
WARNING: vmlinux - Section mismatch: reference to .init.text: from .text between 'rest_init' (at offset 0xc01010ec) and 'try_name' WARNING: vmlinux - Section mismatch: reference to .init.text: from .text between 'iret_exc' (at offset 0xc0313e76) and '_etext' WARNING: vmlinux - Section mismatch: reference to .init.data:initkmem_list3 from .text between 'set_up_list3s' (at offset 0xc014e226) and 's_start' WARNING: vmlinux - Section mismatch: reference to .init.data:logo_linux_clut224 from .text between 'fb_find_logo' (at offset 0xc021621a) and 'lcd_class_release' WARNING: vmlinux - Section mismatch: reference to .init.data:logo_linux_mono from .text between 'fb_find_logo' (at offset 0xc021621f) and 'lcd_class_release' WARNING: vmlinux - Section mismatch: reference to .init.text: from .text between 'iret_exc' (at offset 0xc03144fe) and '_etext'
Does anyone know how to properly add drivers to the live CD? Thanks in advance!!!!

