Skip to content

Commit

Permalink
Replaced arch attribute with condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
lvicoun committed May 20, 2024
1 parent 31199d9 commit 0723428
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DC-Micro-deployment-raw-images
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ STYLEROOT="/usr/share/xml/docbook/stylesheet/suse2022-ns"
DOCBOOK5_RNG_URI="urn:x-suse:rng:v2:geekodoc-flat"
PROFOS="slmicro"
PROFARCH="x86-64"
PROFCONDITION="raw_image;deployment-bare-metal"
PROFCONDITION="raw_image;deployment-bare-metal;x86-64"
#STRUCTID="alp-dolomite"
2 changes: 1 addition & 1 deletion DC-Micro-deployment-raw-images-ibmz
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ IMG_SRC_DIR="images"
STYLEROOT="/usr/share/xml/docbook/stylesheet/suse2022-ns"
DOCBOOK5_RNG_URI="urn:x-suse:rng:v2:geekodoc-flat"
PROFOS="slmicro"
PROFCONDITION="deployment-bare-metal"
PROFCONDITION="deployment-bare-metal;zseries"
PROFARCH="zseries"
2 changes: 1 addition & 1 deletion DC-Micro-deployment-raw-images-virtual-machines
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ STYLEROOT="/usr/share/xml/docbook/stylesheet/suse2022-ns"
DOCBOOK5_RNG_URI="urn:x-suse:rng:v2:geekodoc-flat"
PROFOS="slmicro"
PROFARCH="x86-64"
PROFCONDITION="raw_image;deployment-bare-metal"
PROFCONDITION="raw_image;deployment-bare-metal;x86-64"
2 changes: 1 addition & 1 deletion DC-Micro-deployment-selfinstall-images
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ STYLEROOT="/usr/share/xml/docbook/stylesheet/suse2022-ns"
DOCBOOK5_RNG_URI="urn:x-suse:rng:v2:geekodoc-flat"
PROFOS="slmicro"
PROFARCH="x86-64"
PROFCONDITION="none"
PROFCONDITION="x86-64"
#STRUCTID="deployment-selfinstall-images"
4 changes: 2 additions & 2 deletions tasks/deployment-adding-users.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ in the assembly -->
</para>
</abstract>
</info>
<para arch="zseries">
<para condition="zseries">
This step is optional if you have defined an unprivileged user in the
&combustion;.
</para>
<para arch="x86-64">
<para condition="x86-64">
This step is optional if you have defined an unprivileged user in the &ignition; or
&combustion;. If you deployed your system using &jeosfirstboot;, then you set up only the
&rootuser; password and you need to create the unprivileged account manually, as described below:
Expand Down

0 comments on commit 0723428

Please sign in to comment.