From 661c4c32d26b1dd4fffa10b528d66ff417adbe45 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 20 Feb 2017 20:48:50 +0100 Subject: [PATCH] [suse] remove --no-confirm from zypper invocation this is basically the deprecated version of --non-interactive, which is already being used, so this is duplicate and only causes warnings but doesn't help with anything Change-Id: Ic98790461636c4136b7005bdc31ce08f8ca81e0f --- elements/zypper-minimal/root.d/08-zypper-chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/zypper-minimal/root.d/08-zypper-chroot b/elements/zypper-minimal/root.d/08-zypper-chroot index 81d491761..cb7909ae2 100755 --- a/elements/zypper-minimal/root.d/08-zypper-chroot +++ b/elements/zypper-minimal/root.d/08-zypper-chroot @@ -37,7 +37,7 @@ function cleanup() { trap cleanup EXIT ZYPPER_TARGET_OPTS="--non-interactive --gpg-auto-import-keys --root $TARGET_ROOT" -ZYPPER_INSTALL_OPTS="--no-confirm --no-recommends" +ZYPPER_INSTALL_OPTS="--no-recommends" for repo in ${ZYPPER_REPOS}; do reponame=repo-${repo%%=>*}