From ac0dfbb713c4d2088add1ddb17d08fa2de72cb7e Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 10 Feb 2010 10:33:39 -0500 Subject: the lvm and luks sys template should default to 'no' for both of these options. turning them on by default means that you get warnings/errors for systems that do not have either of these. you should opt-in, not opt-out --- templates/sys.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/sys.conf.erb b/templates/sys.conf.erb index a684e8b..d15f821 100644 --- a/templates/sys.conf.erb +++ b/templates/sys.conf.erb @@ -14,5 +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' %> +luksheaders = <%= doluks ? 'no' : 'yes' %> +lvm = <%= dolvm ? 'no' : 'yes' %> -- cgit v1.2.3