From 21957200baceeaae262de5eee9e125c80c9d64fa Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 1 Feb 2010 14:26:18 -0500 Subject: add doluks and dolvm parameters to the sys handlers --- templates/sys.conf.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates') 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' %> -- cgit v1.2.3