Good day,
I have been creating a custom-ocs file to suits my usage using a USB stick to boot.
Using the available documentation, it works great.
I would very much like owever to be able to use a custom wallpaper. (full credits still go to Steven @ CloneZilla, I just don't like the default wp)
I have my own png of an identical pixel size than ocswp.png.
However, whatever I do, after compiling, I can't shake the original wallpaper.
Even modifying syslinux.cfg by hand fail to render the new wp.
Any hints ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How come?
You just overwrite the file syslinux/ocswp.png, and make sure its format is:
PNG image data, 640 x 480, 8-bit/color RGBA, non-interlaced
Then it should work.
Steven
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Good day,
I have been creating a custom-ocs file to suits my usage using a USB stick to boot.
Using the available documentation, it works great.
I would very much like owever to be able to use a custom wallpaper. (full credits still go to Steven @ CloneZilla, I just don't like the default wp)
I have my own png of an identical pixel size than ocswp.png.
However, whatever I do, after compiling, I can't shake the original wallpaper.
Even modifying syslinux.cfg by hand fail to render the new wp.
Any hints ?
How come?
You just overwrite the file syslinux/ocswp.png, and make sure its format is:
PNG image data, 640 x 480, 8-bit/color RGBA, non-interlaced
Then it should work.
Steven
Thanks Steven.