Hello to everyone, <br><br>I need to catch the log/error of the %post section (the things that are shown if you do<b> Alt + F3</b> while the post-script is running) and send it to a file.<br><br>How can I do this????<br><br>
My %post section:<br><br><i>%post --nochroot<br>mkdir /mnt/sysimage/usr/src/FSR/<br>cp /mnt/stage2/FSR/*  /mnt/sysimage/usr/src/FSR/<br><br><br>%post<br>cd /usr/src/FSR/<br>tar -xvzf ....<br>cd ....<br>make<br>make install<br>
....<br>...<br>...<br>eject<br>%end</i><br><br>Please help, I have little experience<br>Thank you very much!!!<br><br>