Skip to content

Commit

Permalink
no -y option for wwvnfs
Browse files Browse the repository at this point in the history
  • Loading branch information
crbaird committed Mar 30, 2017
1 parent ef3615b commit 76f758f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/recipes/install/common/finalize_provisioning.tex
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ \subsubsection{Assemble Virtual Node File System (VNFS) image}
% begin_ohpc_run
% ohpc_validation_comment Assemble VNFS
\begin{lstlisting}[language=bash,literate={-}{-}1,keywords={},upquote=true]
[sms](*\#*) wwvnfs -y --chroot $CHROOT
[sms](*\#*) wwvnfs --chroot $CHROOT
\end{lstlisting}
% end_ohpc_run

Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/install/common/stateful.tex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
\begin{lstlisting}[language=bash,literate={-}{-}1,keywords={},upquote=true]
# Add GRUB2 bootloader and re-assemble VNFS image
[sms](*\#*) (*\chrootinstall*) grub2
[sms](*\#*) wwvnfs -y --chroot $CHROOT
[sms](*\#*) wwvnfs --chroot $CHROOT
\end{lstlisting}

\noindent Enabling stateful nodes also requires additional site-specific, disk-related
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/install/common/upgrade.tex
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ \subsection{Upgrading OpenHPC Packages} \label{appendix:upgrade}
\item Rebuild VNFS image(s)

\begin{lstlisting}[language=bash,keywords={}]
[sms](*\#*) wwvnfs -y --chroot $CHROOT
[sms](*\#*) wwvnfs --chroot $CHROOT
\end{lstlisting}

\end{enumerate*}
Expand Down

0 comments on commit 76f758f

Please sign in to comment.