aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2021-06-21 22:35:16 +0000
committerColin Percival <cperciva@FreeBSD.org>2021-06-21 22:37:15 +0000
commit524260db7683681c7deec9f1968c15a717317685 (patch)
tree7c1b66218d843e78099dd59e943409ce3a23d89f
parent6f6a166eaf5e59dedb761ea6152417433a841e3b (diff)
downloadsrc-524260db7683681c7deec9f1968c15a717317685.tar.gz
src-524260db7683681c7deec9f1968c15a717317685.zip
EC2: Tell gptboot to skip its 3 second wait
Nobody is going to hit a key to tell gptboot to select another disk, so there's no point waiting.
-rw-r--r--release/tools/ec2.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/release/tools/ec2.conf b/release/tools/ec2.conf
index bfda9052421f..888a446659a5 100644
--- a/release/tools/ec2.conf
+++ b/release/tools/ec2.conf
@@ -88,6 +88,10 @@ EOF
echo 'autoboot_delay="-1"' >> ${DESTDIR}/boot/loader.conf
echo 'beastie_disable="YES"' >> ${DESTDIR}/boot/loader.conf
+ # Tell gptboot not to wait 3 seconds for a keypress which won't
+ # arrive either.
+ printf -- "-n\n" > ${DESTDIR}/boot.config
+
# The emulated keyboard attached to EC2 instances is inaccessible to
# users, and there is no mouse attached at all; disable to keyboard
# and the keyboard controller (to which the mouse would attach, if