mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 01:22:00 +00:00
Add el7 diskless draft to packaging
This commit is contained in:
parent
71bcdc2e4e
commit
c6816099f7
@ -44,7 +44,7 @@ for os in rhvh4 el7 genesis el8 suse15 ubuntu20.04 coreos el9; do
|
||||
mv ../addons.cpio .
|
||||
cd ..
|
||||
done
|
||||
for os in el8 suse15 el9 ubuntu20.04; do
|
||||
for os in el7 el8 suse15 el9 ubuntu20.04; do
|
||||
mkdir ${os}disklessout
|
||||
cd ${os}disklessout
|
||||
if [ -d ../${os}bin ]; then
|
||||
|
@ -20,7 +20,7 @@ mkdir -p opt/confluent/lib/imgutil
|
||||
mkdir -p opt/confluent/bin
|
||||
mv imgutil opt/confluent/bin/
|
||||
chmod a+x opt/confluent/bin/imgutil
|
||||
mv ubuntu suse15 el8 opt/confluent/lib/imgutil/
|
||||
mv ubuntu suse15 el7 el8 opt/confluent/lib/imgutil/
|
||||
|
||||
%install
|
||||
cp -a opt %{buildroot}/
|
||||
|
Loading…
Reference in New Issue
Block a user