James Le Cuirot
James Le Cuirot
Due to lack of time and interest in Gradle, I had to take the recent pull requests in good faith without testing them. Over to you, @msva.
Like most of java-overlay, this hasn't been updated in years so don't expect it to work. Sorry. :cry:
@Flowdalic, @msva, please investigate!
Okay, brain wasn't switched on earlier. I am aware that it does this and I don't like it but I was prepared to allow it in java-overlay if fixing it...
Note to others, it ended up being `readelf -p .note.dlopen`. Dracut doesn't seem to define a minimum systemd version, and obviously we can't require v256+ now, so we'd still need...
I've put that version check together. Reading `.note.dlopen` using the libc's elf.h in dracut-install.c doesn't look too onerous. The problem is that the values are JSON. Do we want to...
[json-c](https://github.com/json-c/json-c) is quite widely used, including by cryptsetup, so it is likely to be present on systems running Dracut. @jozzsi, you asked me to look into this, so please could...
Alternatively, I've just noticed that jq is an optional Dracut dependency already. It seems more useful to the wider project than json-c.
Heh, snap. Yes, that should work.
It's been a few months, but I've now come back around to this after a long detour. It's nearly working using sd-json (rather than jq), but I need to turn...