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() {
|
osname() {
|
||||||
case $1 in
|
case $1 in
|
||||||
focal | jammy | mantic | noble)
|
focal | jammy | noble)
|
||||||
echo "ubuntu"
|
echo "ubuntu"
|
||||||
;;
|
;;
|
||||||
buster | bullseye | bookworm)
|
buster | bullseye | bookworm)
|
||||||
@@ -115,9 +115,6 @@ osversion () {
|
|||||||
jammy)
|
jammy)
|
||||||
echo "22.04"
|
echo "22.04"
|
||||||
;;
|
;;
|
||||||
mantic)
|
|
||||||
echo "23.10"
|
|
||||||
;;
|
|
||||||
noble)
|
noble)
|
||||||
echo "24.04"
|
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
|
# Ubuntu Cloud Images
|
||||||
focal | jammy | mantic | noble)
|
focal | jammy | noble)
|
||||||
file="https://cloud-images.ubuntu.com/${codename}/current/${codename}-server-cloudimg-${arch}.squashfs"
|
file="https://cloud-images.ubuntu.com/${codename}/current/${codename}-server-cloudimg-${arch}.squashfs"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
1
menu
1
menu
@@ -73,7 +73,6 @@ do_menu_distro() {
|
|||||||
--menu "X" 15 70 10 \
|
--menu "X" 15 70 10 \
|
||||||
"focal" "Ubuntu Focal (20.04)" \
|
"focal" "Ubuntu Focal (20.04)" \
|
||||||
"jammy" "Ubuntu Jammy (22.04)" \
|
"jammy" "Ubuntu Jammy (22.04)" \
|
||||||
"mantic" "Ubuntu Mantic (23.10)" \
|
|
||||||
"noble" "Ubuntu Mantic (24.04)" \
|
"noble" "Ubuntu Mantic (24.04)" \
|
||||||
"buster" "Debian Buster" \
|
"buster" "Debian Buster" \
|
||||||
"bullseye" "Debian Bullseye" \
|
"bullseye" "Debian Bullseye" \
|
||||||
|
|||||||
Reference in New Issue
Block a user