summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/agent_config.template
blob: bf9f5f4b49f83a94552b849ff5c29676ec6bf88f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
default deploy

label deploy
kernel {{ pxe_options.deployment_aki_path }}
append initrd={{ pxe_options.deployment_ari_path }} text {{ pxe_options.pxe_append_params }}

label boot_partition
kernel {{ pxe_options.aki_path }}
append initrd={{ pxe_options.ari_path }} root={{ ROOT }} ro text {{ pxe_options.pxe_append_params|default("", true) }}

label boot_whole_disk
COM32 chain.c32
append mbr:{{ DISK_IDENTIFIER }}