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",
|
||||
"initrd": {
|
||||
"type": "tar",
|
||||
"directory": "img/boot"
|
||||
"file": "img/boot/exe"
|
||||
},
|
||||
"partitions": [
|
||||
{
|
||||
"type": "boot",
|
||||
"size": 4
|
||||
"size": 4,
|
||||
"directory": "img/boot/loader"
|
||||
},
|
||||
{
|
||||
"type": "Microsoft basic data",
|
||||
|
|
BIN
img/boot/exe
BIN
img/boot/exe
Binary file not shown.
Loading…
Reference in New Issue
Block a user