From owner-svn-doc-all@FreeBSD.ORG Fri Apr 3 01:10:54 2015
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
(No client certificate requested)
by hub.freebsd.org (Postfix) with ESMTPS id 15A9727D;
Fri, 3 Apr 2015 01:10:54 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client did not present a certificate)
by mx1.freebsd.org (Postfix) with ESMTPS id DA8072D8;
Fri, 3 Apr 2015 01:10:53 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t331Ar3l009957;
Fri, 3 Apr 2015 01:10:53 GMT (envelope-from eadler@FreeBSD.org)
Received: (from eadler@localhost)
by svn.freebsd.org (8.14.9/8.14.9/Submit) id t331Ar9u009953;
Fri, 3 Apr 2015 01:10:53 GMT (envelope-from eadler@FreeBSD.org)
Message-Id: <201504030110.t331Ar9u009953@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: eadler set sender to
eadler@FreeBSD.org using -f
From: Eitan Adler
Date: Fri, 3 Apr 2015 01:10:53 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r46438 - in head/en_US.ISO8859-1: articles
articles/fbsd-from-scratch htdocs/docs
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Fri, 03 Apr 2015 01:10:54 -0000
Author: eadler
Date: Fri Apr 3 01:10:52 2015
New Revision: 46438
URL: https://svnweb.freebsd.org/changeset/doc/46438
Log:
fbsd-from-scratch: remove it
- it references sysinstall, which is gone
- the scripts used to install the system use pkg_add not pkg
- and are rotted in other ways
- the limitations of sysinstall have been somewhat mitigated by
bsdinstall (which can install into a new directory)
- it warns of outdated stuff (acroread8 doesn't exist anymore)
- package building takes place on runnning system and not on poudriere
- many of the packages referenced don't exist or are vastly changed
- it incorrectly installs the base system
- and more
Discussed with: jmg, Daniel O'Connor, bjk
Deleted:
head/en_US.ISO8859-1/articles/fbsd-from-scratch/
Modified:
head/en_US.ISO8859-1/articles/Makefile
head/en_US.ISO8859-1/htdocs/docs/books.xml
Modified: head/en_US.ISO8859-1/articles/Makefile
==============================================================================
--- head/en_US.ISO8859-1/articles/Makefile Fri Apr 3 00:10:58 2015 (r46437)
+++ head/en_US.ISO8859-1/articles/Makefile Fri Apr 3 01:10:52 2015 (r46438)
@@ -12,7 +12,6 @@ SUBDIR+= contributors
SUBDIR+= cups
SUBDIR+= custom-gcc
SUBDIR+= explaining-bsd
-SUBDIR+= fbsd-from-scratch
SUBDIR+= filtering-bridges
SUBDIR+= fonts
SUBDIR+= freebsd-questions
Modified: head/en_US.ISO8859-1/htdocs/docs/books.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/docs/books.xml Fri Apr 3 00:10:58 2015 (r46437)
+++ head/en_US.ISO8859-1/htdocs/docs/books.xml Fri Apr 3 01:10:52 2015 (r46438)
@@ -142,12 +142,6 @@
BSD (explaining-bsd)
An answer to the question ``What is BSD?''
- FreeBSD
- From Scratch (fbsd-from-scratch)
- How to automatically compile, install and configure a system
- from scratch (i.e. to an empty file system), including your
- favorite ports.
-
Filtering
Bridges (filtering-bridges)
Configuring firewalls and filtering on FreeBSD hosts acting as