Selaa lähdekoodia

Set impish to subiquity

Antony Messerli 3 vuotta sitten
vanhempi
commit
5883b1b840
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      roles/netbootxyz/templates/menu/ubuntu.ipxe.j2

+ 1 - 0
roles/netbootxyz/templates/menu/ubuntu.ipxe.j2

@@ -27,6 +27,7 @@ choose ubuntu_version || goto ubuntu_exit
 iseq ${ubuntu_version} older_release && goto older_release ||
 iseq ${ubuntu_version} focal && set install_type sub ||
 iseq ${ubuntu_version} hirsute && set install_type sub ||
+iseq ${ubuntu_version} impish && set install_type sub ||
 iseq ${ubuntu_version} focal-legacy && set ubuntu_version focal ||
 iseq ${install_type} sub && goto boot_type ||
 iseq ${os_arch} arm64 && echo "arm64 not supported on legacy network installs, please use 20.04 Subiquity and up" && sleep 5 && goto ubuntu ||