Commit Graph

240 Commits (v2.3.1)

Author SHA1 Message Date
Raphaël Vinot 87aeb6a919 Merge pull request #61 from dputtick/dev
Release 2.3.1: fix bug with RPi 3
2017-10-25 17:09:55 -04:00
Dan Puttick 03b3d68733 Update shell_utils
* Add copy_metadata for copying files and including their metadata - sometimes
useful for copying individual files into a mounted image without using rsync.
* Remove out of date install lines from prepare_rPI.sh
2017-10-25 16:30:04 -04:00
Dan Puttick 46ede0137a Clean up some documentation
* Deleted and combined doc files that are no longer relevant or are out of date
2017-10-25 16:29:10 -04:00
Dan Puttick aaaf22ae78 Update changelog with 2.3.1 bugfix 2017-10-25 15:29:52 -04:00
Dan Puttick c93941079e Update image setup docs - disabling services 2017-10-25 15:28:59 -04:00
Dan Puttick 624796190b Remove line in rc.local turning off eth0
* This line caused #60 due to change in naming of ethernet port interface with
Raspberry Pi 3 + Raspbian Stretch.
* Instead, we can turn off the networking service using systemctl while
preparing the image for release.
2017-10-18 18:15:33 -04:00
Raphaël Vinot 2e93930df5 Merge pull request #58 from dputtick/dev
Changes for v2.3
2017-10-02 17:28:47 +02:00
Dan Puttick 2fc36b6d23 Update changelog 2017-10-02 00:15:21 -04:00
Dan Puttick 9429ede64c Update install documentation 2017-10-02 00:14:02 -04:00
Dan Puttick d9438d03c0 Rename DEV_SRC and DEV_DST to SRC_DEV, DST_DEV
* New order is more consistent with rest of script
* This patch also has a few other small bugfixes
2017-10-02 00:14:02 -04:00
Dan Puttick 410f5fce0e Add .txt extension to IN_PROGRESS file 2017-10-02 00:14:02 -04:00
Dan Puttick ab9c9eb309 Fix issue with $SRC+$DST and $SRC_MNT+$DST_MNT 2017-10-02 00:14:02 -04:00
Dan Puttick 650ad783d7 Mention shellcheck in CONTRIBUTING.md 2017-10-02 00:14:02 -04:00
Dan Puttick a8a57e1ef0 Small bugfixes in groomer scripts 2017-10-02 00:14:02 -04:00
Dan Puttick c6e5caa2bd Add IN_PROGRESS canary file to groomer scripts 2017-10-02 00:14:02 -04:00
Dan Puttick 6845f2b607 Refactor groomer.sh to use functions 2017-10-02 00:14:02 -04:00
Dan Puttick dd427b8c8e Refactor mount_dest.sh to use functions 2017-10-02 00:14:02 -04:00
Dan Puttick fce66420c8 Refactor music.sh to use functions 2017-10-02 00:14:02 -04:00
Dan Puttick 66f2dd25f2 Refactor init.sh to use functions 2017-10-02 00:14:02 -04:00
Dan Puttick 9dd6b2c460 Make variables in config.sh readonly 2017-10-02 00:14:02 -04:00
Dan Puttick b6564d7298 Update basic_mount_image.sh 2017-10-02 00:14:02 -04:00
Dan Puttick 299743722f Add shell_utils/start_proot.sh 2017-10-02 00:14:02 -04:00
Dan Puttick b5131e295c Fix typos in setup_with_proot.md 2017-10-02 00:14:02 -04:00
Dan Puttick d8215b13f6 Update changelog 2017-10-02 00:14:02 -04:00
Dan Puttick a255251430 Change python-tk to python3-tk in docs 2017-10-02 00:11:06 -04:00
Dan Puttick df1380bc45 Remove unneeded shell utils 2017-10-02 00:11:06 -04:00
Raphaël Vinot 0e2c3e95e0 Update changelog 2.2 2017-09-29 11:07:19 +02:00
Raphaël Vinot a8d08995cb Update mount script 2017-02-28 11:18:52 +01:00
Raphaël Vinot 3ee2516a9c Update README.md 2017-02-13 15:05:20 +01:00
Raphaël Vinot 62753eac6b Update README.md 2017-02-13 15:04:57 +01:00
Raphaël Vinot 4e5b7b2815 Merge pull request #49 from dputtick/dev
Changes for 2.1 release
2017-02-09 10:11:51 +01:00
Dan Puttick df958a1d3b Add missing line in rc.local for led 2017-02-08 15:46:01 -05:00
Dan Puttick b2c0883bf7 Fix permissions for pdfid files 2017-02-07 21:30:40 -05:00
Dan Puttick 5a811438f2 Small doc bug fixes 2017-02-07 21:18:40 -05:00
Dan Puttick 66dee077ce Remove path from helper script 2017-02-07 20:36:07 -05:00
Dan Puttick 0dd86af8e8 Rename image setup checklist 2017-02-07 20:35:00 -05:00
Dan Puttick 58ae576343 Update readme, changelog, and contributing 2017-02-07 20:35:00 -05:00
Dan Puttick a2f2d39582 Add new documentation, move to docs/ 2017-02-07 20:35:00 -05:00
Dan Puttick 51de40f2aa Add basic_mount_image.sh 2017-02-07 13:24:32 -05:00
Dan Puttick 67e87e6a55 A few small cleanups 2017-02-06 17:43:18 -05:00
Dan Puttick 8549ea35db Rename circlean/ to circlean_fs/ 2017-02-06 17:43:18 -05:00
Dan Puttick 8f6e8fb87b Change method for turning off display autosleep
Previous strategy using setterm wasn't working. Switched to using consoleblank=0
in boot partition cmdline.txt
2017-02-06 17:43:18 -05:00
Dan Puttick cdf5964392 Fix to make read-only filesystem not cause crash on boot
During boot, read-only boot partition was causing a crash due to sed trying to
write to disk. Added a directory /circlean/boot_partition to hold changes to
cmdline.txt that fix this issue.
2017-02-06 17:43:18 -05:00
Dan Puttick adef197f01 Rename fs_filecheck and include it under /circlean as /root_partition 2017-02-06 17:43:18 -05:00
Dan Puttick 23f9a7b869 Add debug flag 2017-02-06 17:43:18 -05:00
Dan Puttick 47f25c07b5 Adjustments to match repo to working image 2017-02-06 17:43:18 -05:00
Dan Puttick b2cbe7b7e6 Re-add LED files
It turns out that some users were still using the LED functionality.
Adding it back.
2017-02-06 17:43:18 -05:00
Raphaël Vinot 216a9cf426 Merge pull request #46 from dputtick/dev
Udev rules, autosleep, bugfixes
2017-01-25 09:15:33 +01:00
Dan Puttick 1ecf260f67 Moving autosleep from rc.local to init.sh 2017-01-25 01:59:35 -05:00
Dan Puttick c51531f77c Readme update with filesystem info 2017-01-25 01:48:21 -05:00