aboutsummaryrefslogtreecommitdiffstats
path: root/build/make_repo.sh
diff options
context:
space:
mode:
authorbaigk <baiguoku@huawei.com>2015-09-12 13:55:40 +0800
committerbaigk <baiguoku@huawei.com>2015-09-12 16:28:25 +0800
commit6fec88cd73e388a14dcfdad812781667e5f9a668 (patch)
treefbe8e182526c29a83e1f9f5d97d0ac265191433e /build/make_repo.sh
parent6ec9d66787b01e710de5514f377830a94e32a4d2 (diff)
bug fix:support centos 7.1 deployment
JIRA: COMPASS-46 Change-Id: I4003c843b34509d44b45d0235fdf66d9114ff8d5 Signed-off-by: baigk <baiguoku@huawei.com>
Diffstat (limited to 'build/make_repo.sh')
-rwxr-xr-xbuild/make_repo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/make_repo.sh b/build/make_repo.sh
index 1329300f..8ef3c448 100755
--- a/build/make_repo.sh
+++ b/build/make_repo.sh
@@ -148,7 +148,7 @@ function make_all_repo()
make_repo --os-ver rhel7 --package-tag juno \
--ansible-dir $WORK_PATH/deploy/adapters/ansible \
--tmpl RedHat_juno.tmpl \
- --default-package "strace net-tools wget vim openssh-server dracut-config-rescue dracut-network" \
+ --default-package "rsyslog strace net-tools wget vim openssh-server dracut-config-rescue dracut-network" \
--special-package ""
}