mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
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:
parent
2427d8c0dc
commit
317deff82c
@ -17,7 +17,7 @@ sub run {
|
|||||||
send_key_until_needlematch("anaconda_part_mountpoint_selected", "tab", 20);
|
send_key_until_needlematch("anaconda_part_mountpoint_selected", "tab", 20);
|
||||||
# One tab on from 'mount point selected' is 'size'
|
# One tab on from 'mount point selected' is 'size'
|
||||||
send_key "tab";
|
send_key "tab";
|
||||||
type_very_safely "8 GiB";
|
type_very_safely "6 GiB";
|
||||||
assert_and_click "anaconda_part_update_settings";
|
assert_and_click "anaconda_part_update_settings";
|
||||||
wait_still_screen 5;
|
wait_still_screen 5;
|
||||||
# Add swap
|
# Add swap
|
||||||
|
Loading…
Reference in New Issue
Block a user