diff options
author | Wolfgang Müller | 2024-09-19 09:55:40 +0200 |
---|---|---|
committer | Wolfgang Müller | 2024-09-19 09:55:40 +0200 |
commit | ad0017ddae02a15d48ea0d37291d9ecb9e36ab13 (patch) | |
tree | 2ba6e9a50f74e33c2f71ca0eed8dc2624179ccd0 /templates | |
parent | c08d9b706a19de5b35704170971959382327bc74 (diff) | |
download | kernfrag-ad0017ddae02a15d48ea0d37291d9ecb9e36ab13.tar.gz |
Simplify handling of KVM-based options
Where before we had a profile/vm fragment that was set on nearly every
host we administer, now make sure to enable KVM unconditionally and put
CPU-specific KVM options into the CPU profiles.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/albatross | 1 | ||||
-rw-r--r-- | templates/base | 1 | ||||
-rw-r--r-- | templates/coleridge | 1 | ||||
-rw-r--r-- | templates/nabokov | 1 |
4 files changed, 1 insertions, 3 deletions
diff --git a/templates/albatross b/templates/albatross index 2a218cf..f3b9032 100644 --- a/templates/albatross +++ b/templates/albatross @@ -16,5 +16,4 @@ hosts/albatross net/bluetooth profile/desktop profile/systemd -profile/vm security/tpm diff --git a/templates/base b/templates/base index 6527d4f..5169a1b 100644 --- a/templates/base +++ b/templates/base @@ -5,6 +5,7 @@ base/modules base/net base/security base/tasks +base/vm drivers/i2c drivers/pci drivers/sata diff --git a/templates/coleridge b/templates/coleridge index 3261442..d6b7c06 100644 --- a/templates/coleridge +++ b/templates/coleridge @@ -4,5 +4,4 @@ devices/net/r8169 drivers/raid hosts/coleridge profile/server -profile/vm security/audit diff --git a/templates/nabokov b/templates/nabokov index f35afd1..3f10cd5 100644 --- a/templates/nabokov +++ b/templates/nabokov @@ -12,4 +12,3 @@ hosts/nabokov net/bluetooth profile/desktop profile/systemd -profile/vm |