[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: change newt text on installer
- From: Jeroen van Meeuwen <kanarip kanarip com>
- To: Discussion list about Kickstart <kickstart-list redhat com>
- Subject: Re: change newt text on installer
- Date: Fri, 15 Aug 2008 11:25:51 +0200
Moray Henderson (ICT) wrote:
From: Ady Wicaksono [mailto:ady wicaksono 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.
May I recommend you try Revisor?
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.
IIRC, it's the Product name that is used for the text displayed
described in this thread.
Kind regards,
Jeroen van Meeuwen
-kanarip
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]