Niccolò Belli
Niccolò Belli
Unfortunately it starts looking like a pnpm quirk with zfs because I've just seen another user hitting the same issue with zfs: https://github.com/pnpm/pnpm/issues/5803#issuecomment-1782951790
Not stale.
Not stale.
@robn did you manage to run the full test suite on a 6.10 kernel?
> Apart from that seems like the Map type references to itself or something because as soon as I try to pass it as an argument through one of my...
I also don't quite understand why `new mapboxgl.Map()` returns `Map$1` instead of `mapboxgl.Map`: 
I've just discovered `org.zfsbootmenu:rootprefix` (https://docs.zfsbootmenu.org/en/v2.3.x/man/zfsbootmenu.7.html) and thus I have been able to pass `root=zfs:zroot/ROOT/arch` instead of `zfs=zroot/ROOT/arch`  Now I get `Failed to mount /sysroot` instead. At this point I...
I've been able to unlock the root account by adding `add_file /etc/shadow /etc/shadow` to `/usr/lib/initcpio/install/sd-zfs`, so with the busybox recovery shell available I've been finally able to run `journalctl -xb`:...
It looks there is a runtime hook for the busybox init which takes care of decrypting and which obviously don't get run with sd-zfs: https://aur.archlinux.org/cgit/aur.git/tree/zfs.initcpio.hook?h=zfs-utils-staging-git#n29
I got it working by adding `ExecStartPost=/usr/bin/zfs load-key zroot` to `zfs-import-root-pool.service` here: https://github.com/archlinuxcn/repo/blob/master/archlinuxcn/zfs-linux-lts-poscat/zfs-root-generator#L110 But it's just an hack: `sd-zfs` needs to implement proper encryption support to be a viable alternative.