r9-devel initial commit

Signed-off-by: Dylan Redding <dzr0001@gmail.com>
This commit is contained in:
Dylan Redding 2023-06-09 23:45:49 +00:00
parent 9d39f70686
commit a69173d7ff
Signed by: dylanzr
GPG Key ID: 63608B442F5AECC3
6 changed files with 15 additions and 10 deletions

View File

@ -1,5 +1,5 @@
RELEASE_VER_MAJOR = 8
RELEASE_VER_MINOR = 7
RELEASE_VER_MAJOR = 9
RELEASE_VER_MINOR = 2
ARCH = $(shell uname -m)
RELEASE_NAME = rocky-linux-ostree-$(ARCH)-$(RELEASE_VER_MAJOR).$(RELEASE_VER_MINOR)
DEFAULT_OSTREE_REMOTE = https://dl.rockylinux.org/pub/sig/$(RELEASE_VER_MAJOR)/ostree/$(ARCH)/standard/
@ -26,7 +26,7 @@ mirror: init
.PHONY: tree
tree:
rpm-ostree compose tree --repo=./repo --cachedir=./cache --unified-core ../manifest.8-minimal.yaml && \
rpm-ostree compose tree --repo=./repo --cachedir=./cache --unified-core ../manifest.9-minimal.yaml && \
ostree summary --repo=./repo --update
.PHONY: iso

View File

@ -1,6 +1,6 @@
ostreesetup --nogpg --osname=rockylinux --remote=rockylinux --url=https://dl.rockylinux.org/pub/sig/8/ostree/x86_64/standard/ --ref=rockylinux/8/x86_64/minimal/devel
ostreesetup --nogpg --osname=rockylinux --remote=rockylinux --url=https://dl.rockylinux.org/pub/sig/9/ostree/x86_64/standard/ --ref=rockylinux/9/x86_64/minimal/devel
%post --erroronfail
rm -f /etc/ostree/remotes.d/rockylinux.conf
ostree remote add --no-gpg-verify rockylinux https://dl.rockylinux.org/pub/sig/8/ostree/x86_64/standard/
ostree remote add --no-gpg-verify rockylinux https://dl.rockylinux.org/pub/sig/9/ostree/x86_64/standard/
%end

View File

@ -3,7 +3,7 @@ variables:
stream: devel
prod: false
releasever: 8
releasever: 9
repovars:
rltype: ${rltype}

View File

@ -1,11 +1,11 @@
# Anything specific to making x86_64 work
packages:
- grub2-efi-ia32
# - grub2-efi-ia32
- grub2-efi-x64
- grub2-pc
- ostree-grub2
- efibootmgr
- shim-ia32
# - shim-ia32
- shim-x64
- microcode_ctl
- mcelog

View File

@ -21,7 +21,7 @@ packages:
# - dbus
# - ed
- file
- iptstate
# - iptstate
# - irqbalance
# - kpatch
- logrotate

View File

@ -27,4 +27,9 @@ postprocess:
# THIS IS ONLY NEEDED FOR 8.6 AND LOWER
# Workaround for https://github.com/coreos/rpm-ostree/pull/3623 which is not included until rpm-ostree v2022.08
# sed -i 's/InaccessiblePaths=/InaccessiblePaths=-/g' /usr/lib/systemd/system/rpm-ostreed.service
# sed -i 's/InaccessiblePaths=/InaccessiblePaths=-/g' /usr/lib/systemd/system/rpm-ostreed.service
# See: https://pagure.io/fork/siosm/workstation-ostree-config/c/9dc9105ddbcfe18c83bf4b0c6a75a2d3e794b385
# and https://github.com/coreos/rpm-ostree/issues/3270#issuecomment-995160984
# Remove loader directory causing issues in Anaconda in unified core mode
rm -rf /usr/lib/ostree-boot/loader