mirror of https://github.com/CIRCL/Circlean
A few small cleanups
parent
8549ea35db
commit
67e87e6a55
|
@ -26,4 +26,4 @@ PMOUNT="/usr/bin/pmount -A -s"
|
||||||
PUMOUNT="/usr/bin/pumount"
|
PUMOUNT="/usr/bin/pumount"
|
||||||
|
|
||||||
# Config flags
|
# Config flags
|
||||||
DEBUG=true
|
DEBUG=false
|
||||||
|
|
|
@ -17,5 +17,6 @@ amixer cset numid=3 1
|
||||||
files=(${MUSIC}*)
|
files=(${MUSIC}*)
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
$TIMIDITY ${files[RANDOM % ${#files[@]}]}
|
# -id flags set interface to "dumb" and -qq silences most/all terminal output
|
||||||
|
$TIMIDITY -idqq ${files[RANDOM % ${#files[@]}]}
|
||||||
done
|
done
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
set -x
|
|
||||||
|
|
||||||
cp circlean/root_partition/opt/groomer/init.sh /mnt/rpi/opt/groomer/init.sh
|
|
||||||
cp circlean/root_partition/opt/groomer/groomer.sh /mnt/rpi/opt/groomer/groomer.sh
|
|
||||||
cp circlean/root_partition/opt/groomer/config.sh /mnt/rpi/opt/groomer/config.sh
|
|
||||||
cp circlean/root_partition/opt/groomer/mount_dest.sh /mnt/rpi/opt/groomer/mount_dest.sh
|
|
||||||
cp circlean/root_partition/etc/rc.local /mnt/rpi/etc/rc.local
|
|
||||||
# cp circlean/root_partition/opt/groomer/music.sh /mnt/rpi/opt/groomer/music.sh
|
|
||||||
# cp circlean/root_partition/etc/pmount.allow /mnt/rpi/etc/pmount.allow
|
|
||||||
# cp circlean/root_partition/etc/udev/rules.d/10-usb.rules /mnt/rpi/etc/udev/rules.d/10-usb.rules
|
|
Loading…
Reference in New Issue