fuel-main/image
Vladimir Kozhukalov 39990f503d Install rpm packages one by one using xargs and yum
The thing is that when using 'yum install package1 package2'
yum is not going to fail if one of the packages fails to
install. Instead we use 'echo package1 package2 | xargs -n1 yum install'
to install them in turn.

Change-Id: I878d6c2589636aa39495c0fefc0c1dc9f1b33a56
Closes-Bug: #1465388
2015-09-21 18:30:11 +03:00
..
centos Install rpm packages one by one using xargs and yum 2015-09-21 18:30:11 +03:00
module.mk Separate MOS Ubuntu from upstream 2015-03-24 14:14:06 +02:00