On Sun, 2003-12-07 at 21:45, leam wrote:
I'm working through some customizing of the ks.cfg and watching the errors anaconda logs on vc3. Is there any way to make anaconda log all the errors and problems to one of the /root/install.log type logs? Not only would it be useful to fix things I break but it'd be helpful to learn how things are done.
They get logged to /tmp/anaconda.log outside of the chroot -- if you're doing kickstart, you can copy that file to your installed system in %post
Cheers,
Jeremy
I know I can use the --nochroot on the %post line but I think that's gonna whack everything else. Oh well, I'll copy it over manually and review it.
Thanks!
leam