Skip to content

Commit

Permalink
Decrease image size for encrypted integration test
Browse files Browse the repository at this point in the history
Encrypted images do not compress well, therefore the size
should be smaller such that we don't produce monsters
  • Loading branch information
schaefi committed Dec 14, 2023
1 parent 0f60aa1 commit 8f5d47c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<volume name="usr/local"/>
<volume name="var" copy_on_write="false"/>
</systemdisk>
<size unit="G">20</size>
<size unit="G">5</size>
<installmedia>
<initrd action="omit">
<dracut module="combustion"/>
Expand Down

0 comments on commit 8f5d47c

Please sign in to comment.