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>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
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"
console="comconsole"
boot_verbose="YES"
beastie_disable="YES"
+autoboot_delay="-1"
# mfs boot parameters
mfs_load="YES"