Skip to content

Instantly share code, notes, and snippets.

@cupakromer
Last active December 27, 2015 05:19
Show Gist options
  • Save cupakromer/7272789 to your computer and use it in GitHub Desktop.
Save cupakromer/7272789 to your computer and use it in GitHub Desktop.
For RPis
# Cron script
#
# Auto run file to run the bootstrap script from a USB stick. This file should be deleted after basilisk is installed.
#
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# Assuming device names for raspberry pi
@reboot root mount /dev/sda1 /media && cd /media && ./configure-beacon.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment