diff --git a/confluent_osdeploy/confluent_osdeploy.spec.tmpl b/confluent_osdeploy/confluent_osdeploy.spec.tmpl index 95ad9088..8b021e06 100644 --- a/confluent_osdeploy/confluent_osdeploy.spec.tmpl +++ b/confluent_osdeploy/confluent_osdeploy.spec.tmpl @@ -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 diff --git a/confluent_osdeploy/utils/Makefile b/confluent_osdeploy/utils/Makefile index e9cb8773..e863b810 100644 --- a/confluent_osdeploy/utils/Makefile +++ b/confluent_osdeploy/utils/Makefile @@ -1,6 +1,6 @@ CC := gcc CFLAGS := -Os -TARGETS := copernicus autocons start_root +TARGETS := copernicus autocons start_root confluent_imginfo all: $(TARGETS) clortho urlmount