浏览代码

Set impish to subiquity

Antony Messerli 3 年之前
父节点
当前提交
5883b1b840
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 ||