Luna/tools/rebuild-iso.sh

17 lines
184 B
Bash
Executable File

#!/usr/bin/env bash
set -e
source $(dirname $0)/env.sh
cd $LUNA_ROOT
tools/setup.sh
make clean
tools/install-headers.sh
make -j$(nproc)
make install
mkbootimg luna.json Luna.iso