James Hilliard
James Hilliard
> On what distribution are we trying to have the insane combination of (a) busybox and (b) trying to use e2scrub? I was running into this issue with [buildroot](https://buildroot.org/).
Maybe for portability it would make sense to just rewrite `e2scrub_all` to be a small helper binary as opposed to a shell script.
> Buildroot is building X.org. How is X.org related to e2scrub_all? > So why the heck are you trying to make e2scrub_all work with busybox? It's being invoked by [this...
What's the point of the `-e` option anyways here? I'm not seeing how it affects the exit code at all, can we not just use `readlink -q -s /dev/mapper/*.e2scrub*` instead?
> readlink -e will not return any text if the symlink points to a non-existent file But we don't care about text at all, only exit code right? I guess...
@tianyuanhao Not sure we want to unconditionally disable it when it should be possible make the install conditional on its dependencies being present. The following e2fsprogs configure options seem to...
Possible fix for this in [#9322](https://github.com/rust-lang/cargo/pull/9322).
I extracted some of the certificates from a firmware image but they probably aren't going to be much use without the signing key. Does someone have a copy of `_sig.data`...
If the md5 matches the files should be identical(unless they are deliberately generating md5 collisions), if you want to check for sure use sha256 which is a cryptograhpically secure hash...
Please send this as a patch to the mailing list, this project does not accept contributions via github, see: https://sbabic.github.io/swupdate/contributing.html