iot-raw-image: set size to 4 GiB

The current Fedora IoT raw images are 4 GiB but we were using 10 GiB raw
images. Make this consistent to current.
This commit is contained in:
Simon de Vlieger 2023-01-26 10:15:04 +01:00 committed by Ondřej Budai
parent 88f863f14b
commit 053bbfcb98
7 changed files with 25 additions and 25 deletions

View file

@ -160,7 +160,7 @@ var (
defaultImageConfig: &distro.ImageConfig{
Locale: common.ToPtr("en_US.UTF-8"),
},
defaultSize: 10 * common.GibiByte,
defaultSize: 4 * common.GibiByte,
rpmOstree: true,
bootable: true,
image: iotRawImage,