[CentOS] Re: kickstart post section

2008-03-10 Thread Jerry Geis
Jerry Geis wrote: Is there a way in the %post section of install to continue to have the VT3 logging but also log that to a file. Somehow using tee perhaps? I have found --log=/tmp/post-install.log but then that shows nothing on VT3. I would like to have both if possible. Log to VT and a

Re: [CentOS] Re: kickstart post section

2008-03-10 Thread Alfred von Campe
I tried the above suggestion and it did not have the desired effect. Everything gets logged to log file. I was hoping for a way to log to the file and also still see it on the screen also. Have you tried something like this: %post ( do your stuff here ) 21 | tee post-install.log

Re: [CentOS] Re: kickstart post section

2008-03-10 Thread nate
Jerry Geis wrote: I tried the above suggestion and it did not have the desired effect. Everything gets logged to log file. I was hoping for a way to log to the file and also still see it on the screen also. Is there a way to do that? As another poster noted you can use tee, which should do

[CentOS] Re: kickstart post section

2008-03-10 Thread Jerry Geis
Jerry Geis wrote: Jerry Geis wrote: Is there a way in the %post section of install to continue to have the VT3 logging but also log that to a file. Somehow using tee perhaps? I have found --log=/tmp/post-install.log but then that shows nothing on VT3. I would like to have both if possible.