Changes

From Amahi Wiki
Jump to: navigation, search
and add the following:
{{Text|Text= <html>
<nowiki><UL></nowiki> <nowiki><LI></nowiki><A HREF="f12">f12</A> <nowiki></UL></nowiki> </html>}}
* Make directory to hold all repo files, then create symbolic link to the directory:
* If you locate the files in a different tree, you will need the appropriate permissions. This is especially important if you build the tree by extracting from a .iso file using Nautilus. Change to a point in the tree and use:
  {{Code|find . -type d | xargs chmod 755}}
* Disable current Fedora/RPMFusion Update repos for your HDA, then invoke local repo (Skip last 2 lines if RPMFusion repos <strong>NOT</strong> installed):
  {{Code|sed -i 's/enabled=1/enabled=0/g' /etc/yum.repos.d/fedora-updates.repo sed -i 's/enabled=1/enabled=0/g' /etc/yum.repos.d/rpmfusion-free-updates.repo sed -i 's/enabled=1/enabled=0/g' /etc/yum.repos.d/rpmfusion-nonfree-updates.repo}}
=== Fedora Base OS Repo Configuration (Optional) ===
12,424

edits