0001-Protect-against-r-slipping-into-kickstart-pre-script.patch

Frank Sweetser, 06/07/2010 09:09 pm

Download (785 Bytes)

 
b/app/views/unattended/kickstart.rhtml
15 15
<% if @dynamic -%>
16 16
%include /tmp/diskpart.cfg
17 17
<% else -%>
18
<%= @host.diskLayout %>
18
<%= @host.diskLayout.gsub(/\r/,"") %>
19 19
<% end -%>
20 20
skipx
21 21
text
22
-