mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Add upstream release as csc target: Ubuntu plucky 25.04
This commit is contained in:
1
config/cli/plucky
Symbolic link
1
config/cli/plucky
Symbolic link
@@ -0,0 +1 @@
|
||||
noble
|
||||
1
config/desktop/plucky
Symbolic link
1
config/desktop/plucky
Symbolic link
@@ -0,0 +1 @@
|
||||
noble
|
||||
@@ -1 +1 @@
|
||||
csc
|
||||
eos
|
||||
|
||||
1
config/distributions/plucky/architectures
Normal file
1
config/distributions/plucky/architectures
Normal file
@@ -0,0 +1 @@
|
||||
arm64,armhf,riscv64,amd64
|
||||
1
config/distributions/plucky/name
Normal file
1
config/distributions/plucky/name
Normal file
@@ -0,0 +1 @@
|
||||
Ubuntu plucky 25.04
|
||||
1
config/distributions/plucky/order
Normal file
1
config/distributions/plucky/order
Normal file
@@ -0,0 +1 @@
|
||||
8
|
||||
1
config/distributions/plucky/support
Normal file
1
config/distributions/plucky/support
Normal file
@@ -0,0 +1 @@
|
||||
csc
|
||||
1
config/distributions/plucky/upgrade
Normal file
1
config/distributions/plucky/upgrade
Normal file
@@ -0,0 +1 @@
|
||||
none
|
||||
@@ -361,7 +361,7 @@ function do_extra_configuration() {
|
||||
[[ -z $BOOTPATCHDIR ]] && BOOTPATCHDIR="u-boot-$LINUXFAMILY" # @TODO move to hook
|
||||
[[ -z $ATFPATCHDIR ]] && ATFPATCHDIR="atf-$LINUXFAMILY"
|
||||
|
||||
if [[ "$RELEASE" =~ ^(focal|jammy|noble|oracular)$ ]]; then
|
||||
if [[ "$RELEASE" =~ ^(focal|jammy|noble|oracular|plucky)$ ]]; then
|
||||
DISTRIBUTION="Ubuntu"
|
||||
else
|
||||
DISTRIBUTION="Debian"
|
||||
|
||||
@@ -69,7 +69,7 @@ function install_distribution_specific() {
|
||||
# create_sources_list_and_deploy_repo_key <when> <release> <basedir>
|
||||
#
|
||||
# <when>: rootfs|image
|
||||
# <release>: bullseye|bookworm|sid|focal|jammy|noble|oracular
|
||||
# <release>: bullseye|bookworm|sid|focal|jammy|noble|oracular|plucky
|
||||
# <basedir>: path to root directory
|
||||
#
|
||||
function create_sources_list_and_deploy_repo_key() {
|
||||
@@ -139,7 +139,7 @@ function create_sources_list_and_deploy_repo_key() {
|
||||
fi
|
||||
;;
|
||||
|
||||
focal | jammy | noble | oracular)
|
||||
focal | jammy | noble | oracular | plucky)
|
||||
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