2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Prep for diskless specific profile categories

This commit is contained in:
Jarrod Johnson 2021-06-03 18:20:47 -04:00
parent 8228c345bc
commit bf158bc5aa

View File

@ -41,7 +41,7 @@ for os in el8; do
mkdir ${os}disklessout
cd ${os}disklessout
cp -a ../opt .
cp -a ../${os}/initramfs/* .
cp -a ../${os}-diskless/initramfs/* .
cp -a ../common/* .
cp -a ../stateless-bin/* opt/confluent/bin
find . | cpio -H newc -o > ../addons.cpio