Comment out mixxx cfg
This commit is contained in:
parent
6ea96ba6a7
commit
07ddfa4c0b
|
@ -1,10 +1,11 @@
|
||||||
# Do mixxx stuff like copy the udev rules and config file
|
# Do mixxx stuff like copy the udev rules and config file
|
||||||
mkdir -p -m 755 ${ROOTFS_DIR}/home/pi/.mixxx
|
# mkdir -p -m 755 ${ROOTFS_DIR}/home/pi/.mixxx
|
||||||
install -m 755 files/mixxx.cfg ${ROOTFS_DIR}/home/pi/.mixxx/mixxx.cfg
|
# install -m 755 files/mixxx.cfg ${ROOTFS_DIR}/home/pi/.mixxx/mixxx.cfg
|
||||||
on_chroot << EOF
|
# on_chroot << EOF
|
||||||
chown -R pi:root /home/pi/.mixxx
|
# chown -R pi:root /home/pi/.mixxx
|
||||||
chmod -R 755 /home/pi/.mixxx/
|
# chmod -R 755 /home/pi/.mixxx/
|
||||||
EOF
|
# EOF
|
||||||
|
# Commented out because Mixxx complains about lack of db if you do this
|
||||||
|
|
||||||
install -m 644 files/udev.mixxx ${ROOTFS_DIR}/etc/udev/rules.d/69-mixxx-usb-uaccess.rules
|
install -m 644 files/udev.mixxx ${ROOTFS_DIR}/etc/udev/rules.d/69-mixxx-usb-uaccess.rules
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user