add Debian Forky as target

This commit is contained in:
Tim Surber 2025-10-24 00:21:04 +02:00 committed by Igor
parent 28825b8907
commit bf79329821
10 changed files with 11 additions and 4 deletions

1
config/cli/forky Symbolic link
View File

@ -0,0 +1 @@
trixie

1
config/desktop/forky Symbolic link
View File

@ -0,0 +1 @@
trixie

View File

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

View File

@ -0,0 +1 @@
Debian 14 Forky

View File

@ -0,0 +1 @@
9

View File

@ -0,0 +1 @@
csc

View File

@ -0,0 +1 @@
testing

View File

@ -1 +1 @@
9
10

View File

@ -1 +1 @@
testing
forky,testing

View File

@ -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|plucky
# <release>: bullseye|bookworm|trixie|forky|sid|focal|jammy|noble|oracular|plucky
# <basedir>: path to root directory
#
function create_sources_list_and_deploy_repo_key() {
@ -85,7 +85,7 @@ function create_sources_list_and_deploy_repo_key() {
# Add upstream (Debian/Ubuntu) APT repository
case $release in
buster | bullseye | bookworm | trixie)
buster | bullseye | bookworm | trixie | forky)
distro="debian"
declare -a suites=("${release}" "${release}-updates")