From 3422f3cdc589c310c37c9dd5e10602c4288534ce Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 2 Dec 2020 09:05:36 -0500 Subject: [PATCH] Add and comment use of the installedargs in SUSE With the support in addons, hook it in the profile. --- confluent_osdeploy/suse15/profiles/hpc/autoyast | 1 + confluent_osdeploy/suse15/profiles/hpc/profile.yaml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/confluent_osdeploy/suse15/profiles/hpc/autoyast b/confluent_osdeploy/suse15/profiles/hpc/autoyast index f38bdc9c..9199d566 100644 --- a/confluent_osdeploy/suse15/profiles/hpc/autoyast +++ b/confluent_osdeploy/suse15/profiles/hpc/autoyast @@ -28,6 +28,7 @@ dynamic behavior and replace with static configuration. %%ENDIFSLE%% + %%IFSLE%% diff --git a/confluent_osdeploy/suse15/profiles/hpc/profile.yaml b/confluent_osdeploy/suse15/profiles/hpc/profile.yaml index a582ad16..99e1a44d 100644 --- a/confluent_osdeploy/suse15/profiles/hpc/profile.yaml +++ b/confluent_osdeploy/suse15/profiles/hpc/profile.yaml @@ -1,2 +1,3 @@ label: %%DISTRO%% %%VERSION%% %%ARCH%% (Default Profile) -kernelargs: quiet +kernelargs: quiet # These arguments are passed to the installer +#installedargs: example # These arguments would be added to the installed system