Luna/tools/build-iso.sh

15 lines
162 B
Bash
Raw Normal View History

2022-09-05 14:13:51 +00:00
#!/bin/sh
set -e
source $(dirname $0)/env.sh
cd $LUNA_ROOT
tools/setup.sh
tools/install-headers.sh
2022-09-05 14:13:51 +00:00
make -j$(nproc)
make install
mkbootimg luna.json Luna.iso