HACK: Bring in unpublished pkgs for image creation

This commit is contained in:
2026-08-14 18:36:56 +08:00
parent 38c71afb72
commit eb84ed2bea
4 changed files with 16 additions and 0 deletions
@@ -0,0 +1,6 @@
#!/usr/bin/env sh
dnf --forcearch riscv64 --installroot="${ROOTFS_DIR}" \
--repofrompath=mytemprepo,https://repo.build.openruyi.cn/home:/SalimTerryLi:/branches:/dracut/rva23/ \
--setopt="mytemprepo.priority=1" \
update -y dracut
@@ -0,0 +1,3 @@
#!/usr/bin/env sh
sed -i 's#https://boat.openruyi.cn/stable/rva23/#https://repo.build.openruyi.cn/openruyi/riscv64/#' "${ROOTFS_DIR}/etc/yum.repos.d/openruyi.repo"
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
# Overrides the one from base receipe
true
@@ -0,0 +1,3 @@
RECEIPE_NAME := obsrepo
COMPRESSION := zstd
EXTENDS := base