armbian-next: rootfs: introduce ROOTFS_COMPRESSION_RATIO, default 5 for general use, default 15 for rootfs CLI; fix pv | tar bug; remove GPG signing

- Remove PGP signing from the script as its done in GHA
- Also remove generating .current control file as its obsolete in this design

Co-authored-by: Ricardo Pardini <ricardo@pardini.net>
This commit is contained in:
Igor
2023-01-24 13:02:59 +01:00
committed by Ricardo Pardini
parent 1cec42392e
commit 00bc1b4a1e
3 changed files with 21 additions and 14 deletions

View File

@@ -23,7 +23,6 @@ function armbian_register_commands() {
["distccd"]="distccd" # implemented in cli_distccd_pre_run and cli_distccd_run
["rootfs"]="rootfs" # implemented in cli_rootfs_pre_run and cli_rootfs_run
["rootfs-cache"]="rootfs" # idem, alias
# shortcuts, see vars set below. the use legacy single build, and try to control it via variables
["kernel"]="standard_build"