Files
showpiece-pi/stage0/prerun.sh
2025-08-19 16:51:19 +01:00

11 lines
300 B
Bash
Executable File

#!/bin/bash -e
if [ "$RELEASE" != "trixie" ]; then
echo "WARNING: RELEASE does not match the intended option for this branch."
echo " Please check the relevant README.md section."
fi
if [ ! -d "${ROOTFS_DIR}" ]; then
bootstrap ${RELEASE} "${ROOTFS_DIR}" http://deb.debian.org/debian/
fi