aboutsummaryrefslogtreecommitdiff
path: root/templates/sys.conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/sys.conf.erb')
-rw-r--r--templates/sys.conf.erb14
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/sys.conf.erb b/templates/sys.conf.erb
index a684e8b..b8a542a 100644
--- a/templates/sys.conf.erb
+++ b/templates/sys.conf.erb
@@ -9,10 +9,10 @@
end
end -%>
-packages = <%= packages ? 'yes' : 'no' %>
-partitions = <%= partitions ? 'yes' : 'no' %>
-dosfdisk = <%= dosfdisk ? 'yes' : 'no' %>
-hardware = <%= hardware ? 'yes' : 'no' %>
-dohwinfo = <%= dohwinfo ? 'yes' : 'no' %>
-luksheaders = <%= doluks ? 'yes' : 'no' %>
-lvm = <%= dolvm ? 'yes' : 'no' %>
+packages = <%= @packages ? 'yes' : 'no' %>
+partitions = <%= @partitions ? 'yes' : 'no' %>
+dosfdisk = <%= @dosfdisk ? 'yes' : 'no' %>
+hardware = <%= @hardware ? 'yes' : 'no' %>
+dohwinfo = <%= @dohwinfo ? 'yes' : 'no' %>
+luksheaders = <%= @doluks ? 'yes' : 'no' %>
+lvm = <%= @dolvm ? 'yes' : 'no' %>