Changes

From Amahi Wiki
Jump to: navigation, search
m
<blockquote>{{Code|yum -y install createrepo}}</blockquote>
* Go to the local "base" repo and generate the "base" repo files.
<blockquote>{{Code|cd /opt/fedora/f18/i386/base<br>
createrepo .}}</blockquote>
:Please notice the "dot" after createrepo, it's important.
:Please note this will take several hours to complete. Do it at night and check the next day.
* Go to "updates" repo and generate the "updates" repo files.
<blockquote>{{Code|cd /opt/fedora/f18/i386/updates<br>
createrepo .}}</blockquote>