[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Catch the error...
- From: Pablo Bernasconi <bernasconi pablo gmail com>
- To: kickstart-list redhat com
- Subject: Catch the error...
- Date: Mon, 1 Jun 2009 16:56:38 -0300
Hello to everyone,
I need to catch the log/error of the %post section (the things that are shown if you do Alt + F3 while the post-script is running) and send it to a file.
How can I do this????
My %post section:
%post --nochroot
mkdir /mnt/sysimage/usr/src/FSR/
cp /mnt/stage2/FSR/* /mnt/sysimage/usr/src/FSR/
%post
cd /usr/src/FSR/
tar -xvzf ....
cd ....
make
make install
....
...
...
eject
%end
Please help, I have little experience
Thank you very much!!!
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]