소스 검색

Revert "Dynamically generate Ubuntu live options"

This reverts commit 4ed123f34fa084fa6c92baef07eecfe3418b2a93.
Antony Messerli 2 년 전
부모
커밋
831b745efc
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      roles/netbootxyz/templates/menu/live-ubuntu.ipxe.j2

+ 3 - 3
roles/netbootxyz/templates/menu/live-ubuntu.ipxe.j2

@@ -6,9 +6,9 @@ goto ${menu} ||
 set os Ubuntu Live
 menu ${os}
 item --gap ${os} Versions
-{% for item in releases.ubuntu.versions %}
-item {{ item.code_name }} ${space} ${os} {{ item.name }}
-{% endfor %}
+item jammy ${space} ${os} 22.04
+item focal ${space} ${os} 20.04
+item bionic ${space} ${os} 18.04
 choose live_version || goto live_exit
 menu ${os} ${live_version}
 item --gap ${os} Flavors