Small grammar fix in the recently added
"Booting FreeBSD using GRUB section" Submitted by: blackend
This commit is contained in:
parent
38d23fe468
commit
4a30a0f595
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28994
1 changed files with 2 additions and 2 deletions
|
@ -5546,10 +5546,10 @@ C:\="DOS"</programlisting>
|
|||
kernel /boot/loader
|
||||
</programlisting>
|
||||
|
||||
<para>Where <literal>hd0,a</literal> points to your root parition
|
||||
<para>Where <literal>hd0,a</literal> points to your root partition
|
||||
on the first disk. If you need to specify which slice number
|
||||
should be used, use something like this <literal>(hd0,2,a)</literal>.
|
||||
By default, if slice number is omitted, GRUB searches the
|
||||
By default, if the slice number is omitted, GRUB searches the
|
||||
first slice which has <literal>'a'</literal> partition.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
|
Loading…
Reference in a new issue