change newt text on installer

Moray Henderson (ICT) Moray.Henderson at ict.om.org
Fri Aug 15 09:23:20 UTC 2008


>From: Ady Wicaksono [mailto:ady.wicaksono at gmail.com]
>
>If we use text installer for installing RHEL or CENTOS, we can see in
>the top left window text "Welcome to CentOS ... blablabla"
>
>How can we change this text?

Yes, this is Anaconda.  I tried to get pungi to build CentOS 5.2, but it required versions of other packages that only appear in the later Fedoras, so I went back to the old-fashioned way of doing it.

The command you need is buildinstall, from the anaconda-runtime package, which rebuilds the boot images for the CD.  It's... not well documented.  Note that it overwrites some of the files in the isolinux directory, so if you have customised those make sure you have backups.  Come to think of it, make sure you have backups of your build root anyway.  The commands you need will be something like

PATH=/usr/lib/anaconda-runtime:$PATH
buildinstall --comps <path to comps.xml> \
	--version <version> \
	--product <product name> \
	--release <release name> \
	--prodpath <product dir under buildroot e.g. CentOS> \
	</full/path/to/build/root>

It's either the product or release name that gets displayed by the text mode installs.


Moray.
"To err is human.  To purr, feline"
http://members.aol.com/edgwddirk 





More information about the Kickstart-list mailing list