Nick Labich

Results 14 comments of Nick Labich

This [repo](https://github.com/labichn/step-ex) might shed a little light on what I'm trying to accomplish. I can build a read-only offline root CA image with [no manual input](https://github.com/labichn/step-ex/blob/a235957fc0f45f4d8912052abf330590c7d7f29a/root-ca/mkosi.finalize#L6). I can build almost...

@EmiiKhaos I'm not familiar with that feature, but at a glance it seems to share a single `ApiGatewayRestApi` value among multiple stacks. If each stack has a resource named `ApiGatewayRestApi`...

@kyleheadley, was this completed in the OOPSLA push?

@matthewhammer intends to work on this at some point, let me know if that changes. I'd suggest a single file structured similarly to the Trie code (`SpreadTree.List(D : Data.S)`, `SpreadTree.Rope(D...

Graphmovie was indispensable for debugging the initial implementation, but has been excised during the reorganization for the same reason the logging was. We need a disciplined way to reintroduce it.

Title and description updated, I've found the issue is not exclusive to encrypted roots. @DaanDeMeyer, let me know if I've just got this configured incorrectly, but AFAICT this isn't working...

Workaround for anyone running into the same issue: swap in a tmpfs for the root partition via `systemd.volatile=yes` and the factory reset of the root partition succeeds. The following UKI...

BTW @gdonval, @behrmann, this copy issue doesn't seem to be XFS-specific, `cp ... --preserve=xattr` fails on a cross-device copy between two BTRFS filesystems (/ and a LUKS-device-backed BTRFS homed) when...

> If it is from coreutils, can I get the exact coreutils version? It is: `cp (GNU coreutils) 9.7`, from Arch's core/coreutils 9.7-1. I tried to cut down my laptop's...