415f56863d
Finished recursive_copy()
2019-04-08 20:26:41 -07:00
4d9ab2215b
Ensure SMART values are shown for some disks
...
* smartctl can return non-zero if there are errors in the SMART logs
2019-04-08 18:57:38 -07:00
14ebc23b81
Fix issue #101
2019-04-08 17:39:43 -07:00
b43309be75
Avoid rare crash when scanning CoreStorage volumes
2019-04-08 15:55:52 -07:00
8cdb834499
Initial, incomplete version of recursive_copy()
2019-04-08 02:59:03 -07:00
5fe37b62b2
Adjusted source/dest items
2019-04-08 02:58:07 -07:00
4c33c110b7
Fixed source validation
2019-04-08 00:35:53 -07:00
b166172d10
Only perform case-insensitive search if needed
2019-04-07 23:45:08 -07:00
e420074c83
Use correct errors in find_path()
...
* FileNotFoundError is accurate since we're just looking for a path
2019-04-07 23:35:00 -07:00
50cb765108
Merged find_source_item() and get_full_path()
...
* Also fixed regex match (it wasn't matching the whole string)
2019-04-07 23:26:22 -07:00
b6c6fc9aa9
Find paths case-insensitively
2019-04-07 22:44:15 -07:00
cd0a9456cb
Use pathlib.Path to resolve paths
...
* is_block_device() is no longer needed
* (pathlib.Path provides that functionality)
2019-04-07 22:41:41 -07:00
c4d00a2073
Fix typos
2019-04-07 22:35:09 -07:00
575126eaa2
Split build-ufd file to match other scripts
2019-04-07 20:51:54 -07:00
3ff0bcd3c9
Updated new_system_setup.py to match other scripts
...
* i.e. don't change dir when setting sys.path
2019-04-07 19:07:31 -07:00
639a338cca
Initial Python layout
...
* Going to use docopt for argument handling
* Script will be run as user using sudo where needed
* Tentatively dropping tmux usage
2019-04-07 19:03:56 -07:00
a22e6f552f
Start build-ufd rewrite in python
2019-04-07 19:01:03 -07:00
e1cfe6d2d3
v1.8.0
...
Main Kit
* Adjust Windows Update settings during System Checklist and New System Setup
* Restart Explorer after adjusting settings to show them immediately
* Show warning if Python can't be run and how to fix it
* Fixes issues #91 , #93 , & #97
* Various other bug fixes
Linux
* Major upgrades to Hardware Diagnostics
* Prime95 testing will auto-abort if a specified thermal limit is reached
* NVMe / SMART is rechecked after all disk tests have been performed
* This more acurately report data if other tests run into an error
* Improved SMART short self-test support
* Support running badblocks on disks over 4TB
* Show estimated completion time in ddrescue-tui
* Added ldmtool to support reading MS Dynamic volumes
* Fixed issues #58 , #88 , #89 , #90 , #92 , #94 , #95 , #96 , #99 , & #100
* Various other bug fixes
Misc
* Improved build-ufd script
* Find and copy WinPE files case-insensitively
* Better logging
* Moved script settings to separate files
* For easier configuration
2019-04-03 13:08:24 -07:00
e089dd99a3
Avoid crash when no disks are connected
...
* It was attempting to recheck the NVMe/SMART data for the fake N/A lines
2019-04-02 16:29:09 -07:00
52e3e24a3a
Updated build-ufd
2019-03-30 09:48:48 -07:00
c5364a65a2
Avoid copying the wrong files from WinPE
...
* if w_en_us was empty it would copy the contents from $(pwd)
2019-03-30 09:45:36 -07:00
0b31fa271d
Expand build-ufd log
2019-03-30 09:38:13 -07:00
c022d3f9c6
Set ddrescue-tui EToC refresh rate in settings
2019-03-20 15:48:01 -06:00
28cea9697e
Moved ddrescue-tui EToC code to its own function
...
* Limited refresh rate to every 5 seconds
2019-03-20 15:45:27 -06:00
fa05c93bf8
Added EToC line to ddrescue-tui side-pane
...
* Is not shown in main menu
2019-03-20 15:21:19 -06:00
c96ffc5f59
Added overall status line to ddrescue-tui
2019-03-20 13:16:09 -06:00
95338f1df7
Add encoding to run_program and popen_program
2019-03-20 12:57:56 -06:00
877db91cb6
Extended Windows build list
2019-03-19 20:45:37 -06:00
826edc0c33
Extended Windows build list
2019-03-19 20:41:51 -06:00
723f1ad4ad
Fixed WizTree extraction
2019-03-19 14:16:39 -06:00
089cdba4f9
Updated sources
2019-03-19 14:16:16 -06:00
f98c106080
Bugfix: Extremely minor formatting issue
2019-03-17 21:30:25 -06:00
48c0cf0b1b
Adjusted Explorer settings
2019-03-17 20:43:19 -06:00
4cb14c6429
Restart Explorer after configuring
...
* Allows changes to be seen without restarting manually
2019-03-17 20:23:25 -06:00
b84d4eb6b8
Bugfix: typo
2019-03-17 20:22:50 -06:00
1235269da0
Bugfix
2019-03-17 20:17:00 -06:00
2e679dbf5e
Download stand alone Windows update installers
...
* Fixes issue #91 (again)
2019-03-17 18:11:36 -06:00
84deb49beb
Explicitly set colors to properly reset errorlevel
2019-03-16 23:03:13 -06:00
ec74b06282
Verify Python can be run before launching script
...
* Fixes issue #91
2019-03-16 23:02:44 -06:00
f9b35b9a3d
Fixed dict collision
...
* Fixes issue #97
2019-03-16 18:14:31 -06:00
c5b4446133
Configure Windows Updates during checklist/setup
...
* Sets readiness branch to non-targeted semi-annual
* Defers feature upgrades for 60 days
* Fixes issue #93
2019-03-16 18:11:19 -06:00
86f81f2720
Prevent updating OVERRIDE to CS
2019-03-16 15:11:42 -06:00
70b8d2536a
Missed a functions/json.py import
2019-03-13 20:39:47 -06:00
34ef0bfae6
Fail test on SMART self-test timeout
2019-03-13 20:22:28 -06:00
648787913e
Fixed issues importing settings files
2019-03-13 19:02:35 -06:00
75df9777b3
Removed extraneous whitespace
2019-03-12 22:49:25 -06:00
122bbfb157
Added debug mode for HW Diagnostics
...
* Uses alternative major exception
* Saves State, CpuObj, and DiskObj data after traceback
* Uploads the whole LogDir folder (compressed) instead of just the main log
2019-03-12 21:24:06 -06:00
7381547b27
Added functions.json
...
* Uses safer method to get JSON data from a command
* Replaced nearly all uses of json.loads with new get_json_from_command()
* Fixes issue #100
2019-03-12 16:08:21 -06:00
480222c1f2
Adjusted variable name usage for consistency
2019-03-12 15:13:16 -06:00
3fa6521c51
Only enable WinPE boot entries if necessary
...
* Addresses issue #94
2019-03-11 22:31:56 -06:00