Commit Graph

100 Commits

Author SHA1 Message Date
Hal Emmerich
19b6b7bbb4 strip debug options from the kernel. 2020-06-14 14:41:31 -05:00
Hal Emmerich
30770c3e4d Flesh out the package building scripts
add pbuilder for cross compiliation
2020-05-26 18:02:03 -05:00
Hal Emmerich
862b9a97e0 add the prawnos apt repo 2020-05-25 14:45:09 -05:00
Hal Emmerich
c1d0a3e621 remove the cmdline reference in initramfs, this isn't actually possible
added occur function for future use, as I found it useful while debugging
2020-04-29 19:03:46 -05:00
Fil
58f686dcb7 Bump kernel version to 5.4.29
Signed-off-by: Fil <fil.bergamo@riseup.net>
2020-04-03 15:12:15 +02:00
Fil
998969aa80 Enable CIFS module in config
This enables network file sharing through CIFS/samba

Signed-off-by: Fil <fil.bergamo@riseup.net>
2020-04-03 15:12:15 +02:00
Hal Emmerich
b831e83908 Add missing kernel config option 2020-04-01 01:12:47 -05:00
SolidHal
dda29e6604 Fixup config 2020-03-03 22:06:25 -06:00
SolidHal
515b2721ad
Merge pull request #148 from filberg/master
Upgrade kernel to 5.4.y LTS
2020-03-02 18:35:47 -08:00
rak-zero
6291b1b6ba kernel.its dtb added for minnie c100p 2020-03-02 20:26:34 -06:00
SolidHal
220a956c7d fix whitespace and make dmesg "disable" level consistent 2020-03-02 20:16:22 -06:00
rak-zero
54e35e4ed4 dmesg debug level fix for initramfs 2020-03-02 20:06:21 -06:00
Fil
f943f0dc55 Remove upstreamed patch
Signed-off-by: Fil <fil.bergamo@riseup.net>
2020-02-29 17:05:32 +01:00
Fil
8bf2cebfab Remove upstreamed 5.x-dts patches
Signed-off-by: Fil <fil.bergamo@riseup.net>
2020-02-29 17:05:16 +01:00
Fil
b319aa3a6f Switch to 5.4.x LTS kernel
Signed-off-by: Fil <fil.bergamo@riseup.net>
2020-02-27 21:06:23 +01:00
Hal Emmerich
e77951d76a disable kernel console logs during root decrypt 2020-01-19 13:01:43 -06:00
Hal Emmerich
795f4a74f8 Enable NF_CONNTRACK_NETBIOS_NS for ufw #141 2020-01-18 23:57:11 -06:00
SolidHal
638532a1f6 Update refernces to release version 2020-01-11 14:56:45 -06:00
SolidHal
f9e7de8b1a switch to using kernel 5.2.21, drop merged in patch 2019-12-29 15:33:17 -06:00
Hal Emmerich
742a3b8924 Make kernel wipe memory on free
This helps against cold boot attacks when a proper shutdown is done.
2019-11-18 22:24:27 -06:00
Hal Emmerich
afe7c28b56 Fix apt pinning so that bullseye isn't used over stable, fixes #131 2019-10-18 19:59:54 -05:00
SolidHal
11bde90289 Add label based initramfs debugging 2019-10-15 07:22:01 -07:00
tslil clingman
11c545caa4 Verify download of kernel 2019-10-12 18:49:59 -04:00
tslil clingman
c57507aff4 Detect encrypted volumes using blkid instead of another partition 2019-10-12 18:40:39 -04:00
Hal Emmerich
40c258c49b remove references to stretch in build system, make more generic to support future upgrades 2019-10-06 21:57:19 -05:00
Hal Emmerich
9df3a682e5 remove out of date, unused patches 2019-10-06 20:54:54 -05:00
Hal Emmerich
63aa66101b Revert "Merge branch 'master' into crypto"
This reverts commit 8c8cf1c921, reversing
changes made to 4bbd91699f.
2019-10-06 13:13:33 -05:00
Hal Emmerich
8c8cf1c921 Merge branch 'master' into crypto 2019-10-04 17:43:01 -05:00
Hal Emmerich
60a0f3d9f4 Root encryption fully functional, documentation added 2019-10-03 00:40:14 -05:00
Hal Emmerich
01ef15d1a0 Addcryptsetup to initramfs, add debug flag 2019-09-29 20:16:30 -05:00
SolidHal
59893f5cf0 Fixup initramfs mmc booting 2019-09-26 11:34:59 -07:00
Hal Emmerich
214ee55580 Testing mmc booting 2019-09-26 13:10:47 -05:00
Hal Emmerich
60283c7e30 Initramfs booting funcitonal, built in using kernel config 2019-09-20 23:50:08 -05:00
Hal Emmerich
b02b5b7adc Revert "Revert "Correct external boot fstab to use sd card or usb""
This reverts commit a5e7219fa0.
2019-09-17 23:31:16 -05:00
Hal Emmerich
dec6cd88a7 Revert "Add initramfs to image to enable root encryption"
This reverts commit a61a66718f.
2019-09-17 23:30:50 -05:00
Hal Emmerich
a5e7219fa0 Revert "Correct external boot fstab to use sd card or usb"
This reverts commit d16b6ce588.
2019-09-17 23:27:34 -05:00
Hal Emmerich
a61a66718f Add initramfs to image to enable root encryption 2019-09-17 20:50:27 -05:00
Hal Emmerich
d16b6ce588 Correct external boot fstab to use sd card or usb 2019-09-15 19:18:10 -05:00
Hal Emmerich
f58c0f7487 Fix systemd complaining about autofs 2019-09-15 01:33:51 -05:00
Hal Emmerich
21e8e01b7c Remove kernel support for the built in bcm wireless
- It displays as two wireless devices, cluttering network-manager
- We don't provide the firmware it needs anyway, as it is closed source, so it wouldn't work
wq:wq
2019-09-14 23:54:55 -05:00
Hal Emmerich
9704e44d55 Fix ath9k firmware loading regression issue#111 2019-09-10 22:56:51 -05:00
Hal Emmerich
ce84c7550e add panfrost support 2019-09-08 23:07:12 -05:00
Hal Emmerich
956fed8181 Fixed display when panfrost is not used 2019-09-08 22:47:22 -05:00
Hal Emmerich
b25df547dd Introduce new 5.2 config 2019-09-08 22:28:38 -05:00
Hal Emmerich
43b385e5a3 removed patches not required for 5.2.9 2019-08-25 19:30:11 -05:00
SolidHal
3f8a2255a1
Merge pull request #109 from SolidHal/ath9k-no-ep-patch
Merge in new ath9k workaround and backported 5.x patches
2019-08-21 15:37:54 -07: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
cbb4c99221 config for newest 4.19, remove the problem patch 2019-08-17 17:01:46 -05:00
Hal Emmerich
60c63f47bf Add patch for removing a short startup delay that is no longer needed 2019-08-17 16:48:30 -05:00
Hal Emmerich
c59981e5bc added Native Language Support for using pmount and FAT partitions
closes #107
2019-08-02 17:30:41 -05:00