From 85263cdee894d1f1e3bca21a8d18264ef530c4d5 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Wed, 12 Feb 2014 08:02:36 -0500 Subject: [PATCH] Fix bogus variable reference in mkimage-yum.sh Fixes this: https://github.com/dotcloud/docker/commit/d419da7227826e84e9375ece4fd9d4978a42cbf7#commitcomment-5344982 Docker-DCO-1.1-Signed-off-by: Chris St. Pierre (github: stpierre) --- contrib/mkimage-yum.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/mkimage-yum.sh b/contrib/mkimage-yum.sh index 54e99f1f04..d7ffdc1902 100755 --- a/contrib/mkimage-yum.sh +++ b/contrib/mkimage-yum.sh @@ -51,7 +51,7 @@ done yum -c "$yum_config" --installroot="$target" --setopt=tsflags=nodocs \ --setopt=group_package_types=mandatory -y groupinstall Core -yum -c "$yum_config" --installroot="$mount" -y clean all +yum -c "$yum_config" --installroot="$target" -y clean all cat > "$target"/etc/sysconfig/network <