Changes between Version 14 and Version 15 of FreeBSD10_Guide


Ignore:
Timestamp:
Aug 20, 2014, 11:08:39 AM (12 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSD10_Guide

    v14 v15  
    2121The procedure below has been tested with 10.0 (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.
    2222
    23 After installation and reboot pply update:
     23After installation and reboot apply update:
    2424{{{
    2525# freebsd-update fetch
    2626# freebsd-update install
     27# reboot
    2728}}}
    2829Please 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).