~jonathan/ubuntu/natty/livecd-rootfs/livecd-rootfs

« back to all changes in this revision

Viewing changes to livecd.sh

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2010-07-21 09:18:48 UTC
  • Revision ID: james.westby@ubuntu.com-20100721091848-ggj1haoo7pr8mx2m
Tags: 1.138
Don't go overboard with the downgrading of packages; this probably caused
the rebuild failure attempts, we'll do without downgrading base packages
already installed by debootstrap in this use case.

Show diffs side-by-side

added added

removed removed

Lines of Context:
420
420
        cat << @@EOF > ${ROOT}etc/apt/preferences
421
421
Package: ssl-cert
422
422
Pin: version 1.0.14-0ubuntu2
423
 
Pin-Priority: 900
 
423
Pin-Priority: 991
424
424
@@EOF
425
425
    fi
426
426
 
459
459
 
460
460
Package: *
461
461
Pin: origin $APT_PIN
462
 
Pin-Priority: 1001
 
462
Pin-Priority: 900
463
463
@@EOF
464
464
        FORCE_YES=--force-yes
465
465
    fi