Quoting Alex Tang <altitude@xxxxxxxxxxxxxx>: you can modify the post installation script to have: %post /usr/bin/chvt 3 ( # post installation scritpt .... .... # end of postinstall ) 2>&1 | /usr/bin/tee /tmp/post_install.log /usr/bin/chvt 1 This is diverting standard oituput and error also on /tmp/post_install.log in the kickstart client ciao stefanio > hi folks. > > I was wondering if anyone knows of a good way to record the output from > the %post section of a kickstart script, as well as have the output go > to the screen. > > I have a pretty complex kickstart file that i use to setup a bunch of > different things on new machines. One thing that's been annoying me is > that i sometimes i have to sit there and watch what it's doing to record > various pieces of information. I'd like to be able to record all the > output from the %post script section of the kickstart file to a file as > well as print it normally to the screen. > > I know that you can do something like this using the program "script", > however it seems that you can only use that in interactive mode...not > useful in a kickstart environment. I've also tried using "screen", > executing a script and also logging, but that doesn't seem to work either. > > Does anyone know how to do this? > > thanks. > > ...alex... > > > > _______________________________________________ > Anaconda-devel-list mailing list > Anaconda-devel-list@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/anaconda-devel-list > *