diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-09-10 21:16:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-10 21:16:05 +0200 |
| commit | 5cc24ab9e359693428f7f000ae88865427da12f6 (patch) | |
| tree | 14bbf8326d6f687963572873d0dd923cc427b972 /data | |
| parent | 74c1f0724b2dda0457b3419bbae78c2c242f7bee (diff) | |
| parent | b33affb224cf49b47b2f3df8615213d885cf904c (diff) | |
| download | vyos-build-5cc24ab9e359693428f7f000ae88865427da12f6.tar.gz vyos-build-5cc24ab9e359693428f7f000ae88865427da12f6.zip | |
Merge pull request #1027 from asklymenko/patch-1
T7804: Modify SquashFS compression options for ARM64 platform
Diffstat (limited to 'data')
| -rw-r--r-- | data/architectures/arm64.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/architectures/arm64.toml b/data/architectures/arm64.toml index 4d8596c6..0447d846 100644 --- a/data/architectures/arm64.toml +++ b/data/architectures/arm64.toml @@ -3,6 +3,7 @@ packages = [ "grub-efi-arm64", ] bootloaders = "grub-efi" +squashfs_compression_type = "xz -b 256k -always-use-fragments -no-recovery" [additional_repositories.salt] architecture = "arm64" |
