Changes between Version 23 and Version 24 of DistributionPackaging


Ignore:
Timestamp:
Jun 20, 2007, 7:52:03 AM (17 years ago)
Author:
nienberg
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DistributionPackaging

    v23 v24  
    198198||/usr/lib/mindi||/usr/local/lib/mindi||
    199199||/usr/share/mondo||/usr/local/share/mondo||
     200
     201== Installing from YUM ==
     202The ftp site is also set up as a yum repository.  You can install and update your mindi/mondo packages using yum.  First create a file in your yum repo directory like the following. Note that this sample is for fedora.  You will need to edit a bit for other distros.
     203
     204
     205{{{
     206[root@tesla yum.repos.d]# cat mondo.repo
     207
     208[mondorpms]
     209name=Fedora Core $releasever - mondo
     210baseurl=ftp://ftp.mondorescue.org/fedora/$releasever/
     211#gpgkey=http://somethin/RPM-GPG-KEY
     212enabled=1
     213gpgcheck=0
     214}}}
     215
     216Now just use the command:
     217
     218{{{
     219# yum install mondo
     220or
     221# yum update mondo
     222}}}
     223
     224
     225yum will discover that mindi is a dependency for mondo and add it to your list.