Luna/tools/make-iso.sh
apio 01359af288
All checks were successful
continuous-integration/drone/push Build is passing
tools: Make the Ext2 partition bigger (32M)
2023-07-22 16:11:34 +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 8192 -L luna-rootfs -N 2048 build/ext2fs.bin
mkbootimg luna.json Luna.iso