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 | |
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')
-rw-r--r-- | templates/albatross | 1 | ||||
-rw-r--r-- | templates/base | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/templates/albatross b/templates/albatross index 4c65b33..15be341 100644 --- a/templates/albatross +++ b/templates/albatross @@ -1,4 +1,5 @@ boot/efi +compression/zstd cpu/amd cpu/amd-zen3 devices/input/playstation 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 |