tools: Make the Ext2 partition bigger (32M)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
eeb9e16a74
commit
01359af288
@ -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",
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user