Package: grub2 Version: 1.98~20100115-1 Severity: wishlist Tags: patch Hello,
I've just commited to the upstream trunk the support for a GRUB_INIT_TUNE variable that permits to beep when the grub menu shows up. It would be useful to ship an example for users to easily activate, for instance the attached patch. Samuel -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages grub2 depends on: ii grub-pc 1.98~20100115-1 GRand Unified Bootloader, version grub2 recommends no packages. grub2 suggests no packages. -- no debconf information
=== modified file 'debian/default/grub' --- debian/default/grub 2009-10-22 08:21:03 +0000 +++ debian/default/grub 2010-02-18 08:03:52 +0000 @@ -20,3 +20,6 @@ # Uncomment to disable generation of recovery mode menu entries #GRUB_DISABLE_LINUX_RECOVERY="true" + +# Uncomment to get a beep at grub start +#GRUB_INIT_TUNE="480 440 1"