From aa371f5c19d1696ae176d1a6a41cb239049b4584 Mon Sep 17 00:00:00 2001 From: Andrew Donnellan Date: Wed, 10 Dec 2025 13:23:51 +1100 Subject: tools/create-image.sh: update default Debian release to trixie Debian bullseye is now oldoldstable, so update the default release to trixie. While we're at it, update documentation references to old Debian releases to match. Signed-off-by: Andrew Donnellan --- tools/create-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/create-image.sh') diff --git a/tools/create-image.sh b/tools/create-image.sh index 1d99f0d13..8118ef79b 100755 --- a/tools/create-image.sh +++ b/tools/create-image.sh @@ -16,7 +16,7 @@ fi # Variables affected by options ARCH=$(uname -m) -RELEASE=bullseye +RELEASE=trixie FEATURE=minimal SEEK=2047 PERF=false -- cgit mrf-deployment