Merge pull request #1461 from chris18890/remove-old-ubuntu

Remove old ubuntu versions
This commit is contained in:
Antony Messerli
2024-05-04 10:16:21 -05:00
committed by GitHub
3 changed files with 0 additions and 90 deletions
-63
View File
@@ -1,19 +1,4 @@
endpoints:
ubuntu-18.04-live-kernel:
path: /ubuntu-core-18.04/releases/download/18.04.5-a39e0666/
files:
- initrd
- vmlinuz
os: ubuntu
version: '18.04'
ubuntu-18.04-default-squash:
path: /ubuntu-squash/releases/download/18.04.5-0dd1e29b/
files:
- filesystem.squashfs
os: ubuntu
version: '18.04'
flavor: GNOME
kernel: ubuntu-18.04-live-kernel
debian-10-live-kernel:
path: /debian-core-10/releases/download/10.13.0-960f6051/
files:
@@ -29,46 +14,6 @@ endpoints:
version: '10'
flavor: core
kernel: debian-10-live-kernel
ubuntu-18.04-xfce-squash:
path: /ubuntu-squash/releases/download/18.04.5-68015e19/
files:
- filesystem.squashfs
os: ubuntu
version: '18.04'
flavor: xfce
kernel: ubuntu-18.04-live-kernel
ubuntu-18.04-KDE-squash:
path: /ubuntu-squash/releases/download/18.04.5-e437f9b4/
files:
- filesystem.squashfs
os: ubuntu
version: '18.04'
flavor: KDE
kernel: ubuntu-18.04-live-kernel
ubuntu-18.04-Budgie-squash:
path: /ubuntu-squash/releases/download/18.04.5-b71b6d21/
files:
- filesystem.squashfs
os: ubuntu
version: '18.04'
flavor: Budgie
kernel: ubuntu-18.04-live-kernel
ubuntu-18.04-MATE-squash:
path: /ubuntu-squash/releases/download/18.04.5-37d2b206/
files:
- filesystem.squashfs
os: ubuntu
version: '18.04'
flavor: MATE
kernel: ubuntu-18.04-live-kernel
ubuntu-18.04-kylin-squash:
path: /ubuntu-squash/releases/download/18.04.5-767cda31/
files:
- filesystem.squashfs
os: ubuntu
version: '18.04'
flavor: kylin
kernel: ubuntu-18.04-live-kernel
debian-10-xfce-squash:
path: /debian-squash/releases/download/10.10.0-e94fae4e/
files:
@@ -1407,14 +1352,6 @@ endpoints:
os: elementary-os
version: '7'
kernel: elementaryos-7-default-squash
ubuntu-18.04-LXQT-squash:
path: /ubuntu-squash/releases/download/18.04.5-224877b3/
files:
- filesystem.squashfs
os: ubuntu
version: '18.04'
flavor: LXQT
kernel: ubuntu-18.04-live-kernel
ubuntu-20.04-LXQT-squash:
path: /ubuntu-squash/releases/download/20.04.5-95f04bf8/
files:
@@ -8,10 +8,8 @@ menu ${os}
item --gap ${os} Versions
item noble ${space} ${os} 24.04
item mantic ${space} ${os} 23.10
item lunar ${space} ${os} 23.04
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
@@ -33,14 +31,6 @@ item {{ key }} ${space} {{ value.os | title }} {{ value.version }} {{ value.flav
{% endfor %}
goto flavor_select
:lunar
{% for key, value in endpoints.items() | sort %}
{% if value.os == "ubuntu" and 'squash' in key and value.version == "23.04" %}
item {{ key }} ${space} {{ value.os | title }} {{ value.version }} {{ value.flavor | title }}
{% endif %}
{% endfor %}
goto flavor_select
:jammy
{% for key, value in endpoints.items() | sort %}
{% if value.os == "ubuntu" and 'squash' in key and value.version == "22.04" %}
@@ -57,14 +47,6 @@ item {{ key }} ${space} {{ value.os | title }} {{ value.version }} {{ value.flav
{% endfor %}
goto flavor_select
:bionic
{% for key, value in endpoints.items() | sort %}
{% if value.os == "ubuntu" and 'squash' in key and value.version == "18.04" %}
item {{ key }} ${space} {{ value.os | title }} {{ value.version }} {{ value.flavor | title }}
{% endif %}
{% endfor %}
goto flavor_select
:flavor_select
choose flavor || goto live_menu
echo ${cls}
@@ -84,15 +66,8 @@ goto {{ value.version }}-boot
{% endif %}
{% endfor %}
:18.04-boot
imgfree
kernel ${kernel_url}vmlinuz ip=dhcp boot=casper netboot=http fetch=${squash_url} {{ kernel_params }}
initrd ${kernel_url}initrd
boot
:20.04-boot
:22.04-boot
:23.04-boot
:23.10-boot
:24.04-boot
imgfree
@@ -25,8 +25,6 @@ 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} bionic && set install_type deb ||
iseq ${ubuntu_version} xenial && set install_type deb ||
iseq ${ubuntu_version} focal-legacy && set install_type deb ||
iseq ${ubuntu_version} focal-legacy && set ubuntu_version focal ||
iseq ${install_type} sub && goto boot_type ||