From 9bcbac6aea28d3d1ee8fa5fff6f070d7a48e6a52 Mon Sep 17 00:00:00 2001 From: Tobias Stein Date: Sat, 10 Dec 2022 23:35:38 +0100 Subject: [PATCH] Fix typo --- roles/fai/templates/menu.ipxe.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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