summaryrefslogtreecommitdiff
path: root/roles/installer/debian/iso
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-11-04 22:20:24 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-11-04 22:22:11 +0100
commit7c3376d3a527a308e3ca4a641afd3fe043194096 (patch)
tree0700fff7253809383ca1c345892bffdf3bf674dd /roles/installer/debian/iso
parentupgrade collabora code to 6.4 (diff)
harmonize preseed files for server and workstations
Diffstat (limited to 'roles/installer/debian/iso')
-rw-r--r--roles/installer/debian/iso/templates/isolinux.cfg.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/installer/debian/iso/templates/isolinux.cfg.j2 b/roles/installer/debian/iso/templates/isolinux.cfg.j2
index 3656b435..c7bf1246 100644
--- a/roles/installer/debian/iso/templates/isolinux.cfg.j2
+++ b/roles/installer/debian/iso/templates/isolinux.cfg.j2
@@ -12,4 +12,4 @@ SAY **
LABEL {{ install_hostname }}
KERNEL linux
INITRD initrd.gz
- APPEND install fb=false {{ (hostvars[install_hostname].install_cooked.kernel_cmdline | default([])) | join(' ') }}
+ APPEND auto=true fb=false {{ (hostvars[install_hostname].install_cooked.kernel_cmdline | default([])) | join(' ') }}