aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAndrew Donnellan <ajd@linux.ibm.com>2020-09-14 17:12:55 +1000
committerDmitry Vyukov <dvyukov@google.com>2023-04-12 09:44:37 +0200
commitd4d447cd780753901f9e00aa246cc835458a8f06 (patch)
treef21b4774b0a6afd36b3112e13f909d15bad1c630 /tools
parent1a1596b614d3c3ebe71d3bc60db781d58ced5cf4 (diff)
tools/create-image.sh: upgrade default release to bullseye
bullseye has been the current Debian stable release since 2021, and stretch is now well and truly in the LTS support phase. Change the default release in create-image.sh to bullseye. Also update most other references to stretch in the documentation and elsewhere (there's still a few references we don't change because they're links to images etc). Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/create-image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/create-image.sh b/tools/create-image.sh
index 4dd9b2594..439c31532 100755
--- a/tools/create-image.sh
+++ b/tools/create-image.sh
@@ -17,7 +17,7 @@ fi
# Variables affected by options
ARCH=$(uname -m)
-RELEASE=stretch
+RELEASE=bullseye
FEATURE=minimal
SEEK=2047
PERF=false