From 773f2e9633677298985c1f2991556aeed60c2843 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 18 Jul 2024 08:46:14 +0200 Subject: 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. --- mkosi.conf.d/10-centos/mkosi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkosi.conf.d') 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= -- cgit v1.2.3