Commit Graph

257 Commits (master)

Author SHA1 Message Date
Raphaël Vinot d484e97332
Merge pull request #73 from nosecguy/patch-1
Update mount_dest.sh
2020-02-07 16:54:25 +01:00
nosecguy f7ffb7318a
Update mount_dest.sh
Groomer complains Source and Destination device does not exist. "10-usb.rules" creates SYMLINK to "/dev/source_key%n" and "/dev/dest_key%n", but mount_dest.sh checks for "/dev/source_key" and "/dev/dest_key"
Solution tested on RPi4
2020-02-07 16:35:53 +01:00
Raphaël Vinot fe2f7f5a70 chg: No need to update pip 2020-01-16 14:38:53 +01:00
Raphaël Vinot 82b82ec9c4 fix: Properly unmount the destination partition 2020-01-16 14:38:24 +01:00
Raphaël Vinot 57cb2e2036 chg: Force destination key mount to UTF8 2020-01-16 12:37:06 +01:00
Raphaël Vinot 6f5d09d374 chg: Use udisksctl to mount source keys, support more FS types 2020-01-15 18:01:38 +01:00
Raphaël Vinot 4c77d41d69 chg: Bump base system, update documentation accordingly 2019-08-30 15:09:39 +02:00
Raphaël Vinot 34a2fcdf7d
Update LICENSE 2019-04-06 10:31:59 +02:00
Raphaël Vinot 6c832c75de
Update LICENSE 2019-04-06 10:31:45 +02:00
Raphaël Vinot 1d63d3fc14
Merge pull request #68 from SteveClement/master
fix: [regex] Fixed a regex
2019-03-08 12:51:12 +01:00
Steve Clement 786b736d13 chg: [doc] Make local config easier. Added qemu-user package for qemu-arm is in there 2019-03-02 13:54:42 +05:30
Steve Clement 0f2f1ba8a6 fix: [regex] some sfdisks have no spaces 2019-03-02 13:48:25 +05:30
Raphaël Vinot eca0eb534c
Upade install doc 2018-07-23 11:48:31 +02:00
Raphaël Vinot 7b5aa62edc
Add FAQ 2018-01-30 20:45:18 +01:00
Raphaël Vinot 584f72cf12 Bump Changelog 2018-01-29 17:11:07 +01:00
Raphaël Vinot 12f7b9ad77 chg: Update documentation, wait 15s before shutdown. 2018-01-29 16:29:58 +01:00
Raphaël Vinot 4352da90e9 chg: Auto compute offset/size when mounting the image 2018-01-29 14:20:58 +01:00
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