mirror of https://github.com/armbian/build.git
Add Ubuntu Oracular
This commit is contained in:
parent
1fd390ecfa
commit
017acb063c
|
|
@ -0,0 +1 @@
|
|||
lunar
|
||||
|
|
@ -0,0 +1 @@
|
|||
noble
|
||||
|
|
@ -1 +1 @@
|
|||
csc
|
||||
eos
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
arm64,riscv64,amd64
|
||||
|
|
@ -0,0 +1 @@
|
|||
Ubuntu oracular 24.10
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue