Skip to content

Commit

Permalink
Increase space allocations in baseline image test
Browse files Browse the repository at this point in the history
Double /boot to 100M and rootfs to 4G so today's content will fit.
  • Loading branch information
bwarden committed Jun 24, 2024
1 parent de90a58 commit b15f5d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/baseline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit b15f5d8

Please sign in to comment.