391 Commits

Author SHA1 Message Date
cimryan
5c808e3fbd Merge pull request #91 from rtanaka/master
adding back write-archive script
2018-11-02 16:54:29 -07:00
Ray Tanaka
83c661be63 remove errant tab 2018-11-02 15:42:53 -07:00
Ray Tanaka
fd7be5871b bug fix - INSTALL_DIR was not getting propagated to child script 2018-11-02 15:39:13 -07:00
Ray Tanaka
aefdb082d0 refactoring to add back write configs script 2018-11-02 15:24:25 -07:00
cimryan
aa5a723262 Merge pull request #90 from rtanaka/master
remove command line support and corresponding debugs
2018-11-02 13:24:09 -07:00
Ray Tanaka
d758757839 remove command line support and corresponding debugs 2018-11-02 12:25:10 -07:00
cimryan
b05e3afc40 Merge branch 'master' into u/rtanaka/organizing 2018-11-02 07:33:21 -07:00
cimryan
9fbfd5ad75 Merge pull request #89 from patrimal/patch-1
Update SetupRClone.md
2018-11-01 06:06:42 -07:00
patrimal
6fe2d3c2f7 Update SetupRClone.md
Added a missing $ in the second rclone lsd command
2018-10-31 23:02:11 -07:00
cimryan
7f6e2a5388 Merge branch 'master' into u/rtanaka/organizing 2018-10-31 17:05:46 -07:00
cimryan
c77bbb085a Merge branch 'u/rtanaka/organizing' of https://github.com/cimryan/teslausb into u/rtanaka/organizing 2018-10-31 16:44:07 -07:00
cimryan
f2277bdf3f Changing the declaration of "optional" on the README 2018-10-31 16:43:58 -07:00
cimryan
d91e13361e Merge pull request #85 from rtgoodwin/add-pi-gen-sources
Adding pi-gen sources as of v9-beta3
2018-10-31 07:14:29 -07:00
cimryan
1012c63149 Merge pull request #84 from rtanaka/master
splitting up as discussed.
2018-10-31 07:11:20 -07:00
Richard Goodwin
9677fc07c7 Commented wifi script 2018-10-31 08:09:49 -05:00
Richard Goodwin
f15897243c More comments on the sources and standalone readme 2018-10-31 08:07:43 -05:00
Richard Goodwin
d3745aafde Adding pi-gen sources as of v9-beta3 2018-10-31 07:53:41 -05:00
Ray Tanaka
0d682af4bf let's clean up after ourselves 2018-10-31 03:27:26 -07:00
Ray Tanaka
9687859297 typo 2018-10-31 03:26:39 -07:00
Ray Tanaka
736b960eb7 Merge remote-tracking branch 'upstream/master' 2018-10-31 02:36:20 -07:00
Ray Tanaka
1e063e4aed adding new step to configure 2018-10-31 02:28:38 -07:00
Ray Tanaka
6dc1b79813 bug fix - removing resolv.conf causes dns errors until you reboot. this is safer. 2018-10-31 02:07:18 -07:00
Ray Tanaka
b93550e4de splitting up usb configuration from script and archive configuration / installation. this will allow a user to run configuration multiple times. 2018-10-31 01:42:25 -07:00
Ray Tanaka
aae15da2e5 case fix because i'm ocd 2018-10-31 01:40:20 -07:00
Ray Tanaka
203ad8b1b5 cleaning up config functions. 2018-10-31 01:11:24 -07:00
Ray Tanaka
fd4d161f1a also check for configuration file as part of verification step 2018-10-31 00:37:11 -07:00
Ray Tanaka
34690ca9d4 add logic to move config file into /mutable as part of configuring the archive 2018-10-31 00:36:27 -07:00
Ray Tanaka
5e2b081246 only move fake-hwclock.data if it's not already a symlink
take out rclone specific logic out of here and move into rclone_archive
2018-10-31 00:25:45 -07:00
Ray Tanaka
d908f7caed addig rclone verification step 2018-10-31 00:00:05 -07:00
Ray Tanaka
9dd3b135c5 - removing echo
- using new ip lookup function
2018-10-30 23:11:41 -07:00
Ray Tanaka
9c0c8ad09c bug fix 2018-10-30 22:59:51 -07:00
Ray Tanaka
777db26f27 testing to see if verify-archive works as expected 2018-10-30 22:53:51 -07:00
Ray Tanaka
7c3a5f4b94 change this function to be more generic and taken in server name as an argument instead of a environment variable 2018-10-30 18:05:35 -07:00
Ray Tanaka
bb9347b115 since this is an undocumented configuration variable we'll move this into the main cifs config 2018-10-30 16:44:38 -07:00
cimryan
7c6f46083f Merge pull request #83 from cimryan/u/rtgoodwin/more_logging
U/rtgoodwin/more logging
2018-10-30 15:36:46 -07:00
cimryan
74808c9541 Make setup_logfile local to setup_progress 2018-10-30 15:36:18 -07:00
cimryan
0588442962 Remove extra declaration and initialization of SETUP_LOGFILE 2018-10-30 15:35:00 -07:00
cimryan
f8241bbbba Make setup_logfile and headless_setup local to setup_progress 2018-10-30 15:30:49 -07:00
cimryan
5443c0a607 Remove vestigial LAST_BACKINGFILES_PARTITION_BYTE variable 2018-10-30 15:25:19 -07:00
cimryan
c92da69181 Merge pull request #82 from rtgoodwin/more_logging
More logging & partition start point
2018-10-30 15:23:46 -07:00
Richard Goodwin
215556acc8 Make HEADLESS variable check local 2018-10-30 15:31:27 -05:00
Richard Goodwin
9e5324f327 Missed a default variable setting
I hate this whole unbound variable protection mode, but it sure does catch bugs. :)
2018-10-30 15:18:23 -05:00
Richard Goodwin
589a16f833 Removed this readme since it's been moved. 2018-10-30 15:15:11 -05:00
Richard Goodwin
0f8c380f54 trying BACKINGFILES_PARTITION_END_SPEC 2018-10-30 14:51:12 -05:00
cimryan
7033b7b2e5 Merge pull request #79 from rtanaka/master
Organizing some files around
2018-10-30 07:29:45 -07:00
Richard Goodwin
e3230483bc Add -s to another parted line 2018-10-30 08:59:57 -05:00
Richard Goodwin
14d1e52a9f Clearer logging message 2018-10-30 08:38:28 -05:00
Richard Goodwin
331721c742 Pass script flag to parted 2018-10-30 08:23:24 -05:00
Richard Goodwin
6201dd91ef More logging in partition creation 2018-10-30 08:15:19 -05:00
Richard Goodwin
b8278dbde9 Merge branch 'master' of https://github.com/cimryan/teslausb 2018-10-30 07:57:40 -05:00