<samueldr>
yes, this repo's overlay is intended to host anything needed for mobile stuff
<samueldr>
kind of a staging grounds to hopefully go into nixpkgs once ready
<samueldr>
I may, along the way, split the overlay into discrete files like "staging" for stuff that will go in nixpkgs, "hacks" for hacks (hopefully with ways to toggle them on and off)
<samueldr>
FINALLY, got some debugging output; console-ramoops really wants a panic... and it looks like the spurious reboot I was having wasn't a panic?
<samueldr>
and *then* console-ramoops didn't have the kernel output that I piped in /dev/kmsg
<samueldr>
turns out /dev/kmsg wasn't being made as a device node, so it was just piping to a file...
<samueldr>
had to mknod it manually
<samueldr>
mount: mounting devtmpfs on /dev failed: No such device
<samueldr>
that's a new one to me
<samueldr>
and that explains it I think # CONFIG_DEVTMPFS is not set
tilpner has quit [Quit: WeeChat 2.6]
<craige>
I was taking a poke around postmarketOS yesterday samueldr and saw that according to their docs, they've been unable to make calls on *any* device yet. :/