Good day All,

Recently I have performed a clean install of Fedora 24 and I will like
to make some persistent changes to grub2, in the past (Fedora 23) I
would modify /etc/sysconfig/grub and append the changes to the
GRUB_CMDLINE and run grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
and I would be okay. However when I try to get /etc/sysconfig/grub
which is a symbolic link to /etc/default/grub I no long see the options
to make the changes, Instead I see this content in both
/etc/default/grub

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub2-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set pager=1

if [ -s $prefix/grubenv ]; then
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="${saved_entry}"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else

**snip**

I have checked the F24 docs on modify grub2 and I see that it still
advise on editing GRUB_CMDLINE from /etc/sysconfig/grub.

Can someone shed some light on making persistent changes to the grub
cmdline on F24.

Thanks in advance.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedoraproject.org
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to