Integrate Red Bear boot and packaging updates

This commit is contained in:
2026-04-22 10:22:09 +01:00
parent dd68c4ba03
commit b5ae8b2760
77 changed files with 259225 additions and 16971 deletions
+3 -1
View File
@@ -9,7 +9,9 @@ set -ex
trap 'kill -HUP 0' EXIT
eval $(make setenv)
make "${BUILD}/redbear-live.iso"
LIVE_IMAGE="build/${ARCH}/${CONFIG_NAME}.iso"
make "${LIVE_IMAGE}"
ln -sf "$(realpath "${LIVE_IMAGE}")" "${BUILD}/redbear-live.iso"
echo "Allowing packet forwarding"
echo 1 | sudo tee /proc/sys/net/ipv4/ip_forward