<div>The output is on one of the virtual terminals. If you do a text mode install, or hit alt-f1 and search around for the right console, you'll find it.<br></div><div><br></div><div>One possible trick would be to run everything in a subshell (see <a href="http://www.redhat.com/docs/manuals/RHNetwork/client-config/4.1.0/ch-rhnreg-ks.html">http://www.redhat.com/docs/manuals/RHNetwork/client-config/4.1.0/ch-rhnreg-ks.html</a>), output it to a file and run something like </div>
<div><br class="webkit-block-placeholder"></div><div>echo "/usr/bin/tail -f /tmp/post_install.log" > /tmp/tail.sh<br class="webkit-block-placeholder"></div><div>chmod +x /tmp/tail.sh</div><div>DISPLAY=:0.0 xterm "/tmp/tail.sh"</div>
<div><br class="webkit-block-placeholder"></div><div>but that would require xterm being installed.</div><div><br><div class="gmail_quote">On Feb 4, 2008 8:36 AM, Jerry Geis <<a href="mailto:geisj@pagestation.com">geisj@pagestation.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Is there a way to get all the commands in the post install section from<br>kickstart<br>to show in a window on the X window screenas they are being executed?<br>
<br>Jerry<br>_______________________________________________<br>CentOS mailing list<br><a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br><a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
</blockquote></div><br></div>