2010-02-14 Samuel Thibault <samuel.thibault@ens-lyon.org>

* util/grub-mkconfig.in: Export GRUB_INIT_TUNE.
	* util/grub.d/00_header.in: Handle GRUB_INIT_TUNE.
This commit is contained in:
Samuel Thibault 2010-02-18 08:56:31 +01:00
parent d9f31a41ca
commit 0a39de87d9
3 changed files with 15 additions and 1 deletions

View file

@ -158,3 +158,11 @@ else
set timeout=${GRUB_TIMEOUT}
EOF
fi
# Play an initial tune
if [ "x${GRUB_INIT_TUNE}" != "x" ] ; then
cat << EOF
insmod play
play ${GRUB_INIT_TUNE}
EOF
fi