You may want to try something a little more non-graphical than Xconfigurator (such as xf86config). Try piping that through ed, or just editing XF86Config like you have without running Xconfigurator. Are you using RedHat 7.0 or 6.2? > -----Original Message----- > From: Roland Dubouloz [mailto:Roland.Dubouloz@xxxxxxxx] > Sent: Wednesday, April 11, 2001 4:41 AM > To: kickstart-list@xxxxxxxxxx > Subject: Synchronize in %post > > > Is it possible to synchronize command in %post ? > > Because with the graphic card "ATI Xpert 98" there is a crash in > anaconda: > > File "usr/lib/anaconda/xf8config.py" line 174 in set vidcart > > self.devID=self.vidCards[self.imary] ["NAME"] > Type error : sequence index must be integer. > > ( I have try all the possibility in xconfig with no success) > > I start Xconfigurator in the %post and I would like make some > modification in /etc/X11/XF86Config . > > my %post look like : > > %post > > /usr/X11R6/bin/Xconfigurator --kickstart > > ed /etc/X11/XF86Config << FIN > /1360 > s/1360/1368 > w > q > FIN > > # end %post > > But ed is finished before Xconfigurator , and of course my > modifications > is lost. > > Thank you for your help. > > Roland > > > > _______________________________________________ > Kickstart-list mailing list > Kickstart-list@xxxxxxxxxx > https://listman.redhat.com/mailman/listinfo/kickstart-list >