mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Add Ubuntu Oracular
This commit is contained in:
1
config/cli/oracular
Symbolic link
1
config/cli/oracular
Symbolic link
@@ -0,0 +1 @@
|
||||
lunar
|
||||
1
config/desktop/oracular
Symbolic link
1
config/desktop/oracular
Symbolic link
@@ -0,0 +1 @@
|
||||
noble
|
||||
@@ -1 +1 @@
|
||||
csc
|
||||
eos
|
||||
|
||||
1
config/distributions/oracular/architectures
Normal file
1
config/distributions/oracular/architectures
Normal file
@@ -0,0 +1 @@
|
||||
arm64,riscv64,amd64
|
||||
1
config/distributions/oracular/name
Normal file
1
config/distributions/oracular/name
Normal file
@@ -0,0 +1 @@
|
||||
Ubuntu oracular 24.10
|
||||
1
config/distributions/oracular/support
Normal file
1
config/distributions/oracular/support
Normal file
@@ -0,0 +1 @@
|
||||
csc
|
||||
@@ -307,7 +307,7 @@ function do_extra_configuration() {
|
||||
[[ -z $BOOTPATCHDIR ]] && BOOTPATCHDIR="u-boot-$LINUXFAMILY" # @TODO move to hook
|
||||
[[ -z $ATFPATCHDIR ]] && ATFPATCHDIR="atf-$LINUXFAMILY"
|
||||
|
||||
if [[ "$RELEASE" =~ ^(focal|jammy|kinetic|lunar|mantic|noble)$ ]]; then
|
||||
if [[ "$RELEASE" =~ ^(focal|jammy|kinetic|lunar|mantic|noble|oracular)$ ]]; then
|
||||
DISTRIBUTION="Ubuntu"
|
||||
else
|
||||
DISTRIBUTION="Debian"
|
||||
|
||||
@@ -163,7 +163,7 @@ function create_sources_list_and_deploy_repo_key() {
|
||||
fi
|
||||
;;
|
||||
|
||||
focal | jammy | kinetic | lunar | mantic | noble)
|
||||
focal | jammy | kinetic | lunar | mantic | noble | oracular)
|
||||
cat <<- EOF > "${basedir}"/etc/apt/sources.list
|
||||
deb http://${UBUNTU_MIRROR} $release main restricted universe multiverse
|
||||
#deb-src http://${UBUNTU_MIRROR} $release main restricted universe multiverse
|
||||
|
||||
Reference in New Issue
Block a user