This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Load environment if available | |
if [ -s $prefix/grubenv ]; then | |
set have_grubenv=true | |
load_env | |
fi | |
set default="0" | |
# See if we are trying to reload a failed boot | |
if [ "${prev_saved_entry}" ]; then | |
set saved_entry="${prev_saved_entry}" |