Skip to content

Commit

Permalink
builder: Copy default animation
Browse files Browse the repository at this point in the history
  • Loading branch information
goldarte committed Jun 20, 2020
1 parent 454bf0f commit 09978ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions builder/image-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ img-chroot ${IMAGE_PATH} copy ${SCRIPTS_DIR}'/assets/failsafe.service' '/lib/sys
# Copy client-setup script to /usr/local/bin to provide wide access
img-chroot ${IMAGE_PATH} copy ${SCRIPTS_DIR}'/assets/client-setup' '/usr/local/bin/'

# Copy basic animation
img-chroot ${IMAGE_PATH} copy ${REPO_DIR}'/examples/animations/basic/basic.csv' '/home/pi/clever-show/drone/animation.csv'

# Copy chrony configuration
img-chroot ${IMAGE_PATH} copy ${REPO_DIR}'/examples/chrony/client.conf' '/etc/chrony/chrony.conf'

Expand Down

0 comments on commit 09978ba

Please sign in to comment.