Dieses Wiki ist ein Archiv bis 2023. Das aktuelle Wiki findet sich unter https://wiki.hamburg.ccc.de/

Difference between revisions of "ChaosVPN:GentooHowto"

From CCCHHWiki
Jump to: navigation, search
m
 
(4 intermediate revisions by 3 users not shown)
Line 8: Line 8:
  
 
  # emerge git
 
  # emerge git
  # git clone git://thor.ngls.eu/gentoo-overlay.git
+
  # git clone git://git.overlays.gentoo.org/dev/angelos.git
  
Then add the path to gentoo-overlay to PORTDIR_OVERLAY in make.conf.
+
Then add the path to the overlay to PORTDIR_OVERLAY in make.conf.
 
Now install chaosvpn:
 
Now install chaosvpn:
  
 
  # emerge chaosvpn
 
  # emerge chaosvpn
  
== 1. Execute 3-8, 10-11 from [[ChaosVPN::DebianHowto|the ChaosVPN-Debian-Howto]] ==
+
== 1. Execute 3-8, 10-11 from [[ChaosVPN:DebianHowto|the ChaosVPN-Debian-Howto]] ==
 +
 
 +
[[Category:ChaosVPN]]

Latest revision as of 05:23, 16 October 2012

Back

QUICK HOWTO FOR GENTOO USERS

0. Add angelos' overlay and install the software

Grab the overlay:

# emerge git
# git clone git://git.overlays.gentoo.org/dev/angelos.git

Then add the path to the overlay to PORTDIR_OVERLAY in make.conf. Now install chaosvpn:

# emerge chaosvpn

1. Execute 3-8, 10-11 from the ChaosVPN-Debian-Howto