problem with %post commands`

Shabazian, Chip Chip.Shabazian at bankofamerica.com
Tue Feb 28 21:16:24 UTC 2006


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 at redhat.com
[mailto:kickstart-list-bounces at redhat.com] On Behalf Of Jack Fortune
Sent: Tuesday, February 28, 2006 1:12 PM
To: kickstart-list at redhat.com
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 at redhat.com
https://www.redhat.com/mailman/listinfo/kickstart-list




More information about the Kickstart-list mailing list