On Thu, Dec 03, 2009 at 01:03:09PM -0800, David Miller wrote:
> 
> Thanks, but I don't feel comfortable enough with bzr yet.
> 
> I had to struggle just to get things checked out, as the bzr
> package in Debian stable is too old to use to access to repo.
> 
> (For the record I disagree with the source control system choosen,
>  and the fact that a common current Linux distribution doesn't even
>  provide a version of the tool necessary to access the repo really
>  convinces me further of that.)

For a Lenny system the following should do the trick:

  echo "deb http://backports.org/debian lenny-backports main" | sudo tee -a 
/etc/apt/sources.list
  gpg --keyserver pgp.mit.edu --recv-keys 16BA136C
  gpg --export -a 16BA136C | sudo apt-key add -
  sudo apt-get update
  sudo apt-get install -t lenny-backports bzr

-- 
Robert Millan

  The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all."


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to