f1592b92a6
Reduce macOS image size
...
Having a DMG also allows us to use dmg2img to convert into a raw HFS+
image. That image can be applied to a partition using dd under Linux.
2021-04-15 01:30:56 -06:00
2761018a37
Ensure /media is created in build_linux
...
Without this udevil will fail until it's created.
2021-04-09 00:06:22 -06:00
50e4164bf8
Apply bugfixes for macOS sections
2021-04-05 16:44:45 -06:00
ecbbf5511c
Set macOS localtime using main.cfg
...
Not sure where the old reference to an "other" timezone came from.
Going to use the POSIX style esp. after finding the answer below.
Thankfully both options appear in macOS 10.11-10.15 in my testing.
https://stackoverflow.com/a/4309852
2021-04-04 03:24:56 -06:00
695bf03bcb
Add fixes for High Sierra
2021-04-04 03:18:59 -06:00
b3e7b55635
Add fixes for El Capitan
2021-04-04 03:14:59 -06:00
aa6f7088ab
Copy networksetup to live macOS
2021-04-02 19:30:05 -06:00
cd2b5b997f
Fix wallpaper path in macOS Terminal.app
2021-04-02 18:43:34 -06:00
c8d473ba7d
Drop unused iTerm2 preferences
2021-04-02 18:41:31 -06:00
76f74b770b
Update macOS setup files
2021-04-02 18:34:13 -06:00
d2f9e9fd2f
Add option to have separate macOS wallpapers
2021-04-02 02:08:22 -06:00
cdbc300ea2
Add SSH server to live macOS builds
2021-04-01 22:59:31 -06:00
7215c3242b
Connect to WiFi before starting HW Diagnostics
2021-04-01 22:58:56 -06:00
0aefdf3f1a
Add support to build live macOS Catalina images
...
* Had to drop iTerm due to a library incompatibilty
2021-04-01 22:54:36 -06:00
a36dd24ae9
Add install-deps script for macOS
2021-04-01 22:17:45 -06:00
c49391d05a
Update clock under live macOS env
2021-03-26 03:04:21 -06:00
5b4139e3c8
Add missing live-macos branch
...
This was not being pushed from a testing MacBook so I'm adding it all
at once. This is unfinished, still needs scripts to prep the working
macOS env from which the live env is built.
El Capitan code is likely to be dropped completely. Installing or
compiling dependencies in brew is problematic at this point.
2021-03-26 01:18:08 -06:00
1a38a6d6a3
Remove stale code
2021-03-25 23:43:10 -06:00
1a70ad0c63
Generate iwd network profiles
...
* Addresses issue #162
2021-03-25 23:39:48 -06:00
876ac668c1
Use new refind package
2021-03-25 00:08:49 -06:00
4892f4c419
Update Linux theme
2021-03-24 23:47:25 -06:00
2e5621bf6e
Add new rofi theme
2021-03-24 21:37:40 -06:00
1353de44f7
Merge refactored code
...
NOTE: This was unintentionally squashed so some details were lost
* Include max CPU temp in Conky
* New tint2 theme
2021-01-10 19:55:19 -07:00
118012d7e2
Merge refactored code
...
NOTE: This was unintentionally squashed so some details were lost
* Major updates to build_linux to support the current archiso scripts
* Most customize_airootfs.sh code has been moved elsewhere
* Using static files or links where possible
* Generating other files as needed in build_linux
* Syslinux configuration has been simplified
* Dropped i3
* Dropped rxvt-unicode in favor of termite
* Font rendering broke one too many times
* Dropped NetworkManager in favor of iwd/systemd-networkd
2021-01-10 19:28:51 -07:00
b081d79fab
Change file layout for new archiso usage
2021-01-10 19:09:10 -07:00
818e321682
Added alias for ip
...
* Use brief reporting with colors
2020-04-06 19:46:36 -06:00
06d1f0551b
Dropped oblogout usage in opembox menu
2020-01-30 13:31:34 -07:00
458f637d2c
Bugfix: typo
2020-01-22 20:59:24 -07:00
aa1338e1b5
Don't edit main.py in build_linux
...
* All config files should be edited externally before building
2020-01-22 20:52:38 -07:00
e4cf588891
Fixed build_additions.txt usage
2020-01-22 20:45:40 -07:00
661681b806
Fix permission issues when running GSMARTControl
2020-01-19 15:49:16 -07:00
3f9ebedfb3
Fixed Conky update script
2020-01-19 15:14:30 -07:00
202022c5a0
Added perl-rename to build dependencies
2020-01-19 14:28:03 -07:00
5e2361ba94
Reworked building Full and Minimal Linux versions
...
* Use a common build function and pass version to build
* Doesn't replace existing custom repo (if present)
* Addresses issue #149
2020-01-19 14:10:35 -07:00
45608e8346
Fixed shortcuts for hw-sensors
2020-01-16 19:00:56 -07:00
7f9cb9917d
Replaced oblogout with new wk-exit script
...
* Dropped oblogout due to Python2 dependencies
2020-01-16 18:57:27 -07:00
92cfe54f98
Added desktop shortcuts from dev branch
2020-01-16 18:54:19 -07:00
f16a01c6fb
Adjusted startup configuration
...
* picom replaced compton
* Fix conky config for i3 use in .update_x
* Improved detection of current WM in .start_desktop_apps and .update_conky
2020-01-16 17:56:49 -07:00
ac134b0a3f
Updated Conky configs
...
* Converted config to new Lua format
* Moved config to ~/.config/conky/
* .update_conky updated to work with above changes
* Dropped Disk and Network I/O sections
2020-01-16 17:18:16 -07:00
627c86ce7f
Removed unused .conky_start script
2020-01-16 15:16:15 -07:00
1451035560
Don't update conkyrc directly
...
* By using a temp file and comparing we can avoid excessive reloading of conky
2020-01-16 15:12:43 -07:00
6686a4d495
Set wallpaper in .update_x not .start_desktop_apps
...
* Setting a wallpaper isn't really starting a desktop app anyway
2020-01-16 14:57:31 -07:00
d0e69683b5
Changed Linux build path
2020-01-16 14:56:48 -07:00
bff3bbdc86
Added cdtmp alias
2020-01-13 21:58:49 -07:00
0e602bb504
Replaced 'which' with 'command -v'
...
* Allows use under new Arch base package
2020-01-13 20:11:25 -07:00
6408b1abff
Fixed ROOT_DIR under new organization
2020-01-13 20:11:06 -07:00
24a2e60f02
Use two-space indentation everywhere
2020-01-13 16:24:56 -07:00
6c66473209
Added downstream updates to build_linux
2020-01-13 16:08:10 -07:00
ab2e9862e2
Remove Event Logs step from AIDA64 full report
2020-01-08 20:41:38 -07:00
ec3bbb83e9
Update for the new Archlinux base package
2020-01-08 20:40:34 -07:00