README.debian13: fix error in creating crypttab.
This commit is contained in:
@@ -42,7 +42,7 @@ apt install systemd-cryptsetup
|
||||
cat <<EOF >> /etc/crypttab
|
||||
|
||||
# <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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user