|
|
|
@ -25,13 +25,6 @@ if mount -t vfat /dev/mmcsd0 /fs/microsd
@@ -25,13 +25,6 @@ if mount -t vfat /dev/mmcsd0 /fs/microsd
|
|
|
|
|
then |
|
|
|
|
echo "[init] card mounted at /fs/microsd" |
|
|
|
|
set HAVE_MICROSD 1 |
|
|
|
|
# Start playing the startup tune |
|
|
|
|
if [ -f /etc/tones/startup ] |
|
|
|
|
then |
|
|
|
|
tone_alarm /etc/tones/startup |
|
|
|
|
else |
|
|
|
|
tone_alarm 1 |
|
|
|
|
fi |
|
|
|
|
else |
|
|
|
|
set HAVE_MICROSD 0 |
|
|
|
|
tone_alarm MNBGG |
|
|
|
|