HACK: Bring in unpublished pkgs for image creation
This commit is contained in:
Executable
+6
@@ -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
|
||||
Executable
+3
@@ -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"
|
||||
+4
@@ -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
|
||||
Reference in New Issue
Block a user