From: Heiko Z. <smi...@us...> - 2015-01-30 12:35:32
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15317 Modified Files: build.sh Log Message: let's try this without the mount, since this is causing problems with the automated build script Index: build.sh =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/build.sh,v retrieving revision 1.113 retrieving revision 1.114 diff -u -d -r1.113 -r1.114 --- build.sh 29 Jan 2015 02:17:32 -0000 1.113 +++ build.sh 30 Jan 2015 12:35:30 -0000 1.114 @@ -20,7 +20,7 @@ mount -t proc none /proc mount -t sysfs none /sys mkdir -p /dev/shm -mount -t tmpfs none /dev/shm +#mount -t tmpfs none /dev/shm # make sure /tmp has the correct rights chmod 1777 /tmp |