]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Install perf in the default images
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 20 Dec 2023 10:32:59 +0000 (11:32 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 20 Dec 2023 11:33:38 +0000 (12:33 +0100)
mkosi.conf.d/20-arch.conf
mkosi.conf.d/20-centos-fedora/mkosi.conf
mkosi.conf.d/20-debian/mkosi.conf
mkosi.conf.d/20-opensuse.conf
mkosi.conf.d/20-ubuntu.conf

index 77a09161095b0e7cee8da730211c4d40de402182..40bf9762e8ba00ec7fc67150abe9557628cd4fc6 100644 (file)
@@ -30,6 +30,7 @@ Packages=
         openssh
         openssl
         pacman
+        perf
         pesign
         python-cryptography
         qemu-base
index ba2c34bf3bf119f31e934203f6a7b02b50206986..11b60b164e2f6abefd865a5a5708d510a0681951 100644 (file)
@@ -28,6 +28,7 @@ Packages=
         openssh-clients
         openssh-server
         openssl
+        perf
         python3-cryptography
         qemu-kvm-core
         shadow-utils
index 14ac8a1522638279efc41a961872b7a1b8cfe346..71f6934e61bd996f625cf403e1b4d3153df9f3fc 100644 (file)
@@ -6,3 +6,7 @@ Distribution=debian
 [Distribution]
 @Release=unstable
 Repositories=non-free-firmware
+
+[Content]
+Packages=
+        linux-perf
index c1e4f00899305baa6e4a291b2a3379eb3074e67f..72ea8b37d5e467c371e0989bf1bce565b09b01fc 100644 (file)
@@ -32,6 +32,7 @@ Packages=
         openssl
         ovmf
         pesign
+        perf
         qemu-headless
         sbsigntools
         shadow
index aac6f28abce258ff478413e4a93993dded91b0ee..83933dab39a98be611ffdf497ef672af53859600 100644 (file)
@@ -10,3 +10,4 @@ Repositories=universe
 [Content]
 Packages=
         linux-image-generic # TODO: Switch to linux-virtual once it supports reading credentials from SMBIOS.
+        linux-tools-generic