tools: Make the Ext2 partition bigger (32M)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
apio 2023-07-22 16:11:34 +02:00
parent eeb9e16a74
commit 01359af288
Signed by: apio
GPG Key ID: B8A7D06E42258954
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"diskguid": "00000000-0000-0000-0000-000000000000", "diskguid": "00000000-0000-0000-0000-000000000000",
"disksize": 32, "disksize": 48,
"align": 1024, "align": 1024,
"iso9660": true, "iso9660": true,
"config": "initrd/sys/config", "config": "initrd/sys/config",

View File

@ -7,6 +7,6 @@ cd $LUNA_ROOT
fakeroot -u -s $LUNA_ROOT/.fakeroot -- tools/install.sh 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 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 mkbootimg luna.json Luna.iso