Date: Fri, 3 Apr 2015 01:10:53 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> 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 Message-ID: <201504030110.t331Ar9u009953@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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</a> (explaining-bsd)<br/> An answer to the question ``What is BSD?''</p> - <p><a href="&url.articles;/fbsd-from-scratch/index.html">FreeBSD - From Scratch</a> (fbsd-from-scratch)<br/> - How to automatically compile, install and configure a system - from scratch (i.e. to an empty file system), including your - favorite ports.</p> - <p><a href="&url.articles;/filtering-bridges/index.html">Filtering Bridges</a> (filtering-bridges)<br/> Configuring firewalls and filtering on FreeBSD hosts acting as
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504030110.t331Ar9u009953>