diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-06-27 12:49:59 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-06-27 12:50:41 +0200 |
commit | 6f1f13ca9f8db424c613332ec4739e53b2db6fdf (patch) | |
tree | 55efa6ef08d32c14f65f8d3135d65e3d5c410b2d /mkosi.conf.d | |
parent | Merge pull request #33493 from poettering/stub-refactor (diff) | |
download | systemd-6f1f13ca9f8db424c613332ec4739e53b2db6fdf.tar.xz systemd-6f1f13ca9f8db424c613332ec4739e53b2db6fdf.zip |
mkosi: Enable hyperscale-packages-experimental for CentOS
This gets us a kernel with btrfs support.
Diffstat (limited to 'mkosi.conf.d')
-rw-r--r-- | mkosi.conf.d/10-centos.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkosi.conf.d/10-centos.conf b/mkosi.conf.d/10-centos.conf index ae2706c791..ee8d0e5581 100644 --- a/mkosi.conf.d/10-centos.conf +++ b/mkosi.conf.d/10-centos.conf @@ -8,3 +8,4 @@ Distribution=centos Repositories=epel epel-next hyperscale-packages-main + hyperscale-packages-experimental |