Kernel Module werden nun mit kopiert falls noch nicht forhanden

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@4701 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2009-05-19 07:34:33 +00:00
parent 4f307bb9fa
commit b103721fa6

View File

@ -45,6 +45,9 @@ source $HOME/.ViitorMake
WDIR=`pwd`
source $VMAKEDIR/defsys
if [ ! -d $LFS/lib/modules/`uname -r` ]; then
tar -C /lib/modules -cf - `uname -r`|tar -C $LFS/lib/modules -xvf -
fi
mount -o bind /dev $LFS/dev
mount -o bind /dev/pts $LFS/dev/pts
mount -t devpts none $LFS/dev/pts