https://bugzilla.novell.com/show_bug.cgi?id=699458 https://bugzilla.novell.com/show_bug.cgi?id=699458#c4 Ruediger Oertel <ro@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |volker3204@paradise.net.nz --- Comment #4 from Ruediger Oertel <ro@suse.com> 2012-03-19 14:55:09 UTC --- hm, not just in aaa_base but also in util-linux for some cases, see https://bugzilla.novell.com/show_bug.cgi?id=666150 the change in aaa_base mainly boils down to: --- a/files/etc/init.d/boot.localfs +++ b/files/etc/init.d/boot.localfs @@ -87,9 +87,10 @@ list_missed () mount -afnv $mount_opts 2> /dev/null | while read line ; do dev="${line%% *}" case "$line" in + mount:\ *) continue ;; # messages from mount *mounted*) continue ;; - *) test -b $dev && continue + *) test -e $dev && continue echo "${dev}" ;; esac done does this help for your case already ? -- 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.