Changes between Version 105 and Version 106 of FAQ


Ignore:
Timestamp:
Jun 13, 2012, 4:57:33 PM (12 years ago)
Author:
victor gattegno
Comment:

FAQ 11 minor change

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v105 v106  
    301301  Your best bet are the upstream Debian packages. Andree, the Debian maintainer, is usually also on the mailing list. Look at DistributionPackaging.
    302302
    303   If you want to use the packages made upstream for Debian or Ubuntu, you need to know that numbering schema are different between upstream mondo (2.2.x) and Ubuntu / Debian packages (1:2.2.x), so you should adapt your /etc/apt/preferences file to avoid updates of mondo with apt-get with older versions. Do the following:
     303  If you want to use the packages made upstream for Debian or Ubuntu, you need to know that numbering schema are different between upstream mondo (3.0.x) and Ubuntu / Debian packages (1:2.2.x), so you should adapt your /etc/apt/preferences file to avoid updates of mondo with apt-get with older versions. Do the following:
    304304{{{
    305305wget ftp://ftp.mondorescue.org/ubuntu/`lsb_release -r|awk '{print $2}'`/mondorescue.sources.list
     
    307307sudo sh -c "cat >> /etc/apt/preferences << EOF
    308308Package: mindi
    309 Pin: version 2.0.*
     309Pin: version 2.1.*
    310310Pin-Priority: 1001
    311311
    312312Package: mondo
    313 Pin: version 2.2.*
     313Pin: version 3.0.*
    314314Pin-Priority: 1001
    315315EOF
    316316"
    317317}}}
    318   (From Andree Leidenfrost, Victor Gattegno and Brian McKee)
     318  ( From Andree Leidenfrost, Victor Gattegno and Brian McKee )
    319319
    320320  If you are using Debian rather than Ubuntu then alter the first line above to read: