tools: Create an ext2 partition with the sysroot data in the disk image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
apio 2023-06-17 19:49:04 +02:00
parent 7cace9a0d7
commit 8ace83f2ae
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -13,6 +13,12 @@
{
"type": "boot",
"size": 16
},
{
"type": "ext2",
"size": 2,
"directory": "base",
"name": "sysroot"
}
]
}