[ATrpms-users] How can I install CentOS and get the nvidia-graphics driver from ATrpms during the install?
Axel Thimm
Axel.Thimm at ATrpms.net
Fri Jan 25 18:36:45 CET 2008
On Mon, Jan 21, 2008 at 10:02:54PM -0600, Craig Huff wrote:
> Okay... I have been twiddling with a postinstall script and it seems
> to work except for the step that invokes yum to install the
> nvidia-graphics packages and I can't seem to get a log file produced
> somewhere that I can read to find out what went wrong. Can someone
> tell me what's wrong with the following setup?
> %post --log=/root/anaconda_post.log
> set -x
> When I boot up after the install completes, I can see that all the
> file manipulations in the %post script have been performed, but there
> is no anaconda_post.log file and the yum command apparently failed as
> none of the packages got installed.
>
> Any help fixing either problem would be appreciated, because right now
> I'm stumped.
Try diverting the output with
exec > /tmp/mylog.log 2>&1
right after the %post entry.
--
Axel.Thimm at ATrpms.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.atrpms.net/pipermail/atrpms-users/attachments/20080125/5820b873/attachment.bin
More information about the atrpms-users
mailing list