summaryrefslogtreecommitdiff
path: root/roles/installer/openbsd/autoinstall/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/installer/openbsd/autoinstall/templates')
-rw-r--r--roles/installer/openbsd/autoinstall/templates/auto_install.conf.j26
-rw-r--r--roles/installer/openbsd/autoinstall/templates/boot.conf.j22
2 files changed, 4 insertions, 4 deletions
diff --git a/roles/installer/openbsd/autoinstall/templates/auto_install.conf.j2 b/roles/installer/openbsd/autoinstall/templates/auto_install.conf.j2
index 1e0c8c0c..767242d9 100644
--- a/roles/installer/openbsd/autoinstall/templates/auto_install.conf.j2
+++ b/roles/installer/openbsd/autoinstall/templates/auto_install.conf.j2
@@ -13,7 +13,7 @@ DNS nameservers = {{ hostvars[install_hostname].network_cooked.nameservers | joi
{% if obsd_autoinstall_serial_device is defined %}
Change the default console to {{ obsd_autoinstall_serial_device }} = yes
-Which speed should {{ obsd_autoinstall_serial_device }} use = {{ obsd_autoinstall_tty_serial | default(115200) }}
+Which speed should {{ obsd_autoinstall_serial_device }} use = {{ obsd_autoinstall_serial_baudrate | default(115200) }}
{% endif %}
{# we will install only one key for now, install.site will install the rest #}
@@ -26,7 +26,7 @@ Allow root ssh login = prohibit-password
What timezone are you in = Europe/Vienna
Location of sets = cd0
-Pathname to the sets = sets/
+Pathname to the sets = /
Set name(s) = all
-{# iso-images don't contain the SHA256.sig file but are verified when downloading the iso-file #}
+{# iso-images don't contain the SHA256.sig file but have been verified after downloading them #}
Directory does not contain SHA256.sig. Continue without verification = yes
diff --git a/roles/installer/openbsd/autoinstall/templates/boot.conf.j2 b/roles/installer/openbsd/autoinstall/templates/boot.conf.j2
index d6cdcfeb..b8d09519 100644
--- a/roles/installer/openbsd/autoinstall/templates/boot.conf.j2
+++ b/roles/installer/openbsd/autoinstall/templates/boot.conf.j2
@@ -1,5 +1,5 @@
{% if obsd_autoinstall_serial_device is defined %}
-stty {{ obsd_autoinstall_serial_device }} {{ obsd_autoinstall_tty_serial | default(115200) }}
+stty {{ obsd_autoinstall_serial_device }} {{ obsd_autoinstall_serial_baudrate | default(115200) }}
set tty {{ obsd_autoinstall_serial_device }}
{% endif %}
set image /bsd.rd