diff --git a/etc/rc.local b/etc/rc.local index 056eda0..6d76266 100755 --- a/etc/rc.local +++ b/etc/rc.local @@ -24,4 +24,8 @@ alsactl --file /etc/asound.state restore # Magnum Innominandum!!!!!!!!! /usr/local/sbin/thewhispererindarkness.sh > /dev/console & +# We're ready! +aplay /floppies/template/tone-beep.ogg + + exit 0 diff --git a/floppies/template/tone-beep.ogg b/floppies/template/tone-beep.ogg new file mode 100644 index 0000000..5acf9b0 Binary files /dev/null and b/floppies/template/tone-beep.ogg differ