<div dir="ltr">Hello,<div>I'm trying to configure spacewalk to kickstart my system.</div><div>Currently, we're using only a customized DVD, with ageneric kickstart, and I'm trying to port this kickstart to spacewalk... </div><div>Here are the issue I'm facing:</div><div>- What browser should I use??? I've tried IE 10, Firefox 26, latest chrome, and on each browser I have different issues:</div><div>Chrome and firefox: I can't kickstart pre and post script, a rtext box seems to be missing... </div><div>I can upload a kickstart, but then nothing appears when I go to "Kickstart file" link</div><div>IE: the wbe page layout for uploading a kickstarting is all messed up, but at least, I can view the kickstart file after it has been uploaded...</div><div><br></div><div>- When I manually create a kickstart, I have this problem. In my current KS, I use "%include" directives, to include pre-scripts. These scripts configures are mainly used to detect the first hard drive, and calculate the "bootloader" and "part" kickstart keyword...</div><div>In spacewalk UI, I did not finc the way to use include directive, as well as not using the bootloader directive  (in advanced Options link). As i told, in my kickstart, the bootloader directive is calculated in my pre script... so I dont need to use it!</div><div><br></div><div>- So I tried to upload my kickstart... but it also fails!</div><div>1/ I have this error message: </div><div>This kickstart profile uses a different type of encryption by default than the root password is currently using. You must reset the root password to encrypt it with the new method.</div><div>---> Can i live with this?</div><div><br></div><div>2/ I have another error:</div><div><div><class 'Cheetah.Parser.ParseError'>:</div><div>Error in the Python code which Cheetah generated for this template:</div><div>===============================================================================</div><div>EOL while scanning string literal (cheetah_DynamicallyCompiledCheetahTemplate_1414681774_07_98912.py, line 151)</div><div>Line|Python Code</div><div>----|-------------------------------------------------------------</div><div>149 |</div><div>150 |        try:</div><div>151 |            return eval('''VFSL([locals()]+SL+[globals(), __builtin__],"ls",True) -l /dev/cdrom | awk '{print $NF}'''', globals(), localsDict)</div><div>                              ^</div><div>152 |            return self._CHEETAH__errorCatcher.warn(exc_val=e, code= u'VFSL([locals()]+SL+[globals(), __builtin__],"ls",True) -l /dev/cdrom | awk \'{print $NF}\'' , rawCode= u"$(ls -l /dev/cdrom | awk '{print $NF}')" , lineCol=(259, 7))</div><div>153 |</div><div>154 |    def __errorCatcher14(self, localsDict={}):</div><div>Here is the corresponding Cheetah code.</div><div>** I had to guess the line & column numbers, so they are probably incorrect:</div><div>Line 42, column 5</div><div><br></div><div>Line|Cheetah Code</div><div>----|-------------------------------------------------------------</div><div>42  |set $(list-harddrives|grep -v sr)</div><div>            ^</div></div><div><br></div><div><br></div><div>In my kickstart, I, indeed, have the following line of code: set $(list-harddrives|grep -v sr), used to detexct the first hardrive...</div><div><br></div><div><br></div><div>Thanks in advance for your help</div><div><br></div><div>Pierre</div></div>