Add Ubuntu Oracular

This commit is contained in:
Igor Pecovnik 2024-05-09 16:16:04 +02:00 committed by Igor
parent 1fd390ecfa
commit 017acb063c
8 changed files with 8 additions and 3 deletions

1
config/cli/oracular Symbolic link
View File

@ -0,0 +1 @@
lunar

1
config/desktop/oracular Symbolic link
View File

@ -0,0 +1 @@
noble

View File

@ -1 +1 @@
csc
eos

View File

@ -0,0 +1 @@
arm64,riscv64,amd64

View File

@ -0,0 +1 @@
Ubuntu oracular 24.10

View File

@ -0,0 +1 @@
csc

View File

@ -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"

View File

@ -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