Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ksvalidator(1) [debian man page]

KSVALIDATOR(1)						      General Commands Manual						    KSVALIDATOR(1)

NAME
ksvalidator - validate a kickstart configuration SYNOPSIS
ksvalidator [-eilv] ksfile|url DESCRIPTION
Simple script to validate a kickstart config. OPTIONS
-e, --firsterror Stop after the first error -i, --followincludes Parse include files when %include is seen -l, --listversions list the available versions of kickstart syntax -v, --version=VERSION Version of kickstart syntax to validate against AUTHORS
The code of this manual page has been written by Carl Chenet <chaica@ohmytux.com>. The texts were written by Chris Lumens <clumens@redhat.com>. RESSOURCES
http://fedoraproject.org/wiki/Pykickstart LICENSE
This manual page is licensed under the GPL-2 license. 05/25/2010 KSVALIDATOR(1)

Check Out this Related Man Page

BEL(1)                                                                                                                                      BEL(1)

NAME
bel - open a shell or execute a command on a remote computer through several machines SYNOPSIS
bel [-e file] [-s file] [-d delay] DESCRIPTION
bel generates a script allowing the user to open a shell or execute a command on a remote computer through several machines. In order to generate the script, the user gives the paths to the different machines until the final one is reached. Several paths may be specified in a single entry file or through the standard input. OPTIONS
-e, --entree=FILE Provide the necessary information to establish the tunnel between the source and the final computer. -s, --repertoire-sortie=DIRECTORY The directory where you want to put the generated scripts. -d, --delai=SECONDS Delay to wait before each sent command, in seconds. AUTHOR
Carl Chenet <chaica@ohmytux.com[]> RESSOURCES
Belier homepage : http://www.ohmytux.com/belier LICENSE
Copyright (C) <2009> <Carl Chenet>This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License or any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. 05/16/2009 BEL(1)
Man Page