X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=keyscript-off;h=1cf19b0d24e6c782216986421264c238ad1f1826;hb=6f1f8a104c9b38936ade2d27e835479523985133;hp=84f253c27e800674675af3d9ea4d429c92a5366a;hpb=80be8ed466553bef7f47edf4d15a69ace460f3da;p=distro-setup diff --git a/keyscript-off b/keyscript-off index 84f253c..1cf19b0 100755 --- a/keyscript-off +++ b/keyscript-off @@ -31,7 +31,7 @@ if [[ $($sed -rn 's/^ID=(.*)/\1/p' /etc/os-release) == arch ]]; then else x=/root/keyscript if grep -q "${x}," /etc/crypttab; then - $sed -i "s#${x},#${x}-manual,#" /etc/crypttab + $sed -i "s#${x},#decrypt_keyctl,#" /etc/crypttab update-initramfs -u fi fi