https://bugzilla.novell.com/show_bug.cgi?id=694461 https://bugzilla.novell.com/show_bug.cgi?id=694461#c13 Ruediger Oertel <ro@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #13 from Ruediger Oertel <ro@suse.com> 2011-07-13 14:56:30 UTC --- the last update of aaa_base on 11.4 released on May 31st has this change --- old/aaa_base/etc/init.d/boot.localfs 2011-03-21 13:57:40.000000000 +0100 +++ new/aaa_base/etc/init.d/boot.localfs 2011-05-18 14:45:37.000000000 +0200 @@ -61,7 +61,7 @@ list_missed () { local dev line - local mount_opts="-t no${tmpfs//,/,no},nonone -O no_netdev -O nonofail" + local mount_opts="-t no${tmpfs//,/,no},$nofs,nonone -O no_netdev -O nonofail -O nobind" mount -afnv $mount_opts 2> /dev/null | while read line ; do dev="${line%% *}" which should fix the issue. Please reopen if this still happens with updates installed on 11.4 -- 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.