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>
|
||||
|
||||
<listitem>
|
||||
<para><literal>freebsd-boot</literal> - &os; boot code.
|
||||
This partition must be first on the disk.</para>
|
||||
<para><literal>freebsd-boot</literal> - &os; boot
|
||||
code.</para>
|
||||
</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
|
||||
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">
|
||||
<tgroup cols="4">
|
||||
<thead>
|
||||
|
|
Loading…
Reference in a new issue