[CentOS] kickstart post install show in a window

Gary Richardson gary.richardson at gmail.com
Mon Feb 4 19:44:55 UTC 2008


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.

One possible trick would be to run everything in a subshell (see
http://www.redhat.com/docs/manuals/RHNetwork/client-config/4.1.0/ch-rhnreg-ks.html),
output it to a file and run something like

echo "/usr/bin/tail -f /tmp/post_install.log" > /tmp/tail.sh
chmod +x /tmp/tail.sh
DISPLAY=:0.0 xterm "/tmp/tail.sh"

but that would require xterm being installed.

On Feb 4, 2008 8:36 AM, Jerry Geis <geisj at pagestation.com> wrote:

> Is there a way to get all the commands in the post install section from
> kickstart
> to show in a window on the X window screenas they are being executed?
>
> Jerry
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20080204/d5a9fd68/attachment.html>


More information about the CentOS mailing list