Update of /cvsroot/devil-linux/build/config/etc/initrd
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv7124/config/etc/initrd
Modified Files:
linuxrc
Log Message:
added gateone
fixed python installs
Index: linuxrc
===================================================================
RCS file: /cvsroot/devil-linux/build/config/etc/initrd/linuxrc,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- linuxrc 29 Jan 2015 02:17:32 -0000 1.114
+++ linuxrc 31 Jan 2015 22:37:00 -0000 1.115
@@ -221,7 +221,6 @@
# mount shared memory filesystem with the default limit of ram-memory/2
echo "Mounting SHM FS on /shm"
mount -n -t shm shmfs /shm 2> /dev/null || mount -n -t tmpfs none /shm
-ln -sf /shm /dev/shm
# make sure we can write to /
mount -n -o remount,rw /
|