encrypt_home_stacked_fs
This commit is contained in:
parent
34f8692dc2
commit
ff4c77407b
8 changed files with 69 additions and 0 deletions
|
@ -18,6 +18,9 @@
|
|||
{% include 'snippets/pm_multimedia_common.j2' %}
|
||||
{% include 'snippets/pm_data_management.j2' %}
|
||||
{# Include rules-determined snippets #}
|
||||
{% if root_access %}
|
||||
{% include 'snippets/pm_system.j2' %}
|
||||
{% endif %}
|
||||
{% if display_server %}
|
||||
{% include 'snippets/pm_desktop_environment.j2' %}
|
||||
{% endif %}
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
etckeeper
|
||||
{% if has_batttery %}
|
||||
tlp
|
||||
{% endif %}
|
||||
dhcpcd
|
||||
wpa_supplicant
|
||||
chrony
|
||||
{% if encrypt_home_stacked_fs %}
|
||||
ecryptfs-utils
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue