README.debian13: fix error in creating crypttab.

This commit is contained in:
2026-02-02 01:12:42 +01:00
parent b9d97a76f0
commit 2ac3eb8767

View File

@@ -42,7 +42,7 @@ apt install systemd-cryptsetup
cat <<EOF >> /etc/crypttab cat <<EOF >> /etc/crypttab
# <target name> <source device> <key file> <options> # <target name> <source device> <key file> <options>
${CRYPT_PARTITION} UUID=a$(blkid -s UUID -o value ${RAW_PARTITION}) ${KEY_FILE} luks,nofail ${CRYPT_PARTITION} UUID=$(blkid -s UUID -o value ${RAW_PARTITION}) ${KEY_FILE} luks,nofail
EOF EOF