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

Add confluent_imgutil to addons

This commit is contained in:
Jarrod Johnson 2021-07-15 14:42:26 -04:00
parent 9458d33cc5
commit e43e5ac167
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ mkdir -p opt/confluent/bin
mkdir -p stateless-bin
cd utils
make all
cp copernicus clortho autocons ../opt/confluent/bin
cp confluent_imginfo copernicus clortho autocons ../opt/confluent/bin
cp start_root urlmount ../stateless-bin/
cd ..
for os in rhvh4 el7 genesis el8 suse15 ubuntu20.04 coreos; do

View File

@ -1,6 +1,6 @@
CC := gcc
CFLAGS := -Os
TARGETS := copernicus autocons start_root
TARGETS := copernicus autocons start_root confluent_imginfo
all: $(TARGETS) clortho urlmount