refactor: is option initramfs on device needed, also does not select boot device

This commit is contained in:
transcaffeine 2024-07-21 16:51:26 +02:00
parent 77c11d4ab1
commit 46f170e4c1
No known key found for this signature in database
GPG key ID: 03624C433676E465

View file

@ -4,14 +4,6 @@
state: "present"
pkg: "{{ dropbear_luks_required_packages }}"
- name: "Configure `crypttab`"
lineinfile:
path: "{{ dropbear_crypttab_path }}"
regex: "^(.*) (luks,discard)$"
line: "\\1 luks,initramfs"
state: "present"
backrefs: true
- name: "Configure SSH options for dropbear"
lineinfile:
path: "{{ dropbear_initramfs_config_path }}"