Browse Source

Add Ubuntu 21.04 Hirsute Hippo

Antony Messerli 4 năm trước cách đây
mục cha
commit
bc0e5d7f4a

+ 2 - 0
roles/netbootxyz/defaults/main.yml

@@ -532,6 +532,8 @@ releases:
     mirror: http://archive.ubuntu.com
     name: Ubuntu
     versions:
+    - code_name: hirsute
+      name: 21.04 Hirsute Hippo
     - code_name: groovy
       name: 20.10 Groovy Gorilla
     - code_name: focal

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

@@ -23,6 +23,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} groovy && set install_type sub ||
+iseq ${ubuntu_version} hirsute && set install_type sub ||
 iseq ${ubuntu_version} focal-legacy && set ubuntu_version focal ||
 iseq ${install_type} sub && goto boot_type ||
 goto mirrorcfg