disk_custom_with_swap: drop root part size to 6G

With the new 2G max EFI system partition size, we were trying to
stuff 12G of Fedora into a 10G disk. That wasn't going to work.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-06-19 12:30:52 +02:00
parent 2427d8c0dc
commit 317deff82c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ sub run {
send_key_until_needlematch("anaconda_part_mountpoint_selected", "tab", 20);
# One tab on from 'mount point selected' is 'size'
send_key "tab";
type_very_safely "8 GiB";
type_very_safely "6 GiB";
assert_and_click "anaconda_part_update_settings";
wait_still_screen 5;
# Add swap