Revert "Add new Ubuntu version 23.10 (Mantic Minotaur)"

This reverts commit 1875ef0e35.

Change-Id: I63ebe61d816cf2ed5ed756f1b68e135f87419359
This commit is contained in:
Dongjin Kim
2025-05-30 12:13:26 +09:00
parent 8b68df00bf
commit 16c25f9628
16 changed files with 2 additions and 59 deletions

View File

@@ -95,7 +95,7 @@ __EOF
osname() {
case $1 in
focal | jammy | mantic | noble)
focal | jammy | noble)
echo "ubuntu"
;;
buster | bullseye | bookworm)
@@ -115,9 +115,6 @@ osversion () {
jammy)
echo "22.04"
;;
mantic)
echo "23.10"
;;
noble)
echo "24.04"
;;

View File

@@ -1,4 +0,0 @@
cloud-guest-utils
cloud-init
cloud-initramfs-copymods
cloud-initramfs-dyn-netconf

View File

@@ -1,6 +0,0 @@
network:
version: 2
renderer: networkd
ethernets:
eth0:
dhcp4: true

View File

@@ -1 +0,0 @@
linux-firmware

View File

@@ -1,3 +0,0 @@
get_default_apt_options() {
echo "-y"
}

View File

@@ -1 +0,0 @@
SESSION=ubuntu-wayland

View File

@@ -1,5 +0,0 @@
ubuntu-desktop^
openssh-server
neofetch
net-tools
netplan.io

View File

@@ -1,3 +0,0 @@
get_default_apt_options() {
echo "-y"
}

View File

@@ -1,6 +0,0 @@
kubuntu-desktop^
openssh-server
neofetch
net-tools
netplan.io
plasma-workspace-wayland

View File

@@ -1,5 +0,0 @@
lubuntu-desktop^
openssh-server
neofetch
net-tools
netplan.io

View File

@@ -1,5 +0,0 @@
ubuntu-mate-desktop^
openssh-server
neofetch
net-tools
netplan.io

View File

@@ -1,7 +0,0 @@
openssh-server
neofetch
fdisk
parted
vim
net-tools
netplan.io

View File

@@ -1,2 +0,0 @@
weston
openssh-server

View File

@@ -1,5 +0,0 @@
xubuntu-desktop^
openssh-server
neofetch
net-tools
netplan.io

View File

@@ -535,7 +535,7 @@ do_url_of_cloudimage() {
;;
# Ubuntu Cloud Images
focal | jammy | mantic | noble)
focal | jammy | noble)
file="https://cloud-images.ubuntu.com/${codename}/current/${codename}-server-cloudimg-${arch}.squashfs"
;;
esac

1
menu
View File

@@ -73,7 +73,6 @@ do_menu_distro() {
--menu "X" 15 70 10 \
"focal" "Ubuntu Focal (20.04)" \
"jammy" "Ubuntu Jammy (22.04)" \
"mantic" "Ubuntu Mantic (23.10)" \
"noble" "Ubuntu Mantic (24.04)" \
"buster" "Debian Buster" \
"bullseye" "Debian Bullseye" \