https://bugzilla.novell.com/show_bug.cgi?id=335486 User mt@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=335486#c96 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Info Provider|walter.haidinger@gmx.at |ro@novell.com --- Comment #96 from Marius Tomaschewski <mt@novell.com> 2009-01-12 02:55:29 MST --- The question is now, what the maintainer of /etc/init.d/boot.localfs says about the patch from comment #91 or the alternative one bellow. [Because "mount -fv -t tmpfs udev /dev" writes an /etc/mtab entry, it is not really required to check the /etc/fstab before remount] Ruediger? ============= --- /etc/init.d/boot.localfs +++ /etc/init.d/boot.localfs 2009-01-12 10:48:43.000000000 +0100 @@ -239,6 +239,8 @@ fi done < /proc/filesystems mount -fv -t tmpfs udev /dev + # remount /dev too when there may be options in fstab + mount -oremount /dev rc_status if test ! -d /sys/block/loop0 ; then /sbin/modprobe loop ============= -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.