Date: Wed, 1 Apr 2009 10:47:23 GMT From: Rene Ladan <rene@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 160097 for review Message-ID: <200904011047.n31AlNSS013820@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 @@ <copyright> <year>2001</year> + <year>2009</year> <holder>The FreeBSD Documentation Project</holder> </copyright> @@ -237,8 +238,7 @@ <title>Building a File System From Scratch</title> <para>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 <literal>165</literal>. Now write this partition table to the disk by pressing the <keycap>w</keycap> 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 <keycap>q</keycap> 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 <literal>fixit</literal> option. After entering the fixit environment, enter the following commands:</para> - <informaltable frame="none" pgwide="1"> - <tgroup cols="1"> - <thead> - <row> - <entry align="center">ATA compatible</entry> - </row> - </thead> - <tbody> - <row> - <entry><para><screen>&prompt.root; <userinput>mknod /dev/ad0a c 116 0</userinput> + <para><screen>&prompt.root; <userinput>mknod /dev/ad0a c 116 0</userinput> &prompt.root; <userinput>mknod /dev/ad0c c 116 2</userinput> -&prompt.root; <userinput>disklabel -e /dev/ad0c</userinput></screen></para></entry> - </row> - </tbody> - </tgroup> - </informaltable> +&prompt.root; <userinput>disklabel -e /dev/ad0c</userinput></screen></para> <para>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 <literal>a:</literal> line at the end of the file. This <literal>a:</literal> line should look like:</para> @@ -325,21 +309,8 @@ sure that fstype is <literal>4.2BSD</literal>. Save the file and exit.</para> - <informaltable frame="none" pgwide="1"> - <tgroup cols="1"> - <thead> - <row> - <entry align="center">ATA compatible</entry> - </row> - </thead> - <tbody> - <row> - <entry><para><screen>&prompt.root; <userinput>disklabel -B -r /dev/ad0c</userinput> -&prompt.root; <userinput>newfs /dev/ad0a</userinput></screen></para></entry> - </row> - </tbody> - </tgroup> - </informaltable> + <para><screen>&prompt.root; <userinput>disklabel -B -r /dev/ad0c</userinput> +&prompt.root; <userinput>newfs /dev/ad0a</userinput></screen></para> </step> <step> @@ -347,20 +318,7 @@ <para>Mount the newly prepared flash media:</para> - <informaltable frame="none" pgwide="1"> - <tgroup cols="1"> - <thead> - <row> - <entry align="center">ATA compatible</entry> - </row> - </thead> - <tbody> - <row> - <entry><para><screen>&prompt.root; <userinput>mount /dev/ad0a /flash</userinput></screen></para></entry> - </row> - </tbody> - </tgroup> - </informaltable> + <para><screen>&prompt.root; <userinput>mount /dev/ad0a /flash</userinput></screen></para> <para>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904011047.n31AlNSS013820>
