https://bugzilla.novell.com/show_bug.cgi?id=727758 https://bugzilla.novell.com/show_bug.cgi?id=727758#c7 Ludwig Nussel <lnussel@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |mmarek@suse.com --- Comment #7 from Ludwig Nussel <lnussel@suse.com> 2011-11-02 16:10:29 CET --- according to the new world order initrd is the new /, therefore initrd fscks and mounts / rw .oO(why isn't systemd in initrd?). Here's my suggestion for files/lib/mkinitrd/scripts/boot-mtab.sh which could be included in aaa_base: #!/bin/bash # #%stage: setup #%programs: ln #%modules: #%dontshow if test -w /root/etc/ -a ! -L /root/etc/mtab ; then echo "replacing /etc/mtab with symlink to /proc/self/mounts" ln -sf /proc/self/mounts /root/etc/mtab fi Needinfo mmarek for ack. -- 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.