On Wed, 2020-11-18 at 16:19 +0800, edsionte wrote:
> HI all,
> I have successfully tested my add-on program on CentOS 7.4.
> I found that add-on is not supported on centos 6.x. So, is there any way to 
> add a new page on centos 6.x?
IIRC the Anaconda addon support addin in RHEL 7 was created as a response to 
user/customer request to provide an APIfor
extending in Anaconda, as there was nothing like that in RHEL <=6. 
So I'm afraid this is not possible to extend the installer in RHEL 6, short of 
directly changing the code of the
installer itself to display the options you need.
There might be a possibility if you wanted to show the screen on the first boot 
of the system - in RHEL 6 there is
the Firstboot tool, that is run on first boot of the installed system (provided 
it's package is installed) and that can
hostarbitrary plugins addin new screens (IIRC on RHEL6 it has the RHSM and 
KDUMP screens, provided by Firstboot
plugins).
More about Firstboot & Firstboot plugins here: 
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/6.3_technical_notes/firstboothttps://fedoraproject.org/wiki/FirstBoothttps://fedoraproject.org/wiki/FirstBoot/Modules
Firstboot is technically also available in RHEL/CentOS 7, but marked as 
deprecated. Firstboot is not longer availablein
RHEL 8, being replaced by Initial Setup in the first-boot configuration role. 
Initial Setup was introduced in
RHEL/CentOS 7.
> Thanks.
> edison
> 
> _______________________________________________Anaconda-devel-list mailing 
> listanaconda-devel-l...@redhat.com
> https://www.redhat.com/mailman/listinfo/anaconda-devel-list
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

Reply via email to