summaryrefslogtreecommitdiff
path: root/roles/installer/openbsd/autoinstall
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-12-26 14:41:44 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-12-26 14:41:44 +0100
commit0b25de101de1cc1a43ae47edfd89d43ae28a642d (patch)
tree47485907e2fcb2dda6aa439a131c91171512af32 /roles/installer/openbsd/autoinstall
parentopenbsd: add site.tgz to further customize the installation (diff)
openbsd installer runs thtrough now
Diffstat (limited to 'roles/installer/openbsd/autoinstall')
-rw-r--r--roles/installer/openbsd/autoinstall/tasks/main.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/roles/installer/openbsd/autoinstall/tasks/main.yml b/roles/installer/openbsd/autoinstall/tasks/main.yml
index a4e63f3f..cb9975de 100644
--- a/roles/installer/openbsd/autoinstall/tasks/main.yml
+++ b/roles/installer/openbsd/autoinstall/tasks/main.yml
@@ -56,8 +56,8 @@
args:
chdir: "{{ obsd_autoinstall_tmpdir }}/"
-# - print instructions
-# * attach to console
-# * select (S)hell
-# * # mount_cd9660 /dev/cd0c /mnt && cp /mnt/etc/auto_install.conf / && autoinstall
-#
+- name: set additional installer info
+ set_fact:
+ installer_manual_steps_msg: |
+ * at the installer prompt select: (S)hell
+ * # mount_cd9660 /dev/cd0c /mnt && cp /mnt/etc/auto_install.conf / && autoinstall