Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/cli/forky
1 change: 1 addition & 0 deletions config/desktop/forky
1 change: 1 addition & 0 deletions config/distributions/forky/architectures
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
arm64,armhf,riscv64,amd64
1 change: 1 addition & 0 deletions config/distributions/forky/name
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Debian 14 Forky
1 change: 1 addition & 0 deletions config/distributions/forky/order
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10
1 change: 1 addition & 0 deletions config/distributions/forky/support
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
csc
1 change: 1 addition & 0 deletions config/distributions/forky/upgrade
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
testing
2 changes: 1 addition & 1 deletion config/distributions/plucky/order
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8
9
2 changes: 1 addition & 1 deletion config/distributions/sid/order
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
11
2 changes: 1 addition & 1 deletion config/distributions/trixie/upgrade
Original file line number Diff line number Diff line change
@@ -1 +1 @@
testing
forky,testing
4 changes: 2 additions & 2 deletions lib/functions/rootfs/distro-specific.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand All @@ -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")
Expand Down