diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/sys.conf.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/sys.conf.erb b/templates/sys.conf.erb index b0ae623..a684e8b 100644 --- a/templates/sys.conf.erb +++ b/templates/sys.conf.erb @@ -14,3 +14,5 @@ partitions = <%= partitions ? 'yes' : 'no' %> dosfdisk = <%= dosfdisk ? 'yes' : 'no' %> hardware = <%= hardware ? 'yes' : 'no' %> dohwinfo = <%= dohwinfo ? 'yes' : 'no' %> +luksheaders = <%= doluks ? 'yes' : 'no' %> +lvm = <%= dolvm ? 'yes' : 'no' %> |