hello-world-anaconda-addon
hello-world-anaconda-addon copied to clipboard
Add a custom spoke icon
Hi,
Thank you for your excellent howto. It's working well. I have tried to change the following option:
icon = "face-cool-symbolic"
By:
icon = "test-logo"
And i have added it here:
./usr/share/anaconda/pixmaps/test-logo.png
But it's not working. Do you have a way to do it ?
I know it's late but if anyone wants to change. To change icon of anaconda spoke (Tested in Fedora 27) :-
- paste your icon in
/usr/share/icons/Adwaita/scalable/emotes/
in.svg
format. - change
icon =
to only the icon name pasted, excluding.svg
, in gui section.
Hi,
Thank you for your excellent howto. It's working well. I have tried to change the following option:
icon = "face-cool-symbolic"
By:
icon = "test-logo"
And i have added it here:
./usr/share/anaconda/pixmaps/test-logo.png
But it's not working. Do you have a way to do it ?
hi,Could you tell me more tetails about how to run the sample successfully?
My test system is rhel/centos 7.4.
-
I download this code "hello-world-anaconda-addon",
-
then run cpio as "hello-world-anaconda-addon/Makefile" says,
-
I get the output file updates.img,
-
I have a USB driver, and rhel/centos 7.4 in it, I place updats.img into /images/,
-
When this system is loaded from boot menu,I using insts.updates= option,
-
There isn't new install option or screen in the install menu
Is anything wrong with these steps above?