X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_share%2Frun-welcome;h=e4098350f5dc0cbadc6b37f00280bda76e5e89af;hb=0c2ca6d03c11580038978c3bcd7eba02d788bac2;hp=8dd379a56275499428da967e6eeb72cfe9e01685;hpb=f11fb88dd989e26c9faf0bb43634c0b701a6da04;p=grml-scripts.git diff --git a/usr_share/run-welcome b/usr_share/run-welcome index 8dd379a..e409835 100755 --- a/usr_share/run-welcome +++ b/usr_share/run-welcome @@ -27,6 +27,15 @@ if [ -r /etc/default/locale ] ; then fi fi +# welcome beep +case "$CMDLINE" in + *\ nobeep*) + ;; + *) + (for f in 1000 2000 1500 1750; do beep -f $f -l 150; done) & + ;; +esac + case "$CMDLINE" in # allow customized startup via bootoption startup: *startup=*)