Which Cheetah directives are supported with Cobbler?
Issue
- Cheetah directives used in Kickstart files are not rendering. For example this following while snippet produces an error and the kickstart can not be found by anaconda:
#set $x = 1
#while $x <= 10
echo $(date) >> /tmp/testdate
#set $x = $x + 1
#end while
Environment
- Red Hat Satellite 5.4
- Red Hat Satellite 5.5
- Red Hat Satellite 5.6
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.