[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: problem with %post commands`
- From: "Shabazian, Chip" <Chip Shabazian bankofamerica com>
- To: Discussion list about Kickstart <kickstart-list redhat com>
- Subject: RE: problem with %post commands`
- Date: Tue, 28 Feb 2006 13:16:24 -0800
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 redhat com
[mailto:kickstart-list-bounces redhat com] On Behalf Of Jack Fortune
Sent: Tuesday, February 28, 2006 1:12 PM
To: kickstart-list 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 redhat com
https://www.redhat.com/mailman/listinfo/kickstart-list
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]