image boot.ext4 { ext4 { label = "boot" use-mke2fs = true } size = 255M } image rootfs.ext4 { name = "rootfs" ext4 { label = "rootfs" use-mke2fs = true # Needed to prevent resize issues... } size = 3G }