diff options
author | Wolfgang Müller | 2024-09-27 10:32:17 +0200 |
---|---|---|
committer | Wolfgang Müller | 2024-09-27 10:32:17 +0200 |
commit | a0bac7b44ba22022f291c10c5d893c40ea22c2f9 (patch) | |
tree | 18534c0c7686f86db5a102e522a0ee8d4a0af77f /templates/base | |
parent | 12b1eb1fc7a24309f1adc1ef29d61235e4f8904d (diff) | |
download | kernfrag-a0bac7b44ba22022f291c10c5d893c40ea22c2f9.tar.gz |
fragments: Use compression/zstd instead of base/compression
We don't want to have zstd compression on every machine, so get this
particular option out of the base/ directory. For now wee only use this
on albatross.
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/base b/templates/base index 867bd48..5169a1b 100644 --- a/templates/base +++ b/templates/base @@ -1,6 +1,5 @@ base/acpi base/common -base/compression base/crypto base/modules base/net |