From 8c51e878551859870d8edea31893a7c21f6c6287 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sat, 24 Apr 2021 14:46:15 -0500 Subject: [PATCH] Switch priority back to critcal on ubuntu preseeds --- roles/netbootxyz/templates/menu/ubuntu.ipxe.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/netbootxyz/templates/menu/ubuntu.ipxe.j2 b/roles/netbootxyz/templates/menu/ubuntu.ipxe.j2 index 24f17e19..ce564010 100644 --- a/roles/netbootxyz/templates/menu/ubuntu.ipxe.j2 +++ b/roles/netbootxyz/templates/menu/ubuntu.ipxe.j2 @@ -62,7 +62,7 @@ goto deb_install iseq ${install_type} deb && set install_name preseed || iseq ${install_type} sub && set install_name autoinstall || echo -n Specify ${install_name} URL for ${os} ${ubuntu_version}: && read install_url -iseq ${install_type} deb && set install_params auto=true priority=low preseed/url=${install_url} || +iseq ${install_type} deb && set install_params auto=true priority=critical preseed/url=${install_url} || iseq ${install_type} sub && set install_params autoinstall ds=nocloud-net;s=${install_url} || goto deb_install