2Shirt
a7079d4eae
Added GPT/PMBR support to build-ufd
...
* Defaults to GPT/PMBR
* (Hopefully) fixes #20
* Can still build MBR (Legacy) with the --use-mbr flag
2018-04-15 21:00:45 -06:00
2Shirt
c7c23bc7a1
Open speedtest at the end of the User Checklist
...
* Fix issue #24
2018-04-15 19:19:03 -06:00
2Shirt
4b0dde6efe
Re-add keyboard test to HW diag menu
...
* Fix issue #25
2018-04-15 10:25:49 -06:00
2Shirt
8e22aa22b0
Fix issue #22
2018-03-15 15:28:54 -06:00
2Shirt
b080200118
Fix issue #21
2018-03-15 14:30:46 -06:00
2Shirt
77f3458d71
Expanded openbox-patched dependencies
2018-03-09 14:30:22 -07:00
2Shirt
ac1ee5f695
More HWiNFO updates
2018-03-08 19:09:22 -07:00
2Shirt
f37b1cdf44
Updated Build Kit.cmd
2018-03-08 18:37:47 -07:00
2Shirt
6d503fb6c7
Enable TLS 1.2 for PowerShell scripts
2018-03-08 17:33:48 -07:00
2Shirt
2899e34f5e
Update sources.py
...
Version bumps
2018-03-08 17:02:34 -07:00
2Shirt
5c035cf3b8
Update build_pe.ps1
...
Version bumps
2018-03-08 16:54:06 -07:00
2Shirt
aadba319b1
Update build_kit.ps1
...
Version bumps
2018-03-08 16:44:49 -07:00
2Shirt
6f80f0e708
Updated Build Linux --build-iso / main.py sections
...
* --build-iso loads main.py from $LIVE_DIR instead of $BUILD_DIR
* Ensures that the settings in $LIVE_DIR and the final ISO match
* --build-iso loads main.py silently
* Avoids editing the file twice under --build-all
* The ownership of the $OUT_DIR and ISO are set to $REAL_USER instead of root
2018-03-06 04:47:09 -07:00
2Shirt
d9155b9b7e
Removed volume icon from i3status bar
...
* Avoid differing level readouts in i3
* The volume level is calculated differently for volumeicon and i3status
2018-03-06 04:08:35 -07:00
2Shirt
e4edb809f5
Adjusted AUR package build process
...
* Don't install runtime dependencies while building packages
* Fix issue #17 (again)
2018-03-06 02:49:21 -07:00
2Shirt
06a72e29fb
Add (optional) build-time dependency for TestDisk
2018-03-06 02:26:56 -07:00
2Shirt
1cd52813b1
Add (undocumented) dependency for openbox-patched
2018-03-06 02:13:41 -07:00
2Shirt
f86f2b9ad4
Add (undocumented) build dependency for hfsprogs
2018-03-06 02:03:01 -07:00
2Shirt
4dbb7ae7f1
Using arc-gtk-theme instead of gtk-theme-arc-git
...
* Avoids (undocumented) gtk3 build-time dependency
* The community package is based on the new soft-fork of the main repo
* Link for details: https://github.com/horst3180/arc-theme/issues/840
2018-03-06 01:53:00 -07:00
2Shirt
da1d958c11
Removed PulseAudio
...
* Audio is rarely used so ALSA is fine
* Should help with issue #17
2018-03-06 01:19:56 -07:00
2Shirt
51f9f91195
Wait for user input if run_elevated fails
...
* This is a workaround for su/sudo timeouts
* Should help with issue #17
2018-02-28 13:32:45 -07:00
2Shirt
d82ad55113
Fix issue #19
2018-02-28 13:15:00 -07:00
2Shirt
49c7880e6a
Added mount-raw-image script
...
* Allows for easier mounting of dd images and the partitions within
* Fixes issue #18
2018-02-28 12:39:27 -07:00
2Shirt
1d2940b92e
Updated tool versions in the PowerShell scripts
2018-02-21 18:11:01 -07:00
2Shirt
a5630c2837
Updated HWiNFO download sections
2018-02-21 18:08:47 -07:00
2Shirt
6d5abd3b92
Update launchers.py
...
Bump current IRST version
2018-02-21 14:02:53 -07:00
2Shirt
64f22fbe30
Updated update.py
...
Support new HWiNFO archives
2018-02-21 14:02:11 -07:00
2Shirt
751f9422d3
Updated sources.py
...
Broken sections:
* HWiNFO merged their downloads into a single zip
* There's a new IRST version
2018-02-21 13:59:27 -07:00
2Shirt
1851e05598
Updated README to reflect the new build-ufd script
2018-02-21 13:07:13 -07:00
2Shirt
57cae8c813
Merge branch 'safer-build-ufd' into dev
...
Build tests passed
Fixes issue #15
2018-02-21 12:53:05 -07:00
2Shirt
f950d6d91b
Bugfix: Only copy EXTRA_DIR if ${EXTRA_DIR} is set
...
It was running 'rsync [OPTIONS] /* /mnt/Dest/' because ${EXTRA_DIR} was empty
2018-02-21 12:47:56 -07:00
2Shirt
b17a8de350
Made umount code more explicit
...
Avoids some unnecessary warnings
2018-02-21 12:46:57 -07:00
2Shirt
483344af70
Updated build-bfd
2018-02-21 10:35:47 -07:00
2Shirt
0d3f1e87cf
Started rewrite of build-ufd
...
* Using the BASH3 Boilerplate as a base for the new script
* The new version requires explicitly setting all sources
* Will avoid ambiguous matches / collision issues seen in issue #15
* Better ensures that the intended sources are used
* Still verify that '.bin' exists to ensure a valid "Main Kit" source
2018-02-21 00:34:53 -07:00
2Shirt
2fbd401416
Updated year in license
2018-02-20 14:49:54 -07:00
2Shirt
e5ac9e0d1c
A typo a day keeps the sanity away
2018-02-20 14:06:42 -07:00
2Shirt
bb6ea3694b
Added missing dependencies to fix issue #17
2018-02-20 13:39:37 -07:00
2Shirt
a0c6569eaf
Fix issue #12
...
The download no longer gets wrapped in a gzip archive.
2018-02-09 11:50:51 -07:00
2Shirt
7d1826f094
FastCopy version bump
2018-02-08 13:40:14 -07:00
2Shirt
e958eedfb6
Fix handing of path separators to prevent crashes
2018-02-07 20:15:31 -07:00
2Shirt
f844977d62
v1.4.0 - Wizard's New Year
...
* Added ability to upload crash log to a webdav share
* Verified functionailty with Nextcloud 12
* Added missing CBS fix launcher
* Rewrote user_data_transfer sections
* Added ability to answer "All" to extract items
* Fixed issue that caused an infinite recursion involving Windows.old items
* Unified code for both image and folder sources by using SourceItem objects
* Various bugfixes
* Various bugfixes
* Improved safety checks for the "Build Linux" script
* Updated hw-sensors script to skip all non-temperature sensors
* New build-ufd script to combine the three parts of the kit together
* See README.md for details
* Various bugfixes
2018-02-02 18:25:24 -07:00
2Shirt
15be408a20
Update README.md
2018-02-02 18:13:23 -07:00
2Shirt
987ea3ab84
Merge branch 'dev' of github.com:2Shirt/WizardKit into dev
2018-02-02 16:41:05 -07:00
2Shirt
bd8151a8cb
Improved safety checks for build-ufd
2018-02-02 16:37:13 -07:00
2Shirt
9feff50913
Added syslinux dependency
2018-02-02 16:34:22 -07:00
2Shirt
44acb9b755
Update windows_setup.py
2018-01-30 17:28:34 -07:00
2Shirt
7bebe745a1
Update build_pe.ps1
2018-01-30 17:10:54 -07:00
2Shirt
96c6997a44
Update function docstrings
2018-01-30 16:50:28 -07:00
2Shirt
89c343943f
Replaced remaining show_info calls with show_data
2018-01-30 16:00:59 -07:00
2Shirt
e0db7560e6
Better server share mounting
...
* Added ability to mount read-only or read-write
* Allows the same main.py file to be used for all build scripts.
2018-01-30 15:23:46 -07:00