From: <smi...@us...> - 2003-12-17 14:55:50
|
Update of /cvsroot/devil-linux/build/config/etc/initrd In directory sc8-pr-cvs1:/tmp/cvs-serv27884/config/etc/initrd Modified Files: linuxrc Log Message: kernel 2.4.23 and many other updates/fixes Index: linuxrc =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/initrd/linuxrc,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- linuxrc 2 Dec 2003 16:13:41 -0000 1.49 +++ linuxrc 17 Dec 2003 14:55:46 -0000 1.50 @@ -184,9 +184,9 @@ modprobe -r # kill our klogd -kill `ps ax | grep klogd | cut -f 1 -d 0` +kill `ps ax | grep klogd | cut -f 1 -d 0` 2> /dev/null -# mount shared memory filesystem with a limit of 40GB (for now) +# mount shared memory filesystem echo "Mounting SHM FS on /cdrom/shm" mount -n -o bind /shm /cdrom/shm umount /shm |