]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - make.sh
Zwischencommit für LFS.
[people/pmueller/ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 165679eaf14fafc8bbdad92e61e236eba8c35f22..4a97264ac156ecaf898daedf0582b0ff1d2c7beb 100644 (file)
--- a/make.sh
+++ b/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