summaryrefslogtreecommitdiff
path: root/roles/installer/debian/iso/templates/isolinux.cfg.j2
blob: 34d42aa28c88533e34cdaf5b23c645373f98c7e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DEFAULT {{ install_hostname }}
TIMEOUT 100
PROMPT 1
SAY *****************************************
SAY **
SAY **  Distro:   {{ install_distro }}
SAY **  Codename: {{ install_codename }}
SAY **
SAY **  will be booting automated installer for {{ install_hostname }} in 10s ...
SAY **

LABEL {{ install_hostname }}
  KERNEL linux
  INITRD initrd.gz
  APPEND install {{ (hostvars[install_hostname].install_cooked.kernel_cmdline | default([])) | join(' ') }}