Feature #1553

Add a default newline to the end of provision templates (kickstart)

Added by Fries Clemens about 1 year ago. Updated 12 months ago.

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 :)

History

Updated by Ohad Levy 12 months ago

  • Assigned to deleted (Ohad Levy)

I think this depends on if you use %> as closing statement vs -%>

-%> means, no EOL, so maybe simply changing it to %> should work?

Also available in: Atom PDF