tools: Bump up the ext2 filesystem size

This commit is contained in:
apio 2023-06-24 22:22:20 +02:00
parent fe7a03e43b
commit 2b7537acba
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -7,6 +7,6 @@ cd $LUNA_ROOT
fakeroot -u -s $LUNA_ROOT/.fakeroot -- tools/install.sh
genext2fs -d base -B 4096 -b 512 -L luna-rootfs -U -N 512 build/ext2fs.bin
genext2fs -d base -B 4096 -b 1024 -L luna-rootfs -U -N 1024 build/ext2fs.bin
fakeroot -u -i $LUNA_ROOT/.fakeroot -- mkbootimg luna.json Luna.iso
fakeroot -u -i $LUNA_ROOT/.fakeroot mkbootimg luna.json Luna.iso