Skip to content

Commit 0fa2c0d

Browse files
committed
add branding
1 parent 8a58031 commit 0fa2c0d

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

stand/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ S.${MK_LOADER_LUA}+= liblua
2525
S.${MK_LOADER_LUA}+= lua
2626
S.yes+= defaults
2727
S.yes+= fonts
28-
#S.yes+= images
28+
S.yes+= images
2929
S.yes+= man
3030

3131
.if ${MK_FORTH} != "no"

stand/images/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
.include <bsd.init.mk>
33

4-
FILES+= freebsd-brand-rev.png freebsd-brand.png freebsd-logo-rev.png
4+
FILES+= midnightbsd-brand.png midnightbsd-logo.png
55

66
FILESDIR= /boot/images
77

stand/images/midnightbsd-brand.png

10.2 KB
Loading

stand/images/midnightbsd-logo.png

7.69 KB
Loading

stand/lua/drawer.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ branddefs = {
434434
-- keys are: graphic (table depicting graphic)
435435
["mbsd"] = {
436436
graphic = mbsd_brand,
437-
image = "/boot/images/freebsd-brand-rev.png",
437+
image = "/boot/images/midnightbsd-brand.png",
438438
},
439439
["none"] = {
440440
graphic = none,

stand/lua/gfx-orb.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ return {
4747
},
4848
requires_color = true,
4949
shift = {x = 2, y = 3},
50-
image = "/boot/images/freebsd-logo-rev.png",
50+
image = "/boot/images/midnightbsd-logo.png",
5151
image_rl = 15
5252
}
5353
}

0 commit comments

Comments
 (0)