From c759dcfe15df938dfd3f242734789898abc22ae3 Mon Sep 17 00:00:00 2001 From: Marek Marczykowski Date: Tue, 14 Feb 2012 21:08:48 +0100 Subject: [PATCH] vm/dom0-update: suppress annoying yum warning (#437) This is workaround of yum bug: when --installroot given its also set different config path (inside this install root), but then issue warning because implicit config path is different than explicit --config option (which was empty). --- misc/qubes_download_dom0_updates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/qubes_download_dom0_updates.sh b/misc/qubes_download_dom0_updates.sh index 1b76e19f..b6dc4fc9 100755 --- a/misc/qubes_download_dom0_updates.sh +++ b/misc/qubes_download_dom0_updates.sh @@ -6,7 +6,7 @@ DOIT=0 GUI=1 CLEAN=0 CHECK_ONLY=0 -OPTS="--installroot $DOM0_UPDATES_DIR" +OPTS="--installroot $DOM0_UPDATES_DIR --config=$DOM0_UPDATES_DIR/etc/yum.conf" PKGLIST= while [ -n "$1" ]; do case "$1" in