Gentoo Archives: gentoo-user

From: Jan Schneiders <mail@××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Add drivers to custom live CD
Date: Sun, 10 Aug 2008 09:54:26
Message-Id: C5E19E9F-9CA3-493C-B545-527DE700285D@mp3ornot.com
1 Hi,
2
3 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)
4
5 Everything works perfectly, except for one thing: I don't know how to
6 add drivers. If I just make && install them with DESTDIR=/real, the
7 drivers don't appear when I chroot to the real directory and while
8 making I get these mismatching errors:
9
10 WARNING: vmlinux - Section mismatch: reference to .init.text:
11 from .text between 'rest_init' (at offset 0xc01010ec) and 'try_name'
12 WARNING: vmlinux - Section mismatch: reference to .init.text:
13 from .text between 'iret_exc' (at offset 0xc0313e76) and '_etext'
14 WARNING: vmlinux - Section mismatch: reference
15 to .init.data:initkmem_list3 from .text between 'set_up_list3s' (at
16 offset 0xc014e226) and 's_start'
17 WARNING: vmlinux - Section mismatch: reference
18 to .init.data:logo_linux_clut224 from .text between 'fb_find_logo' (at
19 offset 0xc021621a) and 'lcd_class_release'
20 WARNING: vmlinux - Section mismatch: reference
21 to .init.data:logo_linux_mono from .text between 'fb_find_logo' (at
22 offset 0xc021621f) and 'lcd_class_release'
23 WARNING: vmlinux - Section mismatch: reference to .init.text:
24 from .text between 'iret_exc' (at offset 0xc03144fe) and '_etext'
25
26 Does anyone know how to properly add drivers to the live CD?
27
28 Thanks in advance!!!!