diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-06-15 15:03:52 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-06-16 03:43:06 +0200 |
commit | f06390d50453f941ab03fa695788b13bc70f4fbd (patch) | |
tree | c5881a311b46352ec813ce3aadc2188481e79812 /mkosi.conf.d | |
parent | meson: drop non-existent test directories (diff) | |
download | systemd-f06390d50453f941ab03fa695788b13bc70f4fbd.tar.xz systemd-f06390d50453f941ab03fa695788b13bc70f4fbd.zip |
mkosi: install HyperScale repository for CentOS 8
Preparation for bumping meson requirement higher than 0.56.2.
Diffstat (limited to 'mkosi.conf.d')
-rw-r--r-- | mkosi.conf.d/11-centos-8/mkosi.reposdir/CentOS-Stream-Hyperscale.repo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mkosi.conf.d/11-centos-8/mkosi.reposdir/CentOS-Stream-Hyperscale.repo b/mkosi.conf.d/11-centos-8/mkosi.reposdir/CentOS-Stream-Hyperscale.repo new file mode 100644 index 0000000000..c520c6f1e8 --- /dev/null +++ b/mkosi.conf.d/11-centos-8/mkosi.reposdir/CentOS-Stream-Hyperscale.repo @@ -0,0 +1,7 @@ +[centos-hyperscale] +name=CentOS Stream $releasever - Hyperscale +mirrorlist=http://mirrorlist.centos.org/?release=$stream&arch=$basearch&repo=hyperscale-packages-main +#baseurl=http://mirror.centos.org/$contentdir/$stream/hyperscale/$basearch/packages-main/ +gpgcheck=1 +enabled=1 +gpgkey=https://git.centos.org/rpms/centos-release-hyperscale/raw/c8s-sig-hyperscale/f/SOURCES/RPM-GPG-KEY-CentOS-SIG-HyperScale |