git: 6a3095aa6d03 - main - loader_4th: brand image is aligned right

Toomas Soome tsoome at FreeBSD.org
Sat Mar 6 08:59:41 UTC 2021


The branch main has been updated by tsoome:

URL: https://cgit.FreeBSD.org/src/commit/?id=6a3095aa6d0350dda89bac66d26f22a01e2257c4

commit 6a3095aa6d0350dda89bac66d26f22a01e2257c4
Author:     Toomas Soome <tsoome at FreeBSD.org>
AuthorDate: 2021-03-06 08:54:08 +0000
Commit:     Toomas Soome <tsoome at FreeBSD.org>
CommitDate: 2021-03-06 08:59:35 +0000

    loader_4th: brand image is aligned right
    
    With screen border removed, I forgot to update forth brand image
    coordinates to avoid image alignment.
---
 stand/forth/brand-fbsd.4th | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stand/forth/brand-fbsd.4th b/stand/forth/brand-fbsd.4th
index b8e43e601c96..84245ef232b6 100644
--- a/stand/forth/brand-fbsd.4th
+++ b/stand/forth/brand-fbsd.4th
@@ -38,7 +38,7 @@
 		s" term-putimage" sfind if
 			\ note, we use 0, 0 for image upper left as origin,
 			\ and 0, 7 for lower right to preserve aspect ratio
-			>r 0 0 0 0 7
+			>r 0 1 1 0 7
 			s" /boot/images/freebsd-brand-rev.png"
 			r> execute if 2drop exit then
 		else


More information about the dev-commits-src-main mailing list