From Fedora Project Wiki

(make it more generic (don't specify button names))
m (clarify repo architecture)
Line 4: Line 4:
# Boot the installer using any available non-live means (anything except {{filename|Live.iso}})
# Boot the installer using any available non-live means (anything except {{filename|Live.iso}})
# Change the installation source to point to a mirror list URL
# Change the installation source to point to a mirror list URL
#* Default Fedora mirror list URL is http://mirrors.fedoraproject.org/metalink?repo=fedora-{{FedoraVersionNumber|next}}&arch=x86_64 (change architecture if appropriate, and you can also use ''https://'')
#* Default Fedora mirror list URL is http://mirrors.fedoraproject.org/metalink?repo=fedora-{{FedoraVersionNumber|next}}&arch=x86_64 (change architecture to match the architecture of your installation media; you can also use ''https://'' in the address)
# Proceed with the installation
# Proceed with the installation
|results=
|results=

Revision as of 15:01, 8 November 2012

Description

This is to verify that an installation can be performed from a mirror list repository configured in the Anaconda GUI.


How to test

  1. Boot the installer using any available non-live means (anything except Live.iso)
  2. Change the installation source to point to a mirror list URL
  3. Proceed with the installation

Expected Results

  1. The installer accepts the mirror list repository definition
  2. The said mirror list is used for installation. This can be checked by examining the /tmp/packaging.log file. Example output:
    09:34:37,295 DEBUG packaging: adding yum repo anaconda with baseurl None and mirrorlist http://mirrors.fedoraproject.org/metalink?repo=fedora-40&arch=x86_64
    09:34:37,313 DEBUG packaging: disabling repo fedora
    09:34:37,313 DEBUG packaging: disabling repo updates-testing
    09:34:37,314 DEBUG packaging: disabling repo updates
    
  3. The installation completes and the new system initiates boot properly