(WiP) wyng-backups requirements#1211
Draft
tlaurion wants to merge 1 commit intolinuxboot:masterfrom
Draft
Conversation
68fa426 to
25ce08a
Compare
…ot support modules/busybox: version bump to have better ash<-> bash compatibility config/busybox.config: add truncate and other needed stuff initd/etc/lvm/lvm.config: deactivate thin-provisioning binaries lookup modules/blake2: bsum2 checksuming support (wyng-backups requirement, not under busybox) modules/zstd: zstd 1.4.9 support (best compression algo, thanks to facebook. wyng-backup-extract.sh requirement) - pass ZSTD_LIB_MINIFY=1 to build to have -Os and other space optimized build Makefile: add glue to pack blake2 and zstd if configured in board boards/x230-hotp-maximized: add blake2 and zstd modules (working) PR for wyng-extract (non-working.... still in the process of removing bashisms but was not completely successful): tasket/wyng-backup#104 missing: softlink to have zstdcat (have to create it manually under Heads as of now, tried to replicated busybox do call for symlink, but the target is just skipped.
25ce08a to
ba8599a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR for wyng-extract (non-working.... still in the process of removing bashisms but was not completely successful): tasket/wyng-backup#104