aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAndrew Donnellan <ajd@linux.ibm.com>2025-12-10 13:23:51 +1100
committerAleksandr Nogikh <nogikh@google.com>2025-12-11 12:46:30 +0000
commitaa371f5c19d1696ae176d1a6a41cb239049b4584 (patch)
tree1bc99f825667d55d42c4f310a170face4a097b93 /tools
parent6e13aafc1c8faa2d69e07224cb67ce5ee0ac9d36 (diff)
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 <ajd@linux.ibm.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/create-image.sh2
-rw-r--r--tools/docker/env/Dockerfile2
2 files changed, 2 insertions, 2 deletions
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
diff --git a/tools/docker/env/Dockerfile b/tools/docker/env/Dockerfile
index 88a453090..61697b6f7 100644
--- a/tools/docker/env/Dockerfile
+++ b/tools/docker/env/Dockerfile
@@ -39,7 +39,7 @@ RUN mkdir -p /syzkaller/gopath/src/github.com/google/syzkaller && \
# To build root image run:
# docker run -it --rm --privileged --device /dev/loop0 gcr.io/syzkaller/env
# mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
-# create-image.sh -a s390x -d buster
+# create-image.sh -a <ARCH> -d <DEBIAN RELEASE>
RUN curl https://storage.googleapis.com/syzkaller/fuchsia-toolchain.tar.gz | tar -C /syzkaller -xz
RUN curl https://storage.googleapis.com/syzkaller/netbsd-toolchain.tar.gz | tar -C /syzkaller -xz