Control: tags -1 moreinfo On Wed, 19 Jun 2013 12:41:36 -0400 kernl <[email protected]> wrote: > Package: release-notes > Severity: normal > > In Chapter 4.5.1, the command line command needs to be changed from > apt-get dist-upgrade -o APT::Immediate-Configure=0 > to > apt-get dist-upgrade -o APT::Immediate-Configure=1 > > 0 did not turn off the default on, while 1 did. > > [...]
Hi, As far as I am aware, the default is to have "APT::Immediate-Configure=1", which sometimes make APT fail to find an upgrade path. By disabling this option (i.e. setting it to 0), APT finds the upgrade. This also matches what "man 5 apt.conf" says as far as I can tell. ~Niels -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

