#%% begin initialize 
if [ ! -f /etc/default/grub ] ; then
  mv /etc/default/grub.new /etc/default/grub
fi

/sbin/grubconfig
#%% end
