blob: b407b14917b9c4b07c5b5aeee88b429c7ca4f0de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEFAULT {{ inventory_hostname }}
TIMEOUT 100
PROMPT 1
SAY *****************************************
SAY **
SAY ** Distro: {{ install_distro }}
SAY ** Codename: {{ install_codename }}
SAY **
SAY ** will be booting automated installer for {{ inventory_hostname }} in 10s ...
SAY **
LABEL {{ inventory_hostname }}
KERNEL /casper/vmlinuz
INITRD /casper/initrd
APPEND quiet nopersistent autoinstall ds=nocloud;s=/cdrom/autoinstall/{{ inventory_hostname }}/ {{ (install.kernel_cmdline | default([])) | join(' ') }}
|