https://bugzilla.novell.com/show_bug.cgi?id=800699 https://bugzilla.novell.com/show_bug.cgi?id=800699#c0 Summary: /lib/mkinitrd/scripts/boot-luks.sh uses lvm but doesn't depend on it Classification: openSUSE Product: openSUSE 12.2 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jnelson-suse@jamponi.net QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 /lib/mkinitrd/scripts/boot-luks.sh uses lvm components: (these are the last lines in that file) # Encrypted volume groups mounted by label or uuid will not # get recognized otherwise (bnc#722916) case "$root" in /dev/disk/by-label/*|/dev/disk/by-uuid/*) vgscan vgchange -a y ;; esac However it doesn't *depend* on them like it should (otherwise an error is generated). I'm just guessing, but perhaps it should have: #%programs: /sbin/vgscan /sbin/vgchange /sbin/lvm like boot-lvm2.sh does? Reproducible: Always Steps to Reproduce: 1. 2. 3. -- 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.