User Luca Ferrari shows us how to do a simple modification of the FreeBSD Boot Loader, which is changing the ASCII logo to your own custom logo. In this instance it is the PostgreSQL elephant logo, and it is modified using an Lua script. Check out the Github page below for the instructions.
How to use the PostgreSQL bootloader logo
In order to use one of the logos, you have to:
- download the Lua script from my Github repository, within the
logos
directory you can find the files
logo-postgresql.lua
that is the coloured version of the logo;logo-postgresqlbw.lua
that is the black-and-white version of the logo;- put the choosen file into the
/boot/lua
directory and provide read permissions;- edit your
/boot/loader.conf
and add the settingloader_logo
depending on the chosen logo
PostgreSQL ascii logo for FreeBSD boot loader: https://fluca1978.github.io/2019/11/12/PostgreSQLFreeBSDLOGO.html
Trackbacks/Pingbacks