Move the warning we calmed down in the last revision to a logically more
suitable place. This is a whitespace only change, but translators should not ignore this commit.
This commit is contained in:
parent
7651e9bb1b
commit
e46c6f22c2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20382
1 changed files with 7 additions and 7 deletions
|
@ -5721,13 +5721,6 @@ C:\="DOS"</programlisting>
|
|||
installed on a different disk <filename>/boot/boot1</filename>
|
||||
will not work, <filename>/boot/boot0</filename> is needed.</para>
|
||||
|
||||
<warning>
|
||||
<para><emphasis>Do not simply copy <filename>/boot/boot0</filename>
|
||||
instead of <filename>/boot/boot1</filename>, you will
|
||||
overwrite your partition table and render your computer
|
||||
un-bootable!</emphasis></para>
|
||||
</warning>
|
||||
|
||||
<para><filename>/boot/boot0</filename> needs to be installed
|
||||
using sysinstall by selecting the FreeBSD boot manager on
|
||||
the screen which asks if you wish to use a boot
|
||||
|
@ -5736,6 +5729,13 @@ C:\="DOS"</programlisting>
|
|||
but sysinstall copies the partition table before copying
|
||||
<filename>/boot/boot0</filename> to the MBR.</para>
|
||||
|
||||
<warning>
|
||||
<para><emphasis>Do not simply copy <filename>/boot/boot0</filename>
|
||||
instead of <filename>/boot/boot1</filename>, you will
|
||||
overwrite your partition table and render your computer
|
||||
un-bootable!</emphasis></para>
|
||||
</warning>
|
||||
|
||||
<para>When the FreeBSD boot manager runs it records the last
|
||||
OS booted by setting the active flag on the partition table
|
||||
entry for that OS and then writes the whole 512-bytes of itself
|
||||
|
|
Loading…
Reference in a new issue