clevis: fix buildhw-x86 clevis more.
We need to use eth0_ipv4 versions of these variables when eth0_ipv4 is set. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
b1810a1525
commit
15860c4950
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ kernel_cmdline="ip={{ br0_ip }}::{{ br0_gw }}:{{ br0_nm }}::{{ br0_dev }}:none:{
|
|||
{% 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 }}"
|
||||
kernel_cmdline="ip={{ eth0_ipv4 }}::{{ eth0_ipv4_gw }}:{{ eth0_ipv4_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