#!/bin/bash
cp -f /boot/grub/grub.cfg /boot/grub/grub.cfg.old
/usr/bin/grub-mkconfig  > /boot/grub/grub.cfg
exit 0
