<p>
Greetings!
</p>

<p>
This is my first contribution, so please let me know if there is
anything I should be doing differently.  I am following the instructions
found here: <a href="https://wiki.centos.org/Contribute">https://wiki.centos.org/Contribute</a>.
</p>

<p>
Your <i>FirstnameLastname</i> username: MitchellRoe
</p>

<p>
The proposed subject of your Wiki contribution(s): Corrected path for
getting menu entries
</p>

<p>
The proposed location of your Wiki contribution(s): In
<a href="https://wiki.centos.org/HowTos/Grub2">https://wiki.centos.org/HowTos/Grub2</a>, in section 2 titled "2. How to
Define the Default Entries", in the first code block, the command given
is:
</p>

<pre class="example">
awk -F\' '$1=="menuentry " {print i++ " : " $2}' /etc/grub2.cfg
</pre>

<p>
I propose it should be the following:
</p>

<pre class="example">
awk -F\' '$1=="menuentry "{print i++ " : " $2}' /boot/grub2/grub.cfg
</pre>

<p>
Thanks for the helpful guides.  I look forward to contributing more in
the future!
</p>

<p>
-- 
Mitchell Roe (he/him/his)
mitchell.roe@member.fsf.org
</p>