Skip to content

Commit

Permalink
Readability
Browse files Browse the repository at this point in the history
  • Loading branch information
donovank authored and Mrfai committed Feb 12, 2020
1 parent bfe04e1 commit eb2bd6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions man/fai-class.1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fai\-class \- define classes using files and scripts.
This command is only called internally by FAI and not directly by the user.

fai\-class executes scripts in DIRECTORY to define classes. All classes
are written to CLASSFILE, each class on a separate line. Use absolute paths
are written to CLASSFILE, each class will be placed on a separate line. Use absolute paths
for both arguments. All scripts or executables matching "^[0\-9][0\-9]*"
(they start with two digits) are executed in alphabetical order. They can define classes by writing
the names of the classes to stdout. Classes can be separated by spaces
Expand All @@ -43,9 +43,9 @@ after use.

The order of the classes is important because it defines the priority
of the classes from low to high. First, the class DEFAULT is
defined. Then all scripts are executed to define classes. After that,
the classes from the file $LOGDIR/additional\-classes are added. Then,
all classes in the file with the hostname are added. Then classes
defined, then all scripts are executed to define the classes. After that,
the classes from the file $LOGDIR/additional\-classes are added. Subsequently,
all classes in the file with the hostname are added. Finally classes
defined by the variable ADDCLASSES are used. This variable must be a
comma separated list of classes. You can define this variable on the
kernel command line.
Expand Down

0 comments on commit eb2bd6e

Please sign in to comment.