Files
src/stand/lua
Jose Luis Duran 7d1d7f4230 stand: Fix brand positioning on framebuffer console
The drawer.lua script ignores the values in loader_brand_x and
loader_brand_y on framebuffer consoles, always positioning the brand at
(1, 1).

Allow it to be positioned by accepting the x and y values just like the
text version.  For example:

/boot/lua/gfx-nanobsd.lua:

    return {
    	brand = {
    		graphic = {
    			""
    		},
    		requires_color = true,
    		image = "/boot/images/freebsd-logo-rev.png"
    	}
    }

/boot/loader.conf.d/bootloader.conf:

    loader_logo="none"
    loader_brand="nanobsd"
    loader_brand_x="15"

PR:		255202
Reviewed by:	manu, imp
Approved by:	emaste (mentor)
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D49092
2025-02-24 14:36:10 +00:00
..
2024-07-29 16:56:55 -06:00
2023-08-16 11:55:30 -06:00
2025-01-09 08:13:05 +01:00
2025-01-09 08:13:05 +01:00
2023-08-16 11:55:30 -06:00
2024-02-26 20:49:46 -07:00
2025-01-09 08:13:43 +01:00
2024-10-15 17:20:47 -03:00