Fix litefile man page formatting prob

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5226 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
bp-sawyers 2010-02-15 23:10:29 +00:00
parent 31014b7660
commit 3904549dd1

View File

@ -75,10 +75,10 @@ litefile => {
image => "The name of the image that will use these files, as specified in the osimage table. Leave blank or set to 'ALL' for this value to apply to all images.",
file => 'The full pathname of the file. e.g: /etc/hosts. If the path is a directory, then it should be terminated with a /.',
options => "Options for the file:\n".
" <empty>, tmpfs, or ALL - the file is readwrite and will be placed in tmpfs on the booted node. When searching for the file, the first one to be found in the litetree hierarchy will be used. When the node is rebooted, this file will be reinitialized.".
" con - The contents of the pathname are concatenated onto the contents of the existing file. For this directive the searching in the litetree hierarchy does not stop when the first match is found. Con is similar to tmpfs, but all files found in the hierarchy will be concatenated to the file when found.".
" persistent - This means that the file is readwrite and will be persistent across reboots. If the file does not exist at first, it will be created during initialization. Every time there after the file will be left alone if it exists. (Requires the statelite table to be filled out with a spot for persistent storage).".
" persistent,con - readwrite file that is concatenated initially and then placed in the persistent mount point.".
" <empty>, tmpfs, or ALL - the file is readwrite and will be placed in tmpfs on the booted node. When searching for the file, the first one to be found in the litetree hierarchy will be used. When the node is rebooted, this file will be reinitialized.\n".
" con - The contents of the pathname are concatenated onto the contents of the existing file. For this directive the searching in the litetree hierarchy does not stop when the first match is found. Con is similar to tmpfs, but all files found in the hierarchy will be concatenated to the file when found.\n".
" persistent - This means that the file is readwrite and will be persistent across reboots. If the file does not exist at first, it will be created during initialization. Every time there after the file will be left alone if it exists. (Requires the statelite table to be filled out with a spot for persistent storage).\n".
" persistent,con - readwrite file that is concatenated initially and then placed in the persistent mount point.\n".
" ro - file will be read only. Generally this means that it will be linked to some place in the directory hierarchy specified in the litetree table. (Need more detail here??)",
comments => 'Any user-written notes.',
disable => "Set to 'yes' or '1' to comment out this row.",