This is how I log everything: %post # Let's log everything: tail -F /root/post-install.log & ( ALL OF YOUR STUFF # Let's direct all of this post install logging to /root/post-install.log ) 2>&1 >> /root/post-install.log You can also use tee, but that breaks in our environment due to our up2date in the %post -----Original Message----- From: kickstart-list-bounces@xxxxxxxxxx [mailto:kickstart-list-bounces@xxxxxxxxxx] On Behalf Of Jack Fortune Sent: Tuesday, February 28, 2006 1:12 PM To: kickstart-list@xxxxxxxxxx Subject: problem with %post commands` I've finally bumbled through getting pxe boot/kickstart to work using dhcp, tftp, and http. I can't for the life of me get the %post section to do anything. I'm installing AS 4 on commodity Dell server hardware. Can someone tell me if there's a way to send the %post output to a file? If I could somehow capture it, it would be easier to locate my particular problem. Jack Fortune University of Oregon _______________________________________________ Kickstart-list mailing list Kickstart-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/kickstart-list