| | 200 | |
| | 201 | == Installing from YUM == |
| | 202 | The 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] |
| | 209 | name=Fedora Core $releasever - mondo |
| | 210 | baseurl=ftp://ftp.mondorescue.org/fedora/$releasever/ |
| | 211 | #gpgkey=http://somethin/RPM-GPG-KEY |
| | 212 | enabled=1 |
| | 213 | gpgcheck=0 |
| | 214 | }}} |
| | 215 | |
| | 216 | Now just use the command: |
| | 217 | |
| | 218 | {{{ |
| | 219 | # yum install mondo |
| | 220 | or |
| | 221 | # yum update mondo |
| | 222 | }}} |
| | 223 | |
| | 224 | |
| | 225 | yum will discover that mindi is a dependency for mondo and add it to your list. |