From ec37f57f9473c569807879711b850185874635d9 Mon Sep 17 00:00:00 2001 From: "Dongkyun, Son" Date: Tue, 25 Jul 2017 18:46:20 +0900 Subject: [PATCH] Remove coreutils to Packages 'coreutils' can always be required by dependent package, so, it would not be necessary to add it explicitly. This commit prevents mic error caused by package install orders. e.g, /usr/sbin/cynara-db-migration: line 171: mkdir: command not found Change-Id: I87200f1514c063dda1d80f0ff0425fa611d360a1 Signed-off-by: Dongkyun, Son --- patterns/generic-base.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/patterns/generic-base.yaml b/patterns/generic-base.yaml index 79a2b71..6ba3be1 100644 --- a/patterns/generic-base.yaml +++ b/patterns/generic-base.yaml @@ -15,7 +15,6 @@ Packages: - filesystem - systemd - bash -- coreutils - rpm - rpm-security-plugin - default-ac-domains -- 2.7.4