forgot rpi stuff

This commit is contained in:
2026-03-05 03:06:23 -08:00
parent 618e154632
commit 692d3fbad9
+3 -1
View File
@@ -20,7 +20,9 @@ if [ "${USE_QEMU}" = "1" ]; then
fi
on_chroot <<- EOF
systemctl enable rpi-resize
if [[ "${ARCH}" == "arm64" || "${ARCH}" == "armhf" ]]; then
systemctl enable rpi-resize
fi
for GRP in input spi i2c gpio; do
groupadd -f -r "\$GRP"