Since the existing /dev/mapper/sailfish-home
did not want to mount in recovery for me I had to (from memory since I did not write it down ):
cryptsetup luksOpen /dev/sailfish/home whatever
chroot /rootfs
mount /dev/mapper/whatever /home
Since the existing /dev/mapper/sailfish-home
did not want to mount in recovery for me I had to (from memory since I did not write it down ):
cryptsetup luksOpen /dev/sailfish/home whatever
chroot /rootfs
mount /dev/mapper/whatever /home