Skip to content

Commit

Permalink
Redo spacing for /etc/gdm3/custom.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Sep 19, 2024
1 parent 99bc224 commit ace5333
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions cookbooks/boxcutter_nvidia/recipes/l4t.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
]

# /etc/modprobe.d/fb_modprobe.conf
node.default['fb_modprobe']['extra_entries'] += [
'',
]
# node.default['fb_modprobe']['extra_entries'] += [
# '',
# ]
end
8 changes: 4 additions & 4 deletions cookbooks/boxcutter_ubuntu_desktop/templates/custom.conf.erb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file is configured by Chef. Local changes will be overwritten.
<% node['boxcutter_ubuntu_desktop']['gdm_custom'].each do |section, properties| %>
[<%= section %>]
<% properties.each do |key, value| %>
<%= key %>=<%= value %>
<% end %>
[<%= section %>]
<% properties.each do |key, value| %>
<%= key %>=<%= value %>
<% end %>
<% end %>

0 comments on commit ace5333

Please sign in to comment.