From: Roger Pau Monne <roger.pau@citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Ian Jackson <ian.jackson@eu.citrix.com>,
Roger Pau Monne <roger.pau@citrix.com>
Subject: [PATCH v16 17/18] osstest: remove the loader timeout from the install image
Date: Fri, 10 Nov 2017 18:10:41 +0000 [thread overview]
Message-ID: <20171110181042.1201-2-roger.pau@citrix.com> (raw)
In-Reply-To: <20171110181042.1201-1-roger.pau@citrix.com>
When the FreeBSD installer is booted on the godello{0/1} boxes it
receives spurious key strokes. This doesn't happen so far when booted
from disk, or with any other boxes.
In order to cope with this remove the loader timeout on the install
image. Note that failure to boot will still drop the loader into a
manual prompt.
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
ts-freebsd-build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ts-freebsd-build b/ts-freebsd-build
index 54cb5902..5e7e1078 100755
--- a/ts-freebsd-build
+++ b/ts-freebsd-build
@@ -135,7 +135,7 @@ chmod 0600 etc/ssh/ssh_host_*_key
chmod 0644 etc/ssh/ssh_host_*_key.pub
# Setup serial console output for stage1
-printf "%s" "-h -S$bauds" >> boot.config
+printf "%s" "-hn -S$bauds" >> boot.config
cat << ENDBOOT >> boot/loader.conf
# Serial console configuration
boot_serial="YES"
@@ -143,6 +143,7 @@ comconsole_speed="$bauds"
console="comconsole"
boot_verbose="YES"
beastie_disable="YES"
+autoboot_delay="-1"
# mfs boot parameters
mfs_load="YES"
--
2.13.6 (Apple Git-96)
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next prev parent reply other threads:[~2017-11-10 18:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-10 18:10 [PATCH v16 00/18] osstest: initial FreeBSD support Roger Pau Monne
2017-11-10 18:10 ` Roger Pau Monne [this message]
2017-11-10 18:10 ` [PATCH v16 18/18] osstest: expand the list of tested disk controllers Roger Pau Monne
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171110181042.1201-2-roger.pau@citrix.com \
--to=roger.pau@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).