8.6 release fixes #92
@ -394,6 +394,7 @@
|
|||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"PARTITIONING": "custom_gui_lvm_ext4",
|
"PARTITIONING": "custom_gui_lvm_ext4",
|
||||||
|
"HDDSIZEGB": "15",
|
||||||
"POSTINSTALL": "disk_custom_lvm_ext4_postinstall",
|
"POSTINSTALL": "disk_custom_lvm_ext4_postinstall",
|
||||||
"ROOT_PASSWORD": "weakpassword"
|
"ROOT_PASSWORD": "weakpassword"
|
||||||
}
|
}
|
||||||
|
@ -18,6 +18,7 @@ sub run {
|
|||||||
|
|
||||||
assert_and_click "anaconda_install_destination_reclaim_space_delete_btn";
|
assert_and_click "anaconda_install_destination_reclaim_space_delete_btn";
|
||||||
|
|
||||||
|
# If this fails with a disabled button, we didn't reclaim enough space to perform installation
|
||||||
assert_and_click "anaconda_install_destination_reclaim_space_btn";
|
assert_and_click "anaconda_install_destination_reclaim_space_btn";
|
||||||
|
|
||||||
# Anaconda hub
|
# Anaconda hub
|
||||||
|
Loading…
Reference in New Issue
Block a user