--- /dev/null
+#!/bin/bash
+
+echo "SCRIPT IS STILL WIP, DO NOT RUN"
+
+if [ "$EUID" -ne 0 ]
+ then echo "Please run as root"
+ exit
+fi
+
+# These can be changed to fit your setup without harming the process
+SCHROOT_DIR=/srv/chroot/bookworm-ppc64el-sbuild
+DEBMIRROR=ftp.us.debian.org
+
+# This should not be changed until we want to build a future release
+RELEASE=bookworm
+
+sbuild-createchroot --include=eatmydata,ccache $RELEASE $SCHROOT_DIR http://127.0.0.1:3142/$DEBMIRROR/debian
+