Mounts werden jetzt vorgezogen

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@5433 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-03-02 18:58:41 +00:00
parent 310ecf272f
commit 5676625746

View File

@ -155,6 +155,9 @@ if [ ! "$ONLYSTAT" == "true" ]; then
fi
mount $SOURCEDEV $LFS/$SRCMNTPOINT
mount -o bind /proc $LFS/proc
mount -o bind /sys $LFS/sys
mount -t tmpfs none $LFS/tmp
if [ "$DEBUGGING" == "true" ]; then
echo "Cross and Base tools ready. chroot to $LFS"