From 7618fa8b634ca65d2ca0107c27e1624e41007fd8 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 30 Jan 2024 14:21:25 -0500 Subject: [PATCH] Add diskless links --- confluent_osdeploy/confluent_osdeploy-aarch64.spec.tmpl | 1 + confluent_osdeploy/confluent_osdeploy.spec.tmpl | 1 + 2 files changed, 2 insertions(+) diff --git a/confluent_osdeploy/confluent_osdeploy-aarch64.spec.tmpl b/confluent_osdeploy/confluent_osdeploy-aarch64.spec.tmpl index add86e6c..db2df9f0 100644 --- a/confluent_osdeploy/confluent_osdeploy-aarch64.spec.tmpl +++ b/confluent_osdeploy/confluent_osdeploy-aarch64.spec.tmpl @@ -27,6 +27,7 @@ mkdir -p stateless-bin cp -a el8bin/* . ln -s el8 el9 ln -s ubuntu22.04 ubuntu24.04 +ln -s ubuntu22.04-diskless ubuntu24.04-diskless for os in rhvh4 el7 genesis el8 suse15 ubuntu20.04 ubuntu22.04 ubuntu24.04 coreos el9; do mkdir ${os}out cd ${os}out diff --git a/confluent_osdeploy/confluent_osdeploy.spec.tmpl b/confluent_osdeploy/confluent_osdeploy.spec.tmpl index 07506bbf..b8cdca12 100644 --- a/confluent_osdeploy/confluent_osdeploy.spec.tmpl +++ b/confluent_osdeploy/confluent_osdeploy.spec.tmpl @@ -29,6 +29,7 @@ This contains support utilities for enabling deployment of x86_64 architecture s #cd .. ln -s el8 el9 ln -s ubuntu22.04 ubuntu24.04 +ln -s ubuntu22.04-diskless ubuntu24.04-diskless for os in rhvh4 el7 genesis el8 suse15 ubuntu18.04 ubuntu20.04 ubuntu22.04 ubuntu24.04 coreos el9; do mkdir ${os}out cd ${os}out