Skip to content

Commit

Permalink
docs: remove duplicate text on kargs
Browse files Browse the repository at this point in the history
Signed-off-by: Karl W. Schulz <[email protected]>
  • Loading branch information
koomie committed Nov 5, 2018
1 parent 44c6157 commit f4785cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 deletions docs/recipes/install/common/conman_post.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
% ohpc_indent 0
% ohpc_command fi
% end_ohpc_run
If any components have added to the boot time kernel command line argumenst for the compute nodes,
the following command is required to store the configuration in Warewulf:
% ohpc_validation_newline
% ohpc_validation_comment Optionally, add arguments to bootstrap kernel
% ohpc_command if [[ ${enable_kargs} -eq 1 ]]; then
\begin{lstlisting}[language=bash,keywords={},upquote=true,basicstyle=\footnotesize\ttfamily]
# Set optional compute node kernel command line arguments.
[sms](*\#*) wwsh -y provision set "${compute_regex}" --kargs="${kargs}"
\end{lstlisting}
% ohpc_command fi

%%% If any components have added to the boot time kernel command line argumenst for the compute nodes,
%%% the following command is required to store the configuration in Warewulf:
%%% % ohpc_validation_newline
%%% % ohpc_validation_comment Optionally, add arguments to bootstrap kernel
%%% % ohpc_command if [[ ${enable_kargs} -eq 1 ]]; then
%%% \begin{lstlisting}[language=bash,keywords={},upquote=true,basicstyle=\footnotesize\ttfamily]
%%% # Set optional compute node kernel command line arguments.
%%% [sms](*\#*) wwsh -y provision set "${compute_regex}" --kargs="${kargs}"
%%% \end{lstlisting}
%%% % ohpc_command fi
2 changes: 1 addition & 1 deletion docs/recipes/install/common/kargs_post.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
If any components have added to the boot time kernel command line argumenst for the compute nodes,
\noindent If any components have added to the boot time kernel command line argumenst for the compute nodes,
the following command is required to store the configuration in Warewulf:
% begin_ohpc_run
% ohpc_validation_newline
Expand Down

0 comments on commit f4785cd

Please sign in to comment.