Look in /root/* on installed systems and make use of:

        %pre
        (
        whatever commands
        ) 2>&1 > /tmp/ks-pre.log

        %post
        (
        whatever commands
        ) 2>&1 > /mnt/sysimage/root/ks-port.log
        cp /tmp/ks-pre.log /mnt/sysimage/root/ks-pre.log

        Regards
        Pablo



On Wed, 13 Aug 2008, drew einhorn wrote:




Is there a way to capture the kickstart logs that appear under ctrl-alt-f3
ctrl-alt-f4 and ctrl-alt-f5?

When debugging it would be nice to see the stuff that has already scrolled
off the top of the console.





--
Pablo Iranzo Gómez
(http://Alufis35.uv.es/~iranzo/)
(PGPKey Available on http://www.uv.es/~iranzop/PGPKey.pgp)
                  --
Postulado de Boling sobre la Ley de Murphy:

Si se encuentra bien, no se preocupe. Se le pasará
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to