Commit Graph

15 Commits

Author SHA1 Message Date
SolidHal
d9632f677f
Merge pull request #112 from ifbizo/cleankernel
Fix clean kernel command to support more versions
2019-10-07 01:52:19 +00:00
Hal Emmerich
60283c7e30 Initramfs booting funcitonal, built in using kernel config 2019-09-20 23:50:08 -05:00
Christopher Norris
f5b89c71df
Be specific about cleaning kernels 2019-09-19 21:57:09 +00:00
Christopher Norris
aef6ff821b
Fix clean kernel command to support more versions 2019-09-16 18:59:45 +00:00
Hal Emmerich
43b385e5a3 removed patches not required for 5.2.9 2019-08-25 19:30:11 -05:00
Hal Emmerich
1cd8ae19a9 Add new workaround patch from ath9k devices
Add backported patched from 5.x from usb related fixes
Up kernel version to most recent lts
2019-08-21 17:31:41 -05:00
Hal Emmerich
1c0e6ab5ce - Updated to kernel 4.19.53
- Added patches for two ARM errata that cause hangs in specific cpu states

- Disabled some power management features:
  - Disabled suspend at the kernel level since it is broken/unsupported in the mainline kernel
  - Disabled APM emulation

- Disabled some USB features:
  - Disabled USB default persist
  - Disabled USB dynamic minors

- Disabled USB monitoring for debug, shouldn't be enabled by default
- Disabled USB 3.0 support, shouldn't be enabled as the c201 has no 3.0 ports

- removed two patches that have made it into 4.19
- removed the debug options from the cmdline
- made the kernel build script announce what patch is being applied
- removed light-locker, as it does not function properly
2019-06-22 17:47:54 -05:00
Hal Emmerich
769f481332 Upgrade to kernel 4.19.49
- added patch for usb from 4.20 which seems to fix the wifi hang issue that happened on 4.19
- changed power management to not turn off display on inactivity as sometimes the machine doesnt wakeup properly. Need to test patch from old 4.19 branch to see if that fixes this.
2019-06-10 17:58:20 -05:00
Hal Emmerich
d66016624d Change to using buster as the default suite
Install chromium by default, fix script inconsistency
closes #97
2019-06-07 13:42:25 -05:00
JeremyRand
cbf2683420 Support suites other than Stretch (#96)
* Support suites other than Stretch

* Insert suite into image filename

* Fix installing Firefox on Sid

* Fix downloading Chromium on Sid

* Don't use sid-updates or security sid/updates
2019-06-07 12:05:58 -05:00
Hal Emmerich
b1e036e50c Improved image making for debugging 2019-02-27 13:20:11 -06:00
SolidHal
f0fc28f877 Added copyright notices, small patches, openvpn support 2018-10-11 15:09:25 -05:00
SolidHal
9aa267bea3
Make clean_img work even if no image found 2018-09-10 21:47:38 +00:00
SolidHal
5965d0e6cc Converted to using the make build system, updated scripts 2018-09-07 11:56:22 -05:00
SolidHal
d9f4251eeb Fixup install scripts, begin move to make build system 2018-09-06 18:55:46 -05:00