diff --git a/lib/anaconda.pm b/lib/anaconda.pm index b7225590..8840a136 100644 --- a/lib/anaconda.pm +++ b/lib/anaconda.pm @@ -306,7 +306,7 @@ sub get_full_repo { } sub get_mirrorlist_url { - return "mirrors.fedoraproject.org/mirrorlist?repo=fedora-" . lc(get_var("VERSION")) . "&arch=" . get_var('ARCH'); + return "mirrors.rockylinux.org/mirrorlist?repo=rocky-BaseOS-" . lc(get_var("VERSION")) . "&arch=" . get_var('ARCH'); } sub check_help_on_pane { diff --git a/needles/anaconda/install_source/rocky-http_selected-20210821.json b/needles/anaconda/install_source/rocky-http_selected-20210821.json new file mode 100644 index 00000000..f4e10370 --- /dev/null +++ b/needles/anaconda/install_source/rocky-http_selected-20210821.json @@ -0,0 +1,17 @@ +{ + "area": [ + { + "width": 105, + "xpos": 56, + "height": 19, + "ypos": 210, + "type": "match" + } + ], + "properties": [], + "tags": [ + "ENV-DISTRI-rocky", + "ENV-FLAVOR-server", + "anaconda_install_source_selected" + ] +} \ No newline at end of file diff --git a/needles/anaconda/install_source/rocky-http_selected-20210821.png b/needles/anaconda/install_source/rocky-http_selected-20210821.png new file mode 100644 index 00000000..9bf352eb Binary files /dev/null and b/needles/anaconda/install_source/rocky-http_selected-20210821.png differ diff --git a/needles/anaconda/install_source/rocky-on_the_network-20210821.json b/needles/anaconda/install_source/rocky-on_the_network-20210821.json new file mode 100644 index 00000000..d4e721d0 --- /dev/null +++ b/needles/anaconda/install_source/rocky-on_the_network-20210821.json @@ -0,0 +1,18 @@ +{ + "area": [ + { + "width": 100, + "xpos": 58, + "height": 15, + "ypos": 179, + "type": "match" + } + ], + "properties": [], + "tags": [ + "ENV-DISTRI-rocky", + "ENV-FLAVOR-server", + "LANGUAGE-english", + "anaconda_install_source_on_the_network" + ] +} \ No newline at end of file diff --git a/needles/anaconda/install_source/rocky-on_the_network-20210821.png b/needles/anaconda/install_source/rocky-on_the_network-20210821.png new file mode 100644 index 00000000..8399dc09 Binary files /dev/null and b/needles/anaconda/install_source/rocky-on_the_network-20210821.png differ diff --git a/tests/install_source_graphical.pm b/tests/install_source_graphical.pm index 004bf43c..fc88c80a 100644 --- a/tests/install_source_graphical.pm +++ b/tests/install_source_graphical.pm @@ -49,9 +49,6 @@ sub run { send_key "tab"; send_key "tab"; send_key "down"; - # since anaconda-33.17-1.fc33 we only have to press down *one* - # time to select 'mirrorlist' - send_key "down" if ($relnum < 33); } elsif (get_var("REPOSITORY_GRAPHICAL")) { $repourl = get_full_repo(get_var("REPOSITORY_GRAPHICAL"));