From 24addc40488e0ae25421e2e7de0b388ad5260cb0 Mon Sep 17 00:00:00 2001 From: kueller Date: Mon, 7 Feb 2011 18:53:20 +0000 Subject: [PATCH] =?UTF-8?q?mount=20von=20tmpfs=20an=20/dev/shm=20sowie=20D?= =?UTF-8?q?irmode=201777=20fuer=20/dev/shm=20wird=20von=20vielen=20program?= =?UTF-8?q?men=20ben=C3=B6tigt=20->=20Wird=20jetzt=20in=20/etc/fstab=20per?= =?UTF-8?q?=20default=20eingebaut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_config@5962 504e572c-2e33-0410-9681-be2bf7408885 --- tmp/postinstall | 1 + 1 file changed, 1 insertion(+) diff --git a/tmp/postinstall b/tmp/postinstall index 2038cca..70fb4ec 100644 --- a/tmp/postinstall +++ b/tmp/postinstall @@ -297,6 +297,7 @@ echo "none /proc proc" >>$ROOTDIR/tmp/fstab echo "none /proc/bus/usb usbfs" >>$ROOTDIR/tmp/fstab echo "none /dev/pts devpts gid=4,mode=620" >>$ROOTDIR/tmp/fstab echo "none /tmp tmpfs" >>$ROOTDIR/tmp/fstab +echo "none /dev/shm tmpfs mode=1777" >>$ROOTDIR/tmp/fstab if [ ! -z "$FSTABENTRY" ]; then sed "s/\\$INSTROOT /\/ /" $ROOTDIR/tmp/fstab \ |sed "s/\\$INSTROOT//" >$ROOTDIR/etc/fstab