Daniel Barlow
Daniel Barlow
*Opening this initial PR for feedback, not as a request for merging* There are a number of TODO items: - hardcoded scaling for mapping the touch co-ordinate system into layout...
Convert motorola-potter to use the same msm8953-mainline kernel as is used in PostmarketOS. Requires lk2nd to be installed (or at least, running) on the device beforehand, maybe I should add...
In linux commit f91e46b1a722 (~ 5.12) the makefile rules for {menu,n,g,x,}config were unified using a make definition, which involved doubling the dollar sign from `$
In order to build the poetically named "libqipcrtr4msmipc" project (relevant to modem support on Qualcomm) I need headers files from the vendor kernel that don't exist in mainline. What do...
tl;dr setsockopt(SO_RCVTIMEO) doesn't work for us in Ruby 2.[01] MRI, infinite hangs result We're having trouble in our Mongo cluster when a secondary becomes unreachable (due to e.g. crashed instance...
This is never going to be merged, the PR just exists for tracking
In my use of goldleaf over the past few months I have found that it works great for generating fresh images but has issues where the packages installed depend on...
It would often be very convenient to generate images with known root password, perhaps by adding an environment varibale to the Makefile invocation. Add ``` echo root:$(ROOT_PASSWORD) | chroot root...
We force installation of the linux-image-2.6-amd64 package, but in principle we should be able to run on anything debian runs on - or at least on anything qemu/kvm runs on
At present the disk size is hardcoded, and the partition layout within that is specified as a string that can be fed to sfdisk. The potential for making this user-friendlier...