summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/templates/refind.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/bootstrap/templates/refind.conf.j2')
-rw-r--r--roles/bootstrap/templates/refind.conf.j25
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/bootstrap/templates/refind.conf.j2 b/roles/bootstrap/templates/refind.conf.j2
new file mode 100644
index 0000000..995ae1e
--- /dev/null
+++ b/roles/bootstrap/templates/refind.conf.j2
@@ -0,0 +1,5 @@
+timeout 5
+textonly true
+{% if bootstrap_mac %}
+spoof_osx_version 12.7
+{% endif %}