We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529e8b2 commit 679ddabCopy full SHA for 679ddab
package-managers/qubes-download-dom0-updates.sh
@@ -13,6 +13,8 @@ elif [ -f "$DOM0_UPDATES_DIR/etc/yum.conf" ]; then
13
fi
14
# DNF uses /etc/yum.repos.d, even when --installroot is specified
15
OPTS+=("--setopt=reposdir=$DOM0_UPDATES_DIR/etc/yum.repos.d")
16
+# DNF does not find the right vars dir automatically when --installroot is used
17
+OPTS+=("--setopt=varsdir=$DOM0_UPDATES_DIR/etc/yum/vars")
18
CLEAN_OPTS=("${OPTS[@]}")
19
# DNF verifies signatures implicitly, but yumdownloader does not.
20
SIGNATURE_REGEX=""
0 commit comments