Greetings! 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: <https://wiki.centos.org/Contribute>.
Your /FirstnameLastname/ username: MitchellRoe The proposed subject of your Wiki contribution(s): Corrected path for getting menu entries The proposed location of your Wiki contribution(s): In <https://wiki.centos.org/HowTos/Grub2>, in section 2 titled "2. How to Define the Default Entries", in the first code block, the command given is: #+BEGIN_EXAMPLE awk -F\' '$1=="menuentry " {print i++ " : " $2}' /etc/grub2.cfg #+END_EXAMPLE I propose it should be the following: #+BEGIN_EXAMPLE awk -F\' '$1=="menuentry "{print i++ " : " $2}' /boot/grub2/grub.cfg #+END_EXAMPLE Thanks for the helpful guides. I look forward to contributing more in the future! -- Mitchell Roe (he/him/his) mitchell....@member.fsf.org
_______________________________________________ CentOS-docs mailing list CentOS-docs@centos.org https://lists.centos.org/mailman/listinfo/centos-docs