Whitespace only changes: Refill and reindent.

Fix indentation and other spacing nits in the the memstick instructions
for dd and Image Writer sections.  Translators may ignore this change.
This commit is contained in:
Giorgos Keramidas 2011-02-17 09:20:47 +00:00
parent 7b6bfc62d5
commit 1ac04ade86
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=36935

View file

@ -636,42 +636,40 @@
<procedure> <procedure>
<title>Using FreeBSD To Write the Image</title> <title>Using FreeBSD To Write the Image</title>
<warning> <warning>
<para>The example below lists <para>The example below
<filename class="devicefile">/dev/da0</filename> as the target device from lists <filename class="devicefile">/dev/da0</filename> as the
which you will be booting. Be very careful that you target device from which you will be booting. Be very careful
have the correct device as the output target, or you may that you have the correct device as the output target, or you
destroy your existing data.</para> may destroy your existing data.</para>
</warning> </warning>
<para>Set the <varname>kern.geom.debugflags</varname> sysctl <para>Set the <varname>kern.geom.debugflags</varname> sysctl to be
to be able to write a master boot record to the target able to write a master boot record to the target device.</para>
device.</para>
<warning> <warning>
<para>The example below <para>The example below
lists <filename class="devicefile">/dev/da0</filename> as lists <filename class="devicefile">/dev/da0</filename> as the
the target device where the image will be written. Be very target device where the image will be written. Be very careful
careful that you have the correct device as the output that you have the correct device as the output target, or you
target, or you may destroy your existing data.</para> may destroy your existing data.</para>
</warning> </warning>
<step> <step>
<title>Writing the Image with &man.dd.1;</title> <title>Writing the Image with &man.dd.1;</title>
<para>Set the <varname>kern.geom.debugflags</varname> sysctl <para>Set the <varname>kern.geom.debugflags</varname> sysctl to
to be able to write a master boot record to the target be able to write a master boot record to the target
device.</para> device.</para>
<screen><userinput>&prompt.root; sysctl kern.geom.debugflags=16</userinput></screen> <screen><userinput>&prompt.root; sysctl kern.geom.debugflags=16</userinput></screen>
<para>The <filename>.img</filename> file is <para>The <filename>.img</filename> file
<emphasis>not</emphasis> a regular file you copy to the is <emphasis>not</emphasis> a regular file you copy to the
memory stick. It is an image of the complete contents of memory stick. It is an image of the complete contents of the
the disk. This means that you <emphasis>cannot</emphasis> disk. This means that you <emphasis>cannot</emphasis> simply
simply copy files from one disk to another. Instead, you copy files from one disk to another. Instead, you must use
must use &man.dd.1; to write the image directly to the &man.dd.1; to write the image directly to the disk:</para>
disk:</para>
<screen>&prompt.root; <userinput>dd if=&os;-&rel.current;-RELEASE-&arch.i386;-memstick.img of=/dev/<replaceable>da0</replaceable> bs=64k</userinput></screen> <screen>&prompt.root; <userinput>dd if=&os;-&rel.current;-RELEASE-&arch.i386;-memstick.img of=/dev/<replaceable>da0</replaceable> bs=64k</userinput></screen>
</step> </step>
@ -681,37 +679,37 @@
<title>Using &windows To Write the Image</title> <title>Using &windows To Write the Image</title>
<warning> <warning>
<para>The example below lists <para>The example below
<filename class="devicefile">H:</filename> as the lists <filename class="devicefile">H:</filename> as the drive
drive letter of the device where the image will be letter of the device where the image will be written. Be very
written. Be very careful that you have the correct careful that you have the correct device as the output target,
device as the output target, or you may destroy or you may destroy existing data.</para>
existing data.</para>
</warning> </warning>
<step> <step>
<title>Obtaining <application>Image Writer for Windows</application></title> <title>Obtaining <application>Image Writer for Windows</application></title>
<para><application>Image Writer for Windows</application> <para><application>Image Writer for Windows</application> is a
is a free application that can correctly write an free application that can correctly write an image file to a
image file to a memory stick. Download it from memory stick. Download it
<ulink url="http://launchpad.net/win32-image-writer/0.2/0.2/+download/win32diskimager-RELEASE-0.2-r23-win32.zip"></ulink> from <ulink url="http://launchpad.net/win32-image-writer/0.2/0.2/+download/win32diskimager-RELEASE-0.2-r23-win32.zip"></ulink>
and extract it into a folder.</para> and extract it into a folder.</para>
</step> </step>
<step> <step>
<title>Writing The Image with Image Writer</title> <title>Writing The Image with Image Writer</title>
<para>Double-click the <application>Win32DiskImager</application> <para>Double-click
icon to start the program. Verify that the drive letter the <application>Win32DiskImager</application> icon to start
shown under <computeroutput>Device</computeroutput> the program. Verify that the drive letter shown
is the drive with the memory stick. Click the folder under <computeroutput>Device</computeroutput> is the drive
icon and select the image to be written to the memory with the memory stick. Click the folder icon and select the
stick. Click <guibutton>Save</guibutton> to accept the image to be written to the memory stick.
image file name. Verify that everything is correct, and Click <guibutton>Save</guibutton> to accept the image file
that no folders on the memory stick are open in other name. Verify that everything is correct, and that no folders
windows. Finally, click <guibutton>Write</guibutton> to on the memory stick are open in other windows. Finally,
write the image file to the drive.</para> click <guibutton>Write</guibutton> to write the image file to
the drive.</para>
</step> </step>
</procedure> </procedure>
</step> </step>