customizable ipxe menu text colors
-
very low priority.
user customizable ipxe menu text colors (the one’s currently set as static values in bootmenu.class.php)
maybe even a built in method for uploading a custom bg.png? -
@Junkhacker said in customizable ipxe menu text colors:
maybe even a built in method for uploading a custom bg.png?
That in particular would be really nice, but it allows for easy changing of the FOG logo and may further inhibit the spread of fog… still, I’d like the feature.
-
@Wayne-Workman Customization is the game, and Tom is my name.
-
Added.
I have not added a way to upload your own files. However, I have added a way to define your own file name. All you have to do is upload your own file and point the boot settings to use that new file. The handling for colour and cpair commands are left just as text boxes. You need multiple changes, you just need to enter a new line and type. This leaves potential errors being left unto the users, but should be able to allow more people to make their own color schemes for the boot menu.
Useful links:
http://ipxe.org/cmd/colour
http://ipxe.org/cmd/cpairof course, I should note, you can, I suppose, inject any ipxe code in these fields, however I doubt that will be much use to others as they’re stilled called only in their relevant functions (get_console/alt_console/host).