buildhw-x86: fix all the buildhw-x86 boxes clevis config to work on boot
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
e15803cfc1
commit
85fb65a443
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
kernel_cmdline="ip={{ br0_ip }}::{{ br0_gw }}:{{ br0_nm }}::{{ br0_dev }}:none:{{ dns }}"
|
||||
{% elif eth0_ip is defined %}
|
||||
kernel_cmdline="ip={{ eth0_ip }}::{{ gw }}:{{ nm }}::eth0:none:{{ dns }}"
|
||||
{% elif eth0_ipv4 is defined %}
|
||||
kernel_cmdline="ip={{ eth0_ipv4 }}::{{ gw }}:{{ nm }}::eth0:none:{{ dns }}"
|
||||
{% elif eno1_ip is defined %}
|
||||
kernel_cmdline="ip={{ eno1_ip }}::{{ gw }}:{{ nm }}::eno1:none:{{ dns }}"
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue