Markus Katharina Brechtel 7 лет назад
Родитель
Сommit
5b97bfa5bc
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      templates/crypttab.j2

+ 1
- 1
templates/crypttab.j2 Просмотреть файл

@@ -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 %}

Загрузка…
Отмена
Сохранить