Version 1 vs 2
Version 1 vs 2
Content Changes
Content Changes
{nav icon=home, name=Main Page >
icon=wrench, name=Troubleshooting >
CRYPTSETUP setting deprecated warning}
Warning about deprecated CRYPTSETUP setting after update
---
== Problem ==
After system update the following is displayed in terminal:
> WARNING: Setting CRYPTSETUP in /etc/initramfs-tools/initramfs.conf is deprecated and will stop working in the future. Use /etc/cryptsetup-initramfs/conf-hook instead.
== Solution ==
Add `CRYPTSETUP=y` in `/etc/cryptsetup-initramfs/conf-hook`. Terminal command for this:
{icon terminal}`sudo sh -c 'echo "CRYPTSETUP=y" >> /etc/cryptsetup-initramfs/conf-hook'`
{nav icon=home, name=Main Page >
icon=wrench, name=Troubleshooting >
CRYPTSETUP setting deprecated warning}
Warning about deprecated CRYPTSETUP setting after update
---
== Problem ==
After system update the following is displayed in terminal:
> WARNING: Setting CRYPTSETUP in /etc/initramfs-tools/initramfs.conf is deprecated and will stop working in the future. Use /etc/cryptsetup-initramfs/conf-hook instead.
== Solution ==
Add `CRYPTSETUP=y` in `/etc/cryptsetup-initramfs/conf-hook`. Terminal command for this:
{icon terminal}`sudo sh -c 'echo "CRYPTSETUP=y" >> /etc/cryptsetup-initramfs/conf-hook'`