[med-svn] [Debian Wiki] Update of "DebianMed/HowToGet" by AndreasTille

Debian Wiki debian-www at lists.debian.org
Fri Jul 10 13:31:06 UTC 2015


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "DebianMed/HowToGet" page has been changed by AndreasTille:
https://wiki.debian.org/DebianMed/HowToGet?action=diff&rev1=25&rev2=26

Comment:
Add advise how to create vivid cowbuilder chroot

          --othermirror "deb http://ppa.launchpad.net/debian-med/ppa/ubuntu trusty main" \
          --debootstrapopts "--keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg"
  }}}
+ If you want to setup a vivid cowbuilder chroot make sure you import the Ubuntu release key first:
+ {{{
+ sudo apt-get install ubuntu-archive-keyring
+ COMPONENTS="main universe" sudo cowbuilder --create  --distribution vivid \
+         --basepath /var/cache/pbuilder/vivid.cow \
+         --debootstrapopts "--keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg" \
+         --mirror http://de.archive.ubuntu.com/ubuntu/ \
+         --othermirror "deb http://ppa.launchpad.net/debian-med/ppa/ubuntu vivid main" \
+         --debootstrapopts "--keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg"
+ }}}
  



More information about the debian-med-commit mailing list