On 12/14/05, <b class="gmail_sendername">Ingo Jochim</b> <<a href="mailto:i.jochim@querysoft.de">i.jochim@querysoft.de</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hopefully you can help on this.<br><br>I'm doing a kickstart installation on Fedora Core 4.<br>I like to install some additional packages in the %post part of kickstart.<br><br>I like to create a new file and want to write something into it.
<br>Here is my code:<br>echo $RANDOM > "/root/ID"<br><br>The result in the file is always fine.<br>But the new file name is strange to me.<br>If I do a "ls -l" I get "ID?" displayed.<br>If I just write the beginning of the file and use the TAB-key then I get
<br>"ID^M".</blockquote><div><br>You are creating your kickstart configuration in a windows/dos text editor, and it has windows line endings, rather than unix ones.  Either use a text editor that can save with unix line endings, or use something like the dos2unix command  after you create it, or FTP it in text mode to your server before using it.  You need to do something to get rid of the extra ^M at the end of every line in your 
ks.cfg.<br></div></div><br>-- <br>Jason Kohles<br><a href="mailto:email@jasonkohles.com">email@jasonkohles.com</a> - <a href="http://www.jasonkohles.com/">http://www.jasonkohles.com/</a><br>"A witty saying proves nothing."  -- Voltaire
<br>