Yum repo: Difference between revisions

From MDWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 10: Line 10:


  yum install createrepo
  yum install createrepo
*Edit fstab for the exports (assumes /other/repo exists)
** This maps /other/repo to /nfs4exports/repo
vi /etc/fstab
# ADDED FOR REPO
/other/repo            /nfs4exports/repo      none    bind            0 0

Revision as of 07:45, 11 August 2007

This page details how to create a yum compliant repo.


We will have the repo on guava BUT the repo will be exported via NFS to compbio.


ON GUAVA

  • Install the required software
yum install createrepo
  • Edit fstab for the exports (assumes /other/repo exists)
    • This maps /other/repo to /nfs4exports/repo
vi /etc/fstab
# ADDED FOR REPO
/other/repo             /nfs4exports/repo       none    bind            0 0