Re: systemd, disabling cryptsetup device

2011-11-28 Thread Kamil Paral
Hi everyone! Is there a way of forcing systemd not to mount an encrypted partition when booting the system? I have one encrypted partition (on LVM) on my laptop, which I do not want to have mounted automatically. I'm mounting it only when I need it with a simple script. With F15, masking

Re: systemd, disabling cryptsetup device

2011-11-28 Thread Jan Vcelak
my kernel options: ro root=/dev/mapper/vg_nb-lv_root rd_LVM_LV=vg_nb/lv_root rd_NO_LUKS rd_NO_MD rd_NO_DM You want to use rd.luks.uuid kernel option. See man dracut.kernel. rd_NO_LUKS (or rd.luks=0) disables LUKS detection entirely. I believe this is not about initrd... Jan -- devel

Re: systemd, disabling cryptsetup device

2011-11-28 Thread Kamil Paral
my kernel options: ro root=/dev/mapper/vg_nb-lv_root rd_LVM_LV=vg_nb/lv_root rd_NO_LUKS rd_NO_MD rd_NO_DM You want to use rd.luks.uuid kernel option. See man dracut.kernel. rd_NO_LUKS (or rd.luks=0) disables LUKS detection entirely. I believe this is not about initrd... Jan

Re: systemd, disabling cryptsetup device

2011-11-28 Thread Jan Vcelak
my kernel options: ro root=/dev/mapper/vg_nb-lv_root rd_LVM_LV=vg_nb/lv_root rd_NO_LUKS rd_NO_MD rd_NO_DM You want to use rd.luks.uuid kernel option. See man dracut.kernel. rd_NO_LUKS (or rd.luks=0) disables LUKS detection entirely. I believe this is not about initrd...

systemd, disabling cryptsetup device

2011-11-24 Thread Jan Vcelak
Hi everyone! Is there a way of forcing systemd not to mount an encrypted partition when booting the system? I have one encrypted partition (on LVM) on my laptop, which I do not want to have mounted automatically. I'm mounting it only when I need it with a simple script. With F15, masking the