mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-18 23:12:59 +02:00
make.sh: Don't bind-mount the host's /proc
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
1
make.sh
1
make.sh
@@ -431,7 +431,6 @@ prepareenv() {
|
||||
mount --bind /dev $BASEDIR/build/dev
|
||||
mount --bind /dev/pts $BASEDIR/build/dev/pts
|
||||
mount --bind /dev/shm $BASEDIR/build/dev/shm
|
||||
mount --bind /proc $BASEDIR/build/proc
|
||||
mount --bind /sys $BASEDIR/build/sys
|
||||
mount --bind $BASEDIR/cache $BASEDIR/build/usr/src/cache
|
||||
mount --bind $BASEDIR/ccache/${BUILD_ARCH}/${TOOLCHAINVER} $BASEDIR/build/usr/src/ccache
|
||||
|
||||
Reference in New Issue
Block a user