mirror of
https://github.com/clearlinux/clr-installer.git
synced 2026-04-28 11:13:46 +00:00
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:
committed by
William Douglas
parent
058e6cb8a5
commit
a0fef5fe53
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user