From f88dd291228e182b08d0677a86a158ac99a16a25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taavi=20V=C3=A4=C3=A4n=C3=A4nen?= Date: Sun, 11 Jun 2023 10:23:27 +0300 Subject: [PATCH] images/debian: Update for bookworm release * Add trixie as the new testing release. * Update the testing,stable,oldstable aliases to point to the correct distributions (trixie,bookworm,bullseye). --- images/debian/oldstable | 2 +- images/debian/stable | 2 +- images/debian/testing | 2 +- images/debian/trixie/functions | 1 + images/debian/trixie/genimg | 3 +++ 5 files changed, 7 insertions(+), 3 deletions(-) create mode 120000 images/debian/trixie/functions create mode 100755 images/debian/trixie/genimg diff --git a/images/debian/oldstable b/images/debian/oldstable index 766a99a..91bf492 120000 --- a/images/debian/oldstable +++ b/images/debian/oldstable @@ -1 +1 @@ -buster \ No newline at end of file +bullseye \ No newline at end of file diff --git a/images/debian/stable b/images/debian/stable index 91bf492..5b206cd 120000 --- a/images/debian/stable +++ b/images/debian/stable @@ -1 +1 @@ -bullseye \ No newline at end of file +bookworm \ No newline at end of file diff --git a/images/debian/testing b/images/debian/testing index 5b206cd..f0b7e32 120000 --- a/images/debian/testing +++ b/images/debian/testing @@ -1 +1 @@ -bookworm \ No newline at end of file +trixie \ No newline at end of file diff --git a/images/debian/trixie/functions b/images/debian/trixie/functions new file mode 120000 index 0000000..c0b5bcc --- /dev/null +++ b/images/debian/trixie/functions @@ -0,0 +1 @@ +../functions \ No newline at end of file diff --git a/images/debian/trixie/genimg b/images/debian/trixie/genimg new file mode 100755 index 0000000..d3c39f8 --- /dev/null +++ b/images/debian/trixie/genimg @@ -0,0 +1,3 @@ +#!/bin/sh -eux +export release=trixie +exec ../genimg "$@" -- 2.38.5