Adjust structure of the image folder

Reduces the kernel initrd size.
This commit is contained in:
Curle 2020-11-28 16:44:50 +00:00
parent 2b1d6cca5f
commit 986c7816b1
Signed by: TheCurle
GPG Key ID: 5942F13718443F79
3 changed files with 3 additions and 2 deletions

View File

@ -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",

Binary file not shown.