Skip to content

Commit

Permalink
explicit wwinit database
Browse files Browse the repository at this point in the history
  • Loading branch information
crbaird committed Feb 23, 2017
1 parent 5ba3a56 commit c83c515
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ \subsubsection{Customize system configuration} \label{sec:master_customization}
% begin_ohpc_run
% ohpc_comment_header Customize system configuration \ref{sec:master_customization}
\begin{lstlisting}[language=bash,literate={-}{-}1,keywords={},upquote=true]
# add new cluster key to base image
# initialize warewulf database and add new cluster key to base image
[sms](*\#*) wwinit database
[sms](*\#*) wwinit ssh_keys
[sms](*\#*) cat ~/.ssh/cluster.pub >> $CHROOT/root/.ssh/authorized_keys

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,8 @@ \subsubsection{Customize system configuration} \label{sec:master_customization}
% begin_ohpc_run
% ohpc_comment_header Customize system configuration \ref{sec:master_customization}
\begin{lstlisting}[language=bash,literate={-}{-}1,keywords={},upquote=true]
# add new cluster key to base image
# initialize warewulf database and add new cluster key to base image
[sms](*\#*) wwinit database
[sms](*\#*) wwinit ssh_keys
[sms](*\#*) cat ~/.ssh/cluster.pub >> $CHROOT/root/.ssh/authorized_keys

Expand Down
3 changes: 2 additions & 1 deletion docs/recipes/install/centos7/x86_64/warewulf/slurm/steps.tex
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,8 @@ \subsubsection{Customize system configuration} \label{sec:master_customization}
% begin_ohpc_run
% ohpc_comment_header Customize system configuration \ref{sec:master_customization}
\begin{lstlisting}[language=bash,literate={-}{-}1,keywords={},upquote=true]
# add new cluster key to base image
# initialize warewulf database and add new cluster key to base image
[sms](*\#*) wwinit database
[sms](*\#*) wwinit ssh_keys
[sms](*\#*) cat ~/.ssh/cluster.pub >> $CHROOT/root/.ssh/authorized_keys

Expand Down
3 changes: 2 additions & 1 deletion docs/recipes/install/sles12/aarch64/warewulf/slurm/steps.tex
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@ \subsubsection{Customize system configuration} \label{sec:master_customization}
% begin_ohpc_run
% ohpc_comment_header Customize system configuration \ref{sec:master_customization}
\begin{lstlisting}[language=bash,literate={-}{-}1,keywords={},upquote=true]
# add new cluster key to base image
# initialize warewulf database and add new cluster key to base image
[sms](*\#*) wwinit database
[sms](*\#*) wwinit ssh_keys
[sms](*\#*) cat ~/.ssh/cluster.pub >> $CHROOT/root/.ssh/authorized_keys

Expand Down
3 changes: 2 additions & 1 deletion docs/recipes/install/sles12/x86_64/warewulf/pbspro/steps.tex
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,8 @@ \subsubsection{Customize system configuration} \label{sec:master_customization}
% begin_ohpc_run
% ohpc_comment_header Customize system configuration \ref{sec:master_customization}
\begin{lstlisting}[language=bash,literate={-}{-}1,keywords={},upquote=true]
# add new cluster key to base image
# initialize warewulf database and add new cluster key to base image
[sms](*\#*) wwinit database
[sms](*\#*) wwinit ssh_keys
[sms](*\#*) cat ~/.ssh/cluster.pub >> $CHROOT/root/.ssh/authorized_keys

Expand Down
3 changes: 2 additions & 1 deletion docs/recipes/install/sles12/x86_64/warewulf/slurm/steps.tex
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ \subsubsection{Customize system configuration} \label{sec:master_customization}
% begin_ohpc_run
% ohpc_comment_header Customize system configuration \ref{sec:master_customization}
\begin{lstlisting}[language=bash,literate={-}{-}1,keywords={},upquote=true]
# add new cluster key to base image
# initialize warewulf database and add new cluster key to base image
[sms](*\#*) wwinit database
[sms](*\#*) wwinit ssh_keys
[sms](*\#*) cat ~/.ssh/cluster.pub >> $CHROOT/root/.ssh/authorized_keys

Expand Down

0 comments on commit c83c515

Please sign in to comment.