0001-Protect-against-r-slipping-into-kickstart-pre-script.patch
| 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 |
- |
|
