mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 00:53:23 -05:00
More documentation.
This commit is contained in:
parent
7f2dc7e7a0
commit
e00a11f5ab
@ -1,4 +1,4 @@
|
||||
# $Id: Example-Mini.yard,v 1.3 2002/03/11 04:29:06 freesource Exp $
|
||||
# $Id: Example-Mini.yard,v 1.4 2003/02/07 19:07:08 freesource Exp $
|
||||
# Example-Mini.yard
|
||||
#
|
||||
# Creates a minimalistic S runlevel root filesystem with not much more than
|
||||
@ -59,9 +59,10 @@
|
||||
# absolute or relative file condition. If the condition is true
|
||||
# than the following statements will be parsed, otherwise additional
|
||||
# conditions are examined. The statements can be specified by any
|
||||
# of the formats rules. The \ deliminator is used at the beginning
|
||||
# and ending of the control structure so that the parser knows how to
|
||||
# properly treat the logic.
|
||||
# of the formats rules, but can't be on the same line as the
|
||||
# condition. The \ deliminator is used at the beginning and ending
|
||||
# of the control structure so that the parser knows how to properly
|
||||
# treat the logic.
|
||||
#
|
||||
# This is especially useful for creating templates that work
|
||||
# properly for different distributions allowing portability.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: Example.yard,v 1.18 2003/02/07 18:30:29 freesource Exp $
|
||||
# $Id: Example.yard,v 1.19 2003/02/07 19:07:06 freesource Exp $
|
||||
# Example.yard
|
||||
#
|
||||
# Creates a minimalistic multi-user runlevel root filesystem with getty.
|
||||
@ -62,13 +62,15 @@
|
||||
#
|
||||
# Control Structures
|
||||
# ------------------
|
||||
#
|
||||
# The if/elsif operator may be used to test for the existence of an
|
||||
# absolute or relative file condition. If the condition is true
|
||||
# than the following statements will be parsed, otherwise additional
|
||||
# conditions are examined. The statements can be specified by any
|
||||
# of the formats rules. The \ deliminator is used at the beginning
|
||||
# and ending of the control structure so that the parser knows how to
|
||||
# properly treat the logic.
|
||||
# of the formats rules, but can't be on the same line as the
|
||||
# condition. The \ deliminator is used at the beginning and ending
|
||||
# of the control structure so that the parser knows how to properly
|
||||
# treat the logic.
|
||||
#
|
||||
# This is especially useful for creating templates that work
|
||||
# properly for different distributions allowing portability.
|
||||
|
Loading…
x
Reference in New Issue
Block a user