Package: fai Severity: normal Tags: patch
Here is a patch for a wrong pathname mentioned in the documentation. Diego -- System Information: Debian Release: 4.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: powerpc (ppc) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.21 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Index: doc/fai-guide.sgml =================================================================== --- doc/fai-guide.sgml (revision 4347) +++ doc/fai-guide.sgml (working copy) @@ -1374,9 +1374,9 @@ <p> The installation script uses many subroutines, which are defined in -<file>/usr/share/fai/subroutines</file>, and an operating system specific -file <footnote><file>/usr/share/fai/subroutines-linux</file> for Linux, -<file>/usr/share/fai/subroutines-sunos</file> for Solaris.</footnote>. +<file>/usr/lib/fai/subroutines</file>, and an operating system specific +file <footnote><file>/usr/lib/fai/subroutines-linux</file> for Linux, +<file>/usr/lib/fai/subroutines-sunos</file> for Solaris.</footnote>. All important tasks of the installation are called via the subroutine <tt>task</tt> appended by the name of the task as an option (e.g. <tt>task

