Files
showpiece-pi/stage0/prerun.sh
Serge Schneider c2cd4e8a62 bookworm -> trixie
2025-08-19 12:09:17 +01:00

11 lines
312 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://raspbian.raspberrypi.com/raspbian/
fi