mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 21:16:57 +02:00
vm_image_util: bump PXE and ISO scripts to 2 GiB RAM
Now that we're shipping multiple docker packages in the image, 1 GiB is not enough to boot successfully.
This commit is contained in:
parent
9b78a27d0a
commit
fcbc7c3219
@ -231,11 +231,13 @@ IMG_brightbox_OEM_USE=brightbox
|
||||
IMG_pxe_DISK_FORMAT=cpio
|
||||
IMG_pxe_PARTITIONED_IMG=0
|
||||
IMG_pxe_CONF_FORMAT=pxe
|
||||
IMG_pxe_MEM=2048
|
||||
|
||||
## iso, which is an cpio image
|
||||
IMG_iso_DISK_FORMAT=iso
|
||||
IMG_iso_PARTITIONED_IMG=0
|
||||
IMG_iso_CONF_FORMAT=iso
|
||||
IMG_iso_MEM=2048
|
||||
|
||||
## gce, image tarball
|
||||
IMG_gce_DISK_LAYOUT=vm
|
||||
|
Loading…
Reference in New Issue
Block a user