Commit Graph

234 Commits (2.3)

Author SHA1 Message Date
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
Dan Puttick 74a22a5ee2 Improve rc.local comments 2017-01-24 15:26:09 -05:00
Dan Puttick deca259529 Remove led related stuff 2017-01-24 15:24:05 -05:00
Dan Puttick 0d3e3d4ce5 Debug udev rules 2017-01-24 15:20:17 -05:00
Dan Puttick 7ffa4552b4 Turn off autosleep in rc.local 2017-01-20 17:05:00 -05:00
Dan Puttick 5632c9096a Add udev rules for controlling where keys are found in /dev 2017-01-20 17:04:47 -05:00
Dan Puttick b1353fa5bf Re add music to scripts 2017-01-20 17:04:47 -05:00