[Libguestfs] [PATCH] use correct repos.d in zypp driver

Olaf Hering olaf at aepfle.de
Thu Apr 11 18:34:23 UTC 2013


A temporary dir used during debugging was added in a previous patch.

Signed-off-by: Olaf Hering <olaf at aepfle.de>
---
 src/supermin_zypp_rpm.ml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/supermin_zypp_rpm.ml b/src/supermin_zypp_rpm.ml
index 4247d09..64cbb43 100644
--- a/src/supermin_zypp_rpm.ml
+++ b/src/supermin_zypp_rpm.ml
@@ -129,7 +129,7 @@ unset LANG ${!LC_*}
 zypper \
 	%s \
 	%s \
-	--root %S --reposd-dir /dev/shm/supermin/zypp/repos.d \
+	--root %S --reposd-dir /etc/zypp/repos.d \
 	--cache-dir %S \
 	--gpg-auto-import-keys \
 	--non-interactive \




More information about the Libguestfs mailing list