Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Mar 2026 16:33:37 +0000
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 251907ca480e - main - EC2: Fix comment re avoiding unicode
Message-ID:  <69b58de1.1d0b4.308129e6@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by cperciva:

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

commit 251907ca480eff7f6177f52959b71a6cfce45579
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2026-03-14 16:30:13 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2026-03-14 16:33:32 +0000

    EC2: Fix comment re avoiding unicode
    
    We're avoiding *unicode*, not avoiding *ascii*.
    
    Reported by:    marck
    Fixes:  277830b4d3ae ("EC2: Don't use unicode in boot loader")
    MFC after:      3 days
---
 release/tools/ec2.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/release/tools/ec2.conf b/release/tools/ec2.conf
index 62d7d1957aaf..4e1260903e06 100644
--- a/release/tools/ec2.conf
+++ b/release/tools/ec2.conf
@@ -42,7 +42,8 @@ ec2_common() {
 
 	# Booting quickly is more important than giving users a chance to
 	# access the boot loader via the serial port; but if users turn the
-	# boot loader back on, avoid ASCII since it breaks the EC2 web console.
+	# boot loader back on, avoid unicode since it breaks the EC2 web
+	# console.
 	echo 'autoboot_delay="-1"' >> ${DESTDIR}/boot/loader.conf
 	echo 'beastie_disable="YES"' >> ${DESTDIR}/boot/loader.conf
 	echo 'loader_menu_frame="ascii"' >> ${DESTDIR}/boot/loader.conf


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b58de1.1d0b4.308129e6>