Updates: note that the first UFS partition found is expected to be /, and
remove the incorrect note that a freebsd-boot partition must be first on the disk. Submitted by: donallen in http://forums.freebsd.org/showthread.php?p=181004#post181004
This commit is contained in:
parent
e3e54a305e
commit
e73bde442a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39058
1 changed files with 6 additions and 2 deletions
|
@ -1390,8 +1390,8 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
||||||
<title>Standard &os; <acronym>GPT</acronym> Partitions</title>
|
<title>Standard &os; <acronym>GPT</acronym> Partitions</title>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><literal>freebsd-boot</literal> - &os; boot code.
|
<para><literal>freebsd-boot</literal> - &os; boot
|
||||||
This partition must be first on the disk.</para>
|
code.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -1474,6 +1474,10 @@ Trying to mount root from cd9660:/dev/iso9660/FREEBSD_INSTALL [ro]...</screen>
|
||||||
should use other unique label values as described
|
should use other unique label values as described
|
||||||
above.</para>
|
above.</para>
|
||||||
|
|
||||||
|
<para>By default, &os;'s <filename>gptboot</filename> expects
|
||||||
|
the first UFS partition found to be the
|
||||||
|
<filename>/</filename> partition.</para>
|
||||||
|
|
||||||
<informaltable frame="none">
|
<informaltable frame="none">
|
||||||
<tgroup cols="4">
|
<tgroup cols="4">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
Loading…
Reference in a new issue