https://bugzilla.novell.com/show_bug.cgi?id=716136 https://bugzilla.novell.com/show_bug.cgi?id=716136#c17 Karl Eichwalder <ke@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|bnc-team-screening@forge.pr |ke@suse.com |ovo.novell.com | --- Comment #17 from Karl Eichwalder <ke@suse.com> 2011-10-14 09:30:04 CEST --- (In reply to comment #15)
Karl: is comment 10 not enough? (with the change mentioned by Luwdig and Christian in comments 11 & 12)
Literal diffs are always a PITA ;) But otherwise, you are right. Here is the merged version that I'm going to add to the RN: <title>Mounting Encrypted Partitions with systemd</title> <para> If encrypted partitions are not automatically mounted with systemd, the 'noauto' flag in <filename>/etc/fstab</filename> for these partitions could be the cause. Replacing this flag with 'nofail' will fix it. For instance, change the following line:</para> <screen>/dev/mapper/cr_sda3 /home ext4 acl,user_xattr,noauto 0 0</screen> <para> to </para> <screen>/dev/mapper/cr_sda3 /home ext4 acl,user_xattr 0 0</screen> -- 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.