aboutsummaryrefslogtreecommitdiff
path: root/release/tools
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2026-03-14 16:30:13 +0000
committerColin Percival <cperciva@FreeBSD.org>2026-03-14 16:33:32 +0000
commit251907ca480eff7f6177f52959b71a6cfce45579 (patch)
treebf290f906a978f8ab765ea70f6f3ad776c75ca41 /release/tools
parent922d73540d2d9897e5e8160c445cefa13581564e (diff)
Diffstat (limited to 'release/tools')
-rw-r--r--release/tools/ec2.conf3
1 files changed, 2 insertions, 1 deletions
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