I noticed that after a fedup upgrade /etc/default/grub wasn't updated.
I also noticed that a handful of the options have changed a little, but more specifically GRUB_CMDLINE_LINUX changed quite a bit. Addition of:
$([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param ||
and vconsole.keymap instead of KEYTABLE
Is there a preferred process for identifying this and updating it? It seems the file is created by anaconda during initial install.
I checked the file against my virtualbox fresh install and made the changes manually, but it seems like there should be a documented process for doing this.