diff --git a/default b/default index ac93429..4d545b0 100644 --- a/default +++ b/default @@ -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" ;; diff --git a/distro/mantic/common/blacklist b/distro/mantic/common/blacklist deleted file mode 100644 index abeb4be..0000000 --- a/distro/mantic/common/blacklist +++ /dev/null @@ -1,4 +0,0 @@ -cloud-guest-utils -cloud-init -cloud-initramfs-copymods -cloud-initramfs-dyn-netconf diff --git a/distro/mantic/common/overlay/etc/netplan/01-netcfg.yaml b/distro/mantic/common/overlay/etc/netplan/01-netcfg.yaml deleted file mode 100644 index ccc85bd..0000000 --- a/distro/mantic/common/overlay/etc/netplan/01-netcfg.yaml +++ /dev/null @@ -1,6 +0,0 @@ -network: - version: 2 - renderer: networkd - ethernets: - eth0: - dhcp4: true diff --git a/distro/mantic/common/packages b/distro/mantic/common/packages deleted file mode 100644 index 4a6bca2..0000000 --- a/distro/mantic/common/packages +++ /dev/null @@ -1 +0,0 @@ -linux-firmware diff --git a/distro/mantic/gnome-desktop/functions b/distro/mantic/gnome-desktop/functions deleted file mode 100644 index a13a670..0000000 --- a/distro/mantic/gnome-desktop/functions +++ /dev/null @@ -1,3 +0,0 @@ -get_default_apt_options() { - echo "-y" -} diff --git a/distro/mantic/gnome-desktop/overlay/etc/default/desktop b/distro/mantic/gnome-desktop/overlay/etc/default/desktop deleted file mode 100644 index 482dbc1..0000000 --- a/distro/mantic/gnome-desktop/overlay/etc/default/desktop +++ /dev/null @@ -1 +0,0 @@ -SESSION=ubuntu-wayland diff --git a/distro/mantic/gnome-desktop/packages b/distro/mantic/gnome-desktop/packages deleted file mode 100644 index e673512..0000000 --- a/distro/mantic/gnome-desktop/packages +++ /dev/null @@ -1,5 +0,0 @@ -ubuntu-desktop^ -openssh-server -neofetch -net-tools -netplan.io diff --git a/distro/mantic/kde-desktop/functions b/distro/mantic/kde-desktop/functions deleted file mode 100644 index a13a670..0000000 --- a/distro/mantic/kde-desktop/functions +++ /dev/null @@ -1,3 +0,0 @@ -get_default_apt_options() { - echo "-y" -} diff --git a/distro/mantic/kde-desktop/packages b/distro/mantic/kde-desktop/packages deleted file mode 100644 index 4f0f8d7..0000000 --- a/distro/mantic/kde-desktop/packages +++ /dev/null @@ -1,6 +0,0 @@ -kubuntu-desktop^ -openssh-server -neofetch -net-tools -netplan.io -plasma-workspace-wayland diff --git a/distro/mantic/lxde-desktop/packages b/distro/mantic/lxde-desktop/packages deleted file mode 100644 index 56acd21..0000000 --- a/distro/mantic/lxde-desktop/packages +++ /dev/null @@ -1,5 +0,0 @@ -lubuntu-desktop^ -openssh-server -neofetch -net-tools -netplan.io diff --git a/distro/mantic/mate-desktop/packages b/distro/mantic/mate-desktop/packages deleted file mode 100644 index 0c40806..0000000 --- a/distro/mantic/mate-desktop/packages +++ /dev/null @@ -1,5 +0,0 @@ -ubuntu-mate-desktop^ -openssh-server -neofetch -net-tools -netplan.io diff --git a/distro/mantic/server/packages b/distro/mantic/server/packages deleted file mode 100644 index 9fa54df..0000000 --- a/distro/mantic/server/packages +++ /dev/null @@ -1,7 +0,0 @@ -openssh-server -neofetch -fdisk -parted -vim -net-tools -netplan.io diff --git a/distro/mantic/weston/packages b/distro/mantic/weston/packages deleted file mode 100644 index 0059cf8..0000000 --- a/distro/mantic/weston/packages +++ /dev/null @@ -1,2 +0,0 @@ -weston -openssh-server diff --git a/distro/mantic/xfce-desktop/packages b/distro/mantic/xfce-desktop/packages deleted file mode 100644 index 8dfa286..0000000 --- a/distro/mantic/xfce-desktop/packages +++ /dev/null @@ -1,5 +0,0 @@ -xubuntu-desktop^ -openssh-server -neofetch -net-tools -netplan.io diff --git a/functions b/functions index 38db65f..d89d427 100644 --- a/functions +++ b/functions @@ -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 diff --git a/menu b/menu index ef4022a..dc4b279 100644 --- a/menu +++ b/menu @@ -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" \