Increase space allocations in baseline image test

Double /boot to 100M and rootfs to 4G so today's content will fit.
This commit is contained in:
Brett T. Warden
2024-06-24 14:44:08 -07:00
committed by William Douglas
parent 058e6cb8a5
commit a0fef5fe53

View File

@@ -21,12 +21,12 @@ targetMedia:
- name: ${baseimg}1
fstype: vfat
mountpoint: /boot
size: "50M"
size: "100M"
type: part
- name: ${baseimg}2
fstype: ext4
mountpoint: /
size: "2.0G"
size: "4.0G"
type: part
bundles: [os-core, os-core-update, NetworkManager, vim]