From 6484b9b02638e279854feb74edd526eab8e9c269 Mon Sep 17 00:00:00 2001 From: Ghe Rivero Date: Tue, 7 Oct 2014 18:37:59 +0000 Subject: [PATCH] Move install bin from rpm-distro to yum rpm-distro element was trying to install bin programs into the image but it doesn't provide any. Move that logic into the yum element which provides the install-packages bin. Change-Id: Id5339fc7ffbef6327fe41f50a3e39ab30b6d0320 --- .../pre-install.d/01-yum-install-bin} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename elements/{rpm-distro/pre-install.d/01-rpm-distro-install-bin => yum/pre-install.d/01-yum-install-bin} (100%) diff --git a/elements/rpm-distro/pre-install.d/01-rpm-distro-install-bin b/elements/yum/pre-install.d/01-yum-install-bin similarity index 100% rename from elements/rpm-distro/pre-install.d/01-rpm-distro-install-bin rename to elements/yum/pre-install.d/01-yum-install-bin