Integrate Red Bear boot and packaging updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user