mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Package up suse diskless support
This commit is contained in:
parent
76f3537a79
commit
9ad5f52eed
@ -37,7 +37,7 @@ for os in rhvh4 el7 genesis el8 suse15 ubuntu20.04 coreos; do
|
||||
mv ../addons.cpio .
|
||||
cd ..
|
||||
done
|
||||
for os in el8; do
|
||||
for os in el8 suse15; do
|
||||
mkdir ${os}disklessout
|
||||
cd ${os}disklessout
|
||||
cp -a ../opt .
|
||||
|
@ -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 el8 opt/confluent/lib/imgutil/
|
||||
mv suse15 el8 opt/confluent/lib/imgutil/
|
||||
|
||||
%install
|
||||
cp -a opt %{buildroot}/
|
||||
|
Loading…
Reference in New Issue
Block a user