mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Zwischencommit für LFS.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@301 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
9
make.sh
9
make.sh
@@ -177,11 +177,10 @@ prepareenv() {
|
||||
|
||||
# Make all sources and proc available under lfs build
|
||||
mount --bind /dev $BASEDIR/build/dev
|
||||
mount --bind /proc $BASEDIR/build/proc
|
||||
mount -vt devpts devpts $BASEDIR/build/dev/pts
|
||||
mount -vt tmpfs shm $BASEDIR/build/dev/shm
|
||||
mount -vt proc proc $BASEDIR/build/proc
|
||||
mount -vt sysfs sysfs $BASEDIR/build/sys
|
||||
mount -t devpts devpts $BASEDIR/build/dev/pts
|
||||
mount -t tmpfs shm $BASEDIR/build/dev/shm
|
||||
mount -t proc proc $BASEDIR/build/proc
|
||||
mount -t sysfs sysfs $BASEDIR/build/sys
|
||||
mount --bind $BASEDIR/cache $BASEDIR/build/usr/src/cache
|
||||
mount --bind $BASEDIR/ccache $BASEDIR/build/usr/src/ccache
|
||||
mount --bind $BASEDIR/config $BASEDIR/build/usr/src/config
|
||||
|
||||
Reference in New Issue
Block a user