I see what you mean now.   I know what to do with this information at this point.  Can I do the same thing in %pre?<br><br>Kit<br><br><div><span class="gmail_quote">On 8/30/07, <b class="gmail_sendername">Pablo Iranzo Gómez
</b> <<a href="mailto:Pablo.Iranzo@uv.es">Pablo.Iranzo@uv.es</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">        Hi
<br><br>On Thu, 30 Aug 2007, Kit Stube wrote:<br><br>> That worked for the most part. Ed,  your a genious!<br>><br>> The only problem now is that it didn't set the hostname.  Is there some way<br>> to use something like $hostname in post so I can set all that up?
<br>> Perhaps that was what Pablo was trying to tell me?    I don't understand how<br>> to process /proc/commandline.    Does anyone have an example?<br>> I would be greatly appreciative.<br><br>        If you put on commandline ip=
<a href="http://123.123.123.123">123.123.123.123</a><br>netmask=<a href="http://234.234.234.234">234.234.234.234</a> hostname=host123<br><br>        On %post you could do:<br><br>        HOST=`cat /proc/cmdline|tr " " "\n"|grep hostname|cut -d "=" -f  2`
<br><br>        And when creating the custom /etc/sysconfig/network, fill in the<br>value from $HOST<br><br>        Regards<br>        Pablo<br><br>_______________________________________________<br>Kickstart-list mailing list
<br><a href="mailto:Kickstart-list@redhat.com">Kickstart-list@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/kickstart-list">https://www.redhat.com/mailman/listinfo/kickstart-list</a><br></blockquote></div>
<br>