Luna/tools/make-iso.sh
apio 15199a2366
All checks were successful
continuous-integration/drone/push Build is passing
libluna+libc: Implement memchr() and strstr()
2023-07-10 15:30:05 +02:00

13 lines
272 B
Bash
Executable File

#!/usr/bin/env bash
set -e
source $(dirname $0)/env.sh
cd $LUNA_ROOT
fakeroot -u -s $LUNA_ROOT/.fakeroot -- tools/install.sh
fakeroot -u -i $LUNA_ROOT/.fakeroot -- genext2fs -d base -B 4096 -b 2048 -L luna-rootfs -N 2048 build/ext2fs.bin
mkbootimg luna.json Luna.iso