git: bafab32168c8 - releng/13.0 - loader_4th: brand image is aligned right

Toomas Soome tsoome at FreeBSD.org
Sat Mar 6 09:37:35 UTC 2021


The branch releng/13.0 has been updated by tsoome:

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

commit bafab32168c82f979151c912f2c61b100a64b7c8
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 09:37:16 +0000

    loader_4th: brand image is aligned right
    
    With screen border removed, I forgot to update forth brand image
    coordinates to avoid image alignment.
    
    (cherry picked from commit 6a3095aa6d0350dda89bac66d26f22a01e2257c4)
    
    Approved by:    re (delphij)
---
 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-all mailing list