Am 31.08.2011 um 15:23 schrieb Thomas Lange:

> I cannot confirm this bug. Please check your /etc/fstab if there's an
> entry for /dev/shm. If so, please remove it.

This seems unrelated to #637296, but rather to #637286.  In any case I
don't have an entry for /dev/shm in/etc/fstab, and the code which mounts
/dev/shm is in /usr/share/dracut/modules.d/99base/init:

if ! ismounted /dev/shm; then
    mkdir -m 0755 /dev/shm
    mount -t tmpfs -o mode=1777,nosuid,nodev tmpfs /dev/shm >/dev/null 2>&1
fi

Regards,
        Sven



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to