[x86] (Fix) No longer needed to install the kernel to the vfat esp partition.
This commit is contained in:
parent
e999e64152
commit
2cf3fb2d91
|
@ -6,9 +6,6 @@ image esp.vfat {
|
||||||
file EFI {
|
file EFI {
|
||||||
image = "efi-part/EFI"
|
image = "efi-part/EFI"
|
||||||
}
|
}
|
||||||
file bzImage {
|
|
||||||
image = "bzImage"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
#size = 65504K # 64MB - 32 KB
|
#size = 65504K # 64MB - 32 KB
|
||||||
size = 64M
|
size = 64M
|
||||||
|
|
Loading…
Reference in New Issue