From owner-p4-projects@FreeBSD.ORG Wed Apr 1 10:47:25 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 43F6B1065686; Wed, 1 Apr 2009 10:47:24 +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 5E4A8106567A for ; Wed, 1 Apr 2009 10:47:23 +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 483AD8FC27 for ; Wed, 1 Apr 2009 10:47:23 +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 n31AlN3I013822 for ; Wed, 1 Apr 2009 10:47:23 GMT (envelope-from rene@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n31AlNSS013820 for perforce@freebsd.org; Wed, 1 Apr 2009 10:47:23 GMT (envelope-from rene@FreeBSD.org) Date: Wed, 1 Apr 2009 10:47:23 GMT Message-Id: <200904011047.n31AlNSS013820@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 160097 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: Wed, 01 Apr 2009 10:47:33 -0000 http://perforce.freebsd.org/chv.cgi?CH=160097 Change 160097 by rene@rene_self on 2009/04/01 10:47:04 solid-state article: * transform 1x1 tables into regular paragraphs after fla(4) removal * Small whitespace cleanups Affected files ... .. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/solid-state/article.sgml#3 edit Differences ... ==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/solid-state/article.sgml#3 (text+ko) ==== @@ -55,6 +55,7 @@ 2001 + 2009 The FreeBSD Documentation Project @@ -237,8 +238,7 @@ Building a File System From Scratch Because ATA compatible compact-flash cards are seen by FreeBSD as - normal IDE hard drives, - you could + normal IDE hard drives, you could theoretically install FreeBSD from the network using the kern and mfsroot floppies or from a CD. Other than the fact that you should not write a boot-loader of any kind to the M-Systems device, no special @@ -277,8 +277,7 @@ type of the partition, make sure the value is set to 165. Now write this partition table to the disk by pressing the w key (this is a hidden option on - this screen). - If you are using an ATA compatible compact + this screen). If you are using an ATA compatible compact flash card, you should choose the FreeBSD Boot Manager. Now press the q key to quit the partition menu. You will be shown the boot manager menu once more - repeat the choice you made @@ -292,27 +291,12 @@ installation menu choose the fixit option. After entering the fixit environment, enter the following commands: - - - - - ATA compatible - - - - - &prompt.root; mknod /dev/ad0a c 116 0 + &prompt.root; mknod /dev/ad0a c 116 0 &prompt.root; mknod /dev/ad0c c 116 2 -&prompt.root; disklabel -e /dev/ad0c - - - - +&prompt.root; disklabel -e /dev/ad0c At this point you will have entered the vi editor under the - auspices of the disklabel command. - Next, - you need to add + auspices of the disklabel command. Next, you need to add an a: line at the end of the file. This a: line should look like: @@ -325,21 +309,8 @@ sure that fstype is 4.2BSD. Save the file and exit. - - - - - ATA compatible - - - - - &prompt.root; disklabel -B -r /dev/ad0c -&prompt.root; newfs /dev/ad0a - - - - + &prompt.root; disklabel -B -r /dev/ad0c +&prompt.root; newfs /dev/ad0a @@ -347,20 +318,7 @@ Mount the newly prepared flash media: - - - - - ATA compatible - - - - - &prompt.root; mount /dev/ad0a /flash - - - - + &prompt.root; mount /dev/ad0a /flash Bring this machine up on the network so we may transfer our tar file and explode it onto our flash media filesystem. One example of