Changes between Version 108 and Version 109 of FreeBSD10_Guide


Ignore:
Timestamp:
Oct 1, 2015, 10:11:44 AM (9 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSD10_Guide

    v108 v109  
    5555Get yourself a fresh i386 freebsd host with ports and subversion installed as follows:
    5656=== A.1. Run the basic CD installer  ===
    57 The procedure below has been tested with 10.1 (standard developer install - no ports -, e.g. with default partitioning will fit our needs). Installing FreeBSD is outside the scope of this document, take a look into [http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/bsdinstall.html the FreeBSD handbook Chapter 2 Installing FreeBSD] if you do not know the details.
     57The procedure below has been tested with 10.2 (standard developer install - no ports -, e.g. with default partitioning will fit our needs). Installing FreeBSD is outside the scope of this document, take a look into [http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/bsdinstall.html the FreeBSD handbook Chapter 2 Installing FreeBSD] if you do not know the details.
    5858
    5959Please do mind that all commands below need to be executed as root, because of the many mounts and unmounts done in various phases. It maybe convenient to ''' permit ssh root login''' (''modify /etc/ssh/sshd_config'' accordingly).
     
    6666(You may also wish to add ''ntpd_enable="YES"'' to /etc/rc.conf)
    6767
    68 === A.2 Install Subversion, some packages and Ports ===
    69 
    70 Subversion and root certificates are installed as a package:
    71 
    72 If package management tool not installed, answer 'y' to the question.
    73 
    74 build# pkg install ca_root_nss
    75 build# pkg install subversion
    76 build# pkg install lang/ocaml-nox11
    77 build# pkg install devel/ocaml-findlib
    78 
    79 Check out a copy of the ports tree (this will take a couple of minutes).
    80 
    81 build# svn checkout https://svn0.eu.FreeBSD.org/ports/head /usr/ports
    82 
    83 To update pkg use portmaster:
    84 build# pkg install portmaster
    85 build# portmaster ports-mgmt/pkg
    86 
    87 Tip: if for some reason this svn checkout doesn't work for you consider the use of portsnap:
     68=== A.2 Install Ports ===
     69
     70Install a fresh ports collection, this takes some time!
    8871
    8972build# portsnap fetch extract