diff options
Diffstat (limited to 'chapter06/psmisc-exp.xml')
-rw-r--r-- | chapter06/psmisc-exp.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chapter06/psmisc-exp.xml b/chapter06/psmisc-exp.xml new file mode 100644 index 000000000..bfeb54064 --- /dev/null +++ b/chapter06/psmisc-exp.xml @@ -0,0 +1,13 @@ +<sect2> +<title>Command explanations</title> + +<para><userinput>--exec-prefix=/:</userinput> This will cause the +programs to be installed in <filename class="directory">/bin</filename> +rather than in <filename class="directory">/usr/bin</filename>. The +programs in this package are often used in bootscripts, so they should +be in the <filename class="directory">/bin</filename> directory so they +can be used when the <filename class="directory">/usr</filename> +partition isn't mounted yet.</para> + +</sect2> + |