2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-05-09 10:10:10 +00:00

Rename common to 'default'

This commit is contained in:
Jarrod Johnson
2021-06-14 14:37:40 -04:00
parent 870c8255f4
commit 15f5ec9362
5 changed files with 1 additions and 2 deletions
@@ -41,8 +41,7 @@ for os in el8; do
mkdir ${os}disklessout
cd ${os}disklessout
cp -a ../opt .
#TODO: actually have el8 stateless content
#cp -a ../${os}-diskless/initramfs/* .
cp -a ../${os}-diskless/initramfs/* .
cp -a ../common/* .
cp -a ../stateless-bin/* opt/confluent/bin
find . | cpio -H newc -o > ../addons.cpio