2010-10-05 Jordan Uggla <jordan.uggla@gmail.com>

2010-10-05  Colin Watson  <cjwatson@ubuntu.com>

	* util/grub.d/00_header.in: Define a "savedefault" function for use
	in menu entries.
	* util/grub-mkconfig_lib.in (save_default_entry): Use it.
This commit is contained in:
Colin Watson 2010-01-05 10:41:51 +00:00
parent fcab4f04e5
commit 5c23bb0f52
3 changed files with 15 additions and 4 deletions

View file

@ -94,10 +94,7 @@ save_default_entry ()
{
if [ "x${GRUB_DEFAULT}" = "xsaved" ] ; then
cat << EOF
if [ -z \${boot_once} ]; then
set saved_entry=\${chosen}
save_env saved_entry
fi
savedefault
EOF
fi
}