/dev beim mount vergessen

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@5435 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-03-02 19:04:07 +00:00
parent 88f23499f0
commit 1762401a98

View File

@ -155,6 +155,7 @@ if [ ! "$ONLYSTAT" == "true" ]; then
fi
mount $SOURCEDEV $LFS/$SRCMNTPOINT
mount -o bind /dev $LFS/dev
mount -o bind /proc $LFS/proc
mount -o bind /sys $LFS/sys
mount -t tmpfs none $LFS/tmp