소스 검색

Switch focal to subiquity installer

Appears that Ubuntu pulled the focal PXE installers
as well, so switching this to iso install
Antony Messerli 4 년 전
부모
커밋
cfa5da8515
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      roles/netbootxyz/templates/menu/ubuntu.ipxe.j2

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

@@ -20,6 +20,7 @@ item --gap Older Releases
 item older_release ${space} Set release codename...
 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} groovy && set install_type sub ||
 iseq ${boot_type} sub && goto boot_type ||
 goto mirrorcfg