From dde481f70dcc501128fc859fae7a0ab641b8696a Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 21 Nov 2006 21:00:26 +0000 Subject: Permissions fix for /dev/shm (a+rwxt ...) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@520 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/initrd-stuff/init | 1 + 1 file changed, 1 insertion(+) (limited to 'initramfs/initrd-stuff/init') diff --git a/initramfs/initrd-stuff/init b/initramfs/initrd-stuff/init index 167224eb..a2972105 100755 --- a/initramfs/initrd-stuff/init +++ b/initramfs/initrd-stuff/init @@ -552,6 +552,7 @@ sed -n "s,/mnt,,;/\/tmp /p" /proc/mounts >> /mnt/etc/mtab umount -n /sys || error "$init_errsys" nonfatal umount -n /proc/bus/usb >/dev/null 2>&1 mount -n --move /dev /mnt/dev +chmod a+rwxt /mnt/dev/shm killall -9 udevd 2>/dev/null [ $DEBUGLEVEL -eq 8 ] && echo "** SLX init ended near $(sysup)" umount -n /proc -- cgit v1.2.3-55-g7522