mirror of
git://soft.sys114.com/odroid-stamper
synced 2025-12-19 00:18:42 +09:00
Revert "Add new Ubuntu version 23.10 (Mantic Minotaur)"
This reverts commit 1875ef0e35.
Change-Id: I63ebe61d816cf2ed5ed756f1b68e135f87419359
This commit is contained in:
5
default
5
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"
|
||||
;;
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
cloud-guest-utils
|
||||
cloud-init
|
||||
cloud-initramfs-copymods
|
||||
cloud-initramfs-dyn-netconf
|
||||
@@ -1,6 +0,0 @@
|
||||
network:
|
||||
version: 2
|
||||
renderer: networkd
|
||||
ethernets:
|
||||
eth0:
|
||||
dhcp4: true
|
||||
@@ -1 +0,0 @@
|
||||
linux-firmware
|
||||
@@ -1,3 +0,0 @@
|
||||
get_default_apt_options() {
|
||||
echo "-y"
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
SESSION=ubuntu-wayland
|
||||
@@ -1,5 +0,0 @@
|
||||
ubuntu-desktop^
|
||||
openssh-server
|
||||
neofetch
|
||||
net-tools
|
||||
netplan.io
|
||||
@@ -1,3 +0,0 @@
|
||||
get_default_apt_options() {
|
||||
echo "-y"
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
kubuntu-desktop^
|
||||
openssh-server
|
||||
neofetch
|
||||
net-tools
|
||||
netplan.io
|
||||
plasma-workspace-wayland
|
||||
@@ -1,5 +0,0 @@
|
||||
lubuntu-desktop^
|
||||
openssh-server
|
||||
neofetch
|
||||
net-tools
|
||||
netplan.io
|
||||
@@ -1,5 +0,0 @@
|
||||
ubuntu-mate-desktop^
|
||||
openssh-server
|
||||
neofetch
|
||||
net-tools
|
||||
netplan.io
|
||||
@@ -1,7 +0,0 @@
|
||||
openssh-server
|
||||
neofetch
|
||||
fdisk
|
||||
parted
|
||||
vim
|
||||
net-tools
|
||||
netplan.io
|
||||
@@ -1,2 +0,0 @@
|
||||
weston
|
||||
openssh-server
|
||||
@@ -1,5 +0,0 @@
|
||||
xubuntu-desktop^
|
||||
openssh-server
|
||||
neofetch
|
||||
net-tools
|
||||
netplan.io
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user