Am Donnerstag, den 29.04.2010, 21:14 +1200 schrieb jumbophut:
> On Thu, Apr 29, 2010 at 7:09 PM, Elmar Fahrendorff wrote:
> >
> > I build und installed the kernel and modules in chroot environment:
> >
> > chroot "$LFS" /usr/bin/env -i \
> > HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \
> > PATH=/bin:/usr/bin:/sbin:/usr/sbin \
> > /bin/bash --login
> >
> >
> > The kernel sources are located then at /usr/src/linux
> >
> > There I compile and install the kernel and modules with:
> >
> > make mrproper
> >
> > make menuconfig
> >
> > make -j5
> >
> > make modules_install
> >
> > cp -v arch/x86/boot/bzImage /boot/lfskernel-2.6.30.2
> >
> > cp -v System.map /boot/System.map-2.6.30.2
> >
> > cp -v .config /boot/config-2.6.30.2
> >
> > install -d /usr/share/doc/linux-2.6.30.2
> >
> > cp -r Documentation/* /usr/share/doc/linux-2.6.30.2
> >
> 
> I'm not sure if it will fix the module issues, but the system probably
> expects to find the System.map file at /boot/System.map-2.6.30.2-xxx,
> where xxx is the value returned by uname -r on your system (it's 686
> on mine).
> 
> -- 
> Tony (echo 'spend!,pocket awide' | sed 'y/acdeikospntw!, 
> /l...@omcgtjuba.phi/')


Hi,

I build the kernel and modules on the running LFS-System again and it
works.

Where is the difference between building in the chroot environment and
the building on the running LFS-System?

I'm glad it works.

Thanks for your help.

Regards

Elmar Fahrendorff
elmar.fahrendo...@miltenyibiotec.de

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to