Browse Source

current

master
parent
commit
5b97bfa5bc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/crypttab.j2

+ 1
- 1
templates/crypttab.j2 View File

@@ -1,3 +1,3 @@
{% for cryptdev in dmcrypt_devices %}
{{ cryptdev.name }} {{ cryptdev.device }} none luks
{{ cryptdev.name }} {{ cryptdev.device }} none luks{{ cryptdev.discard | default(false) | ternary(',discard','') }}
{% endfor %}

Loading…
Cancel
Save