diff --git a/roles/fai/templates/menu.ipxe.j2 b/roles/fai/templates/menu.ipxe.j2 index 46fe76a..8881777 100644 --- a/roles/fai/templates/menu.ipxe.j2 +++ b/roles/fai/templates/menu.ipxe.j2 @@ -75,7 +75,7 @@ goto start :fai+reboot kernel ${boot-root}/{{ fai_live_vmlinuz }} initrd ${boot-root}/{{ fai_live_initrd }} || goto reload_after_fail -imgargs {{ fai_live_vmlinuz | basename }} ip=dhcp root=live:{{ http_mirror_fai_squashfs_url }} FAI_FLAGS={{{ fai_flags | join(',') }},reboot FAI_CONFIG_SRC={{ http_mirror_fai_profiles_url }} FAI_ACTION=install net.ifnames=0 +imgargs {{ fai_live_vmlinuz | basename }} ip=dhcp root=live:{{ http_mirror_fai_squashfs_url }} FAI_FLAGS={{ fai_flags | join(',') }},reboot FAI_CONFIG_SRC={{ http_mirror_fai_profiles_url }} FAI_ACTION=install net.ifnames=0 boot || goto reload_after_fail goto start