From f170fe9c0fa11ec1f7bb8613a55e82970fd3264e Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 31 May 2013 18:48:51 +0000 Subject: [PATCH] remove LInux restricction on precreatemypostscript git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16509 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index b0e5d2d27..bb2c430b9 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -983,7 +983,7 @@ site => { " ppctimeout: The timeout, in milliseconds, to use when communicating with PPC hw\n". " through HMC. It only takes effect on the hardware control commands\n". " through HMC. Default is 0.\n\n". - " precreatemypostscripts: (yes/1 or no/0, only for Linux).Default is no. If yes, it will \n". + " precreatemypostscripts: (yes/1 or no/0). Default is no. If yes, it will \n". " instruct xCAT at nodeset and updatenode time to query the db once for\n". " all of the nodes passed into the cmd and create the mypostscript file\n". " for each node, and put them in a directory of tftpdir(such as: /tftpboot)\n".