8b4b0c40ce
Merge branch 'new-ufd-script' into dev
2019-04-19 19:01:56 -07:00
8edf164522
Avoid crash present in archiso v40-1
...
* Fix is present in upstream archiso-git
* iwd would be installed as a dependency for NetworkManager anyway
2019-04-18 19:29:40 -07:00
14ebc23b81
Fix issue #101
2019-04-08 17:39:43 -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
fa2aa04b53
Forgot dependencies for ldmtool
2019-02-05 23:02:23 -07:00
27eb984e73
Add ldmtool to read MS dynamic volumes
...
Fixes issue #92
2019-02-05 22:24:48 -07:00
f8adbe074d
Added Linux headers for macbook12-spi-driver-dkms
...
* Addresses issue #67
2019-01-07 16:17:37 -07:00
ae92eea76e
Added macbook12-spi-driver-dkms to Minimal build
2019-01-06 22:43:33 -07:00
8f9bae9a6f
Added option to build Linux with minimal packages
...
* All non-minimal packages/configs have been separated from the base setup
* `"Build Linux" -b` will only build the full version
2018-12-28 16:51:15 -07:00
28e2ce90df
Removed nvme-cli in favor of smartctl
2018-12-27 18:03:16 -07:00
7da01be7ab
Removed inxi
2018-09-26 16:16:58 -06:00
d9a9ce0a86
Allow hw-diags to reattach to the tmux session
...
* The option to kill the current session and start a new was left in place
2018-09-12 18:56:39 -06:00
deec1746e4
Removed pydf to fix issue #44
2018-09-12 18:20:16 -06:00
adc1283330
Add pydf and alias df to pydf
...
* Fixes issue #40
2018-07-16 18:17:38 -06:00
2Shirt
9ed4c6209b
papirus-icon-theme has moved to the community repo
2018-05-22 21:22:00 -06:00
2Shirt
f7d55306be
Adjusted packages
...
* Added ARandR
* Added GPicView
* Added XArchiver
* Switched to Evince over MuPDF
2018-05-17 15:11:36 -06:00
2Shirt
96e008bec7
Switch back to broadcom-wl
...
* Forgot that DKMS requires the Linux headers and that would bloat the image
2018-05-16 16:04:50 -06:00
2Shirt
2305c047de
Adjusted live Linux packages
...
* Switched to broadcom-wl-dkms
* Hopefully it doesn't break everything...
* Removed several unwanted packages (for example: modem/dialup packages)
* Fixes issue #30
* Packages to be added are now tracked in .linux_items/packages/live_add
* Packages to be removed are now tracked in .linux_items/packages/live_remove
2018-05-16 15:11:42 -06:00
2Shirt
c7eb3921fd
Fix Linux graphics issue
...
* Using safer backend for compton
* Removed xf86-video-intel
* See https://wiki.archlinux.org/index.php/Intel_graphics#Installation
2018-04-16 10:47:57 -06:00
2Shirt
9ddfaab8bc
inxi moved to AUR
2018-04-16 09:48:05 -06:00
2Shirt
d7111b0e41
Readding noto-fonts
2018-04-16 08:50:59 -06:00
2Shirt
77f3458d71
Expanded openbox-patched dependencies
2018-03-09 14:30:22 -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
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
9feff50913
Added syslinux dependency
2018-02-02 16:34:22 -07:00
2Shirt
3d8af3cb0a
Switching to mprime over mprime-bin
...
* Source url has been broken for a while now
* mprime doesn't take too long to compile
2018-01-27 12:48:11 -07:00
2Shirt
8f4ec41359
Merge branch 'dev' of https://github.com/2Shirt/WizardKit into dev
2018-01-15 19:09:30 -07:00
2Shirt
3bc45e9832
Fix issue #7 by switching to Font Awesome v4
2018-01-15 14:16:59 -07:00
2Shirt
5c21f8569c
wimlib was added to the community repo
2018-01-12 16:13:02 -07:00
2Shirt
07f6179dab
i3-gaps has been added to the community repo
2018-01-12 15:23:17 -07:00
2Shirt
3c07c5b265
New EFI config
2017-12-28 22:08:58 -07:00
2Shirt
c4adbd3ac0
Added wimboot and fixed pxe/syslinux backgrounds
2017-12-27 18:59:49 -07:00
2Shirt
18ce079aa3
Open log after HW diags
2017-12-27 13:11:25 -07:00
2Shirt
094251b93f
Forgot to remove python-libtmux package references
2017-12-27 04:47:23 -07:00
2Shirt
87c09c4da0
New method for gathering SMART/NVMe data
...
* Replaced smartmontools with smartmontool-svn
* Adds JSON exporting which makes parsing the data easier
* Using nvme-cli for NVMe drives instead of smartctl
* NVMe support in smartctl is still experimental and inconsistent
* New "Health OK" detection
* This is used to determine if a disk is okay to be tested
* e.g. an IDE disk w/out any SMART data now requires explicit overriding
* NVMe disks are set using the "critical_warning" attribute
* SMART disks are set using the "overall-health" attribute
2017-12-24 00:21:33 -07:00
2Shirt
9c04a5dc83
Misc updates
2017-12-18 19:37:49 -07:00
2Shirt
183ef78ea9
mount-all-volumes rewrite complete
...
* New print layout
* All inxi calls replaced with findmnt and lsblk
* Added util-linux to packages/live
2017-12-18 03:36:56 -07:00
2Shirt
3b0b103590
Added CRLF checks for main.py to build script
...
* For consistancy between platforms
2017-12-18 00:49:05 -07:00
2Shirt
e37b1529b0
Removed customize_airootfs.sh and new SSH code
...
* Code has been merged into Build Linux
* (releng copy is updated in place)
* SSH key for wktech now generated at build time
* Hostname is now set using main.py
* Passwords are now set using main.py
* Timezone is now set using main.py
2017-12-13 13:11:28 -07:00
2Shirt
a8033f0a02
.linux_items cleanup
2017-12-12 12:21:20 -08:00
2Shirt
87e651cb07
Better package list handling
2017-12-12 11:18:15 -08:00