From e24a3a7231ac9be1a61b3006c5145a18b98f1d61 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 24 Jun 2021 08:27:55 -0400 Subject: [PATCH] Change media_url Have autoyast file pass validation and adapt the processing to work with it. --- .../suse15/profiles/hpc/autoyast | 18 +++++++++--------- .../suse15/profiles/hpc/scripts/pre.sh | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/confluent_osdeploy/suse15/profiles/hpc/autoyast b/confluent_osdeploy/suse15/profiles/hpc/autoyast index 8f7566e8..cb05e2a0 100644 --- a/confluent_osdeploy/suse15/profiles/hpc/autoyast +++ b/confluent_osdeploy/suse15/profiles/hpc/autoyast @@ -18,15 +18,15 @@ dynamic behavior and replace with static configuration. %%IFSLE%% - - sle-module-basesystem/Module-Basesystem - sle-module-hpc/Module-HPC - sle-module-server-applications/Module-Server-Applications - sle-module-containers/Module-Containers - SLE_HPC/Product-HPC - Legacy-Module/Module-Legacy - - + + sle-module-basesystem/Module-Basesystem + sle-module-hpc/Module-HPC + sle-module-server-applications/Module-Server-Applications + sle-module-containers/Module-Containers + SLE_HPC/Product-HPC + Legacy-Module/Module-Legacy + + %%ENDIFSLE%% diff --git a/confluent_osdeploy/suse15/profiles/hpc/scripts/pre.sh b/confluent_osdeploy/suse15/profiles/hpc/scripts/pre.sh index 25e4fda0..72592f7c 100644 --- a/confluent_osdeploy/suse15/profiles/hpc/scripts/pre.sh +++ b/confluent_osdeploy/suse15/profiles/hpc/scripts/pre.sh @@ -44,4 +44,4 @@ if grep append /tmp/bootloader.xml > /dev/null; then fi sed -i 's#root#root'"$(tr -d '\n' < /tmp/rootkeys.xml)"'#' /tmp/profile/modified.xml sed -i 's@/hwclock>@/hwclock>'"$(tr -d '\n' < /tmp/timezone)"'@' /tmp/profile/modified.xml -sed -i 's@@'"$(tr -d '\n' < /tmp/pkgurl)"'@' /tmp/profile/modified.xml +sed -i 's@@'"$(tr -d '\n' < /tmp/pkgurl)"'@' /tmp/profile/modified.xml