I ran into this same problem when I tried to upgrade 11.10 to 12.04, same 
changes fixed the problem
I ended up doing something like:
commenting out the 
`UPGRADER_DIR=dists/$CODENAME/main/dist-upgrader/binary-all` line. (put a # 
infront of it) 
Then change the fullpath line to 
`fullpath=$ISOPATHGOESHERE/dists/$CODENAME/main/dist-upgrader/binary-all` 
replacing `$ISOPATHGOESHERE` with the full path for the mounted ISO path, cd 
path, or whatever it may be
(optional) comment out the `exit 1` lines... it cased the terminal to exit 
without leaving the errors visable
and put word `sudo` infront of the `$TMPDIR/$CODENAME --cdrom "$cddirname" $@` 
line
(note: don't copy the ` ` characters)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/277873

Title:
  cdrom upgrade requires absolute path

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/277873/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to