Feature #1553
Add a default newline to the end of provision templates (kickstart)
| Status: | New | Start: | 03/27/2012 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | Unattended installations | |||
| Target version: | - | |||
| Backlog: | No | Difficulity: | trivial | |
| Votes: | 0 |
Description
It would be helpful if the rendering of a provision template would append a newline character.
I was wondering why the last operation in a kickstart template I wrote up would not be executed. I realised after pulling the template with curl that the kickstart file would end w/o \n. Might be specific to anaconda (version shipped with CentOS 5), though. Appending an empty line to the template fixed that, of course :)
