Adjust structure of the image folder
Reduces the kernel initrd size.
This commit is contained in:
parent
2b1d6cca5f
commit
986c7816b1
|
@ -3,12 +3,13 @@
|
||||||
"config": "img/boot/config",
|
"config": "img/boot/config",
|
||||||
"initrd": {
|
"initrd": {
|
||||||
"type": "tar",
|
"type": "tar",
|
||||||
"directory": "img/boot"
|
"file": "img/boot/exe"
|
||||||
},
|
},
|
||||||
"partitions": [
|
"partitions": [
|
||||||
{
|
{
|
||||||
"type": "boot",
|
"type": "boot",
|
||||||
"size": 4
|
"size": 4,
|
||||||
|
"directory": "img/boot/loader"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "Microsoft basic data",
|
"type": "Microsoft basic data",
|
||||||
|
|
BIN
img/boot/exe
BIN
img/boot/exe
Binary file not shown.
Loading…
Reference in New Issue
Block a user