From 3bdd1a913fda8ff29af36471a5a26a504c968978 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Mon, 15 Feb 2010 23:14:11 +0000 Subject: [PATCH] Another litefile formatting issue git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5227 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index a422a49cc..c3e0881ea 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -74,11 +74,11 @@ litefile => { descriptions => { 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". - " , 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". + options => "Options for the file:\n\n". + " , 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\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\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\n". + " persistent,con - readwrite file that is concatenated initially and then placed in the persistent mount point.\n\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.",