From owner-p4-projects@FreeBSD.ORG Tue May 5 18:07:28 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id BBD141065673; Tue, 5 May 2009 18:07:27 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46118106564A for ; Tue, 5 May 2009 18:07:27 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3496C8FC15 for ; Tue, 5 May 2009 18:07:27 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n45I7Qtb004079 for ; Tue, 5 May 2009 18:07:26 GMT (envelope-from rene@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n45I7QGq004077 for perforce@freebsd.org; Tue, 5 May 2009 18:07:26 GMT (envelope-from rene@FreeBSD.org) Date: Tue, 5 May 2009 18:07:26 GMT Message-Id: <200905051807.n45I7QGq004077@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to rene@FreeBSD.org using -f From: Rene Ladan To: Perforce Change Reviews Cc: Subject: PERFORCE change 161632 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2009 18:07:28 -0000 http://perforce.freebsd.org/chv.cgi?CH=161632 Change 161632 by rene@rene_self on 2009/05/05 18:07:03 [solid-state] : replace FreeBSD by &os; in affected sections. Submitted by: remko Affected files ... .. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/solid-state/article.sgml#17 edit Differences ... ==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/solid-state/article.sgml#17 (text+ko) ==== @@ -76,12 +76,12 @@ system and the durability of the storage medium. Specific topics to be covered include the types and attributes of - solid state media suitable for disk use in FreeBSD, kernel options + solid state media suitable for disk use in &os;, kernel options that are of interest in such an environment, the rc.initdiskless mechanisms that automate the initialization of such systems and the need for read-only filesystems, and building filesystems from scratch. The article will conclude - with some general strategies for small and read-only FreeBSD + with some general strategies for small and read-only &os; environments. @@ -126,9 +126,9 @@ Kernel Options A few kernel options are of specific interest to those creating - an embedded FreeBSD system. + an embedded &os; system. - All embedded FreeBSD systems that use flash memory as system + All embedded &os; systems that use flash memory as system disk will be interested in memory disks and memory filesystems. Because of the limited number of writes that can be done to flash memory, the disk and the filesystems on the disk will most likely be mounted @@ -149,7 +149,7 @@ The <literal>rc</literal> Subsystem and Read-Only Filesystems - The post-boot initialization of an embedded FreeBSD system is + The post-boot initialization of an embedded &os; system is controlled by /etc/rc.initdiskless. /etc/rc.d/var mounts /var @@ -337,7 +337,7 @@ /var filesystem constructed by /etc/rc.d/var and the presence of a read-only root filesystem causes problems with many common software packages used - with FreeBSD. In this article, suggestions for successfully running + with &os;. In this article, suggestions for successfully running cron, syslog, ports installations, and the Apache web server will be provided.