diff options
author | Wolfgang Müller | 2024-09-19 09:56:58 +0200 |
---|---|---|
committer | Wolfgang Müller | 2024-09-19 09:56:58 +0200 |
commit | 856527f82a9dbd15d2ddfd951962e00eb5764a01 (patch) | |
tree | a4c1960e8ddd64788a59a7bc67840f56a689c8e8 /templates | |
parent | ad0017ddae02a15d48ea0d37291d9ecb9e36ab13 (diff) | |
download | kernfrag-856527f82a9dbd15d2ddfd951962e00eb5764a01.tar.gz |
fragments: Add base/compression
For now this will only include support for zstd. This is generic enough
to keep in a base profile.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base b/templates/base index 5169a1b..867bd48 100644 --- a/templates/base +++ b/templates/base @@ -1,5 +1,6 @@ base/acpi base/common +base/compression base/crypto base/modules base/net |