boot.foo.sh/build.sh
2024-06-15 19:34:59 +00:00

8 lines
119 B
Bash
Executable file

#!/bin/sh
set -eu
cd "$(dirname "$0")"
docker build -t ipxe .
docker run --log-driver none --rm -i ipxe | tar xvf -