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:
parent
88f863f14b
commit
053bbfcb98
7 changed files with 25 additions and 25 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue