How to change the name an encrypted full-system partition is mapped to
"sda5_crypt" crypttab change as per suggestion below:
Replace OLD_NAME
with NEW_NAME
in /etc/crypttab
, and then:
# dmsetup rename OLD_NAME NEW_NAME
# update-initramfs -c -t -k all
# update-grub
# reboot