cp: make con_printf non-fatal no-op
[hvf.git] / doc / manual / cp-system-config.tex
blobe674c99f1785a3b05468b1e3b966902db08466bf
1 \cbstart
2 \chapter{CP System Configuration}
3 \label{chap:system-config}
4 The directory contains a list of all valid users on the system. Currently,
5 any changes to the directory require that the nucleus be rebuilt, and the
6 system re-IPLed.
8 \section{System Cofiguration File Syntax}
9 \begin{syntdiag}
10 \tok{OPERATOR} \tok{CONSOLE} <rdev>
11 \end{syntdiag}
13 \begin{syntdiag}
14 \tok{OPERATOR} \tok{USERID} <userid>
15 \end{syntdiag}
17 \begin{syntdiag}
18 \tok{RDEV} <rdev> <type>
19 \end{syntdiag}
21 \begin{syntdiag}
22 \tok{LOGO} \tok{LOCAL} <type> <filename> <filetype>
23 \end{syntdiag}
25 \section{Example System Configuration File}
26 Figure~\ref{fig:system-config-sample} is the default system configuration
27 file distributed with HVF.
29 \begin{figure*}[htb]
30 \small
31 \lstinputlisting{../../cp/config/system.config}
32 \captionfont
33 \caption{\capfont Example system configuration file.}
34 \label{fig:system-config-sample}
35 \end{figure*}
37 \cbend