diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-18 08:46:14 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-18 11:52:01 +0200 |
commit | 773f2e9633677298985c1f2991556aeed60c2843 (patch) | |
tree | 51549b33ada137e9e73521280dbd7efa17d8ecca /mkosi.conf.d | |
parent | mkosi: Streamline running the integration tests without building systemd (diff) | |
download | systemd-773f2e9633677298985c1f2991556aeed60c2843.tar.xz systemd-773f2e9633677298985c1f2991556aeed60c2843.zip |
mkosi: Build CentOS Stream 10 images by default
CentOS Stream 10 has a newer util-linux which means the terminal
gets correctly resized to the size specified by mkosi. This is a
much nicer experience than CentOS Stream 9 where you're stuck on
80x24 so let's make CentOS Stream 10 the default release to build.
Diffstat (limited to 'mkosi.conf.d')
-rw-r--r-- | mkosi.conf.d/10-centos/mkosi.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkosi.conf.d/10-centos/mkosi.conf b/mkosi.conf.d/10-centos/mkosi.conf index 88b863c5a0..c9c570375d 100644 --- a/mkosi.conf.d/10-centos/mkosi.conf +++ b/mkosi.conf.d/10-centos/mkosi.conf @@ -4,7 +4,7 @@ Distribution=centos [Distribution] -Release=9 +Release=10 [Content] Environment= |