Compare commits

...

1 Commits

Author SHA1 Message Date
a69173d7ff
r9-devel initial commit
Signed-off-by: Dylan Redding <dzr0001@gmail.com>
2023-06-09 23:45:49 +00:00
6 changed files with 15 additions and 10 deletions

View File

@ -1,5 +1,5 @@
RELEASE_VER_MAJOR = 8 RELEASE_VER_MAJOR = 9
RELEASE_VER_MINOR = 7 RELEASE_VER_MINOR = 2
ARCH = $(shell uname -m) ARCH = $(shell uname -m)
RELEASE_NAME = rocky-linux-ostree-$(ARCH)-$(RELEASE_VER_MAJOR).$(RELEASE_VER_MINOR) 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/ DEFAULT_OSTREE_REMOTE = https://dl.rockylinux.org/pub/sig/$(RELEASE_VER_MAJOR)/ostree/$(ARCH)/standard/
@ -26,7 +26,7 @@ mirror: init
.PHONY: tree .PHONY: tree
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 ostree summary --repo=./repo --update
.PHONY: iso .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 %post --erroronfail
rm -f /etc/ostree/remotes.d/rockylinux.conf 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 %end

View File

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

View File

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

View File

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

View File

@ -27,4 +27,9 @@ postprocess:
# THIS IS ONLY NEEDED FOR 8.6 AND LOWER # 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 # 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