Skip to content

Commit

Permalink
put GRUB2 keyword in capital letters to be consistent with other keyw…
Browse files Browse the repository at this point in the history
…ords
  • Loading branch information
gdha committed Mar 3, 2014
1 parent 02266e3 commit 09ff404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/share/rear/prep/default/50_guess_bootloader.sh
Expand Up @@ -3,7 +3,7 @@
if [[ -f /etc/sysconfig/bootloader ]]; then
my_bootloader=$( grep LOADER /etc/sysconfig/bootloader |cut -d= -f2 | sed -e 's/"//g' )
if [[ ! -z "$my_bootloader" ]]; then
echo "$my_bootloader" >$VAR_DIR/recovery/bootloader
echo "$my_bootloader" | tr '[a-z]' '[A-Z]' >$VAR_DIR/recovery/bootloader
return
fi
fi
Expand Down

0 comments on commit 09ff404

Please sign in to comment.