<br><br><div class="gmail_quote">On 23 February 2011 10:47, carlopmart <span dir="ltr"><<a href="mailto:carlopmart@gmail.com">carlopmart@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div class="h5"><br></div></div>
In my opinion it is a bug, because under RHEL5.x works perfectly.<br>
<br></blockquote><div><br>/dev/shm is mounted in the initramfs (/boot/initramfs...).<br><br>The bug is in dracut -- either it should copy /etc/fstab into the initramfs (easy) or it should extract the mount options (harder).  Either way to make it stick you can run "dracut -f" to make the change stick after a reboot.<br>
<br>Although I haven't tried this, you can probably make it work by patching up your initamfs.   The file /boot/initramfs-`uname -r`.img is a gzipped cpio archive so you should be able to unwrap it, pop /etc/fstab in its etc directory and wrap it up again.   Of course, you need to be careful because it's easy to wind up with an unbootable system if (or when) you get it wrong.<br>
<br>jch<br></div></div>