--- pxeos.8-orig 2007-01-02 18:11:18.000000000 -0500 +++ pxeos.8 2007-01-02 18:14:39.000000000 -0500 @@ -1,105 +1,87 @@ .TH pxeos 8 "Tue Apr 1 2003" .SH "NAME" pxeos \- PXEBoot Operating System description Configuration Utility -.SH "SYNTAX" +.SH SYNOPSIS pxeos [\fIOPTION\fR] [\fIOperating System Name\fR] .SH "DESCRIPTION" This is a command line tool for configuring Operating System descriptions to be used for PXE boot files. .SH "OPTIONS" +.TP -a, add -.br - add a new Operating System description -.LP +add a new Operating System description +.TP -m, modify -.br - modify an Operating System description -.LP +modify an Operating System description +.TP -d, delete -.br - delete an Operating System description -.LP +delete an Operating System description +.TP -l, list -.br - list all Operating System descriptions -.LP +list all Operating System descriptions +.TP -h, help -.br - show usage -.LP +show usage +.TP -i, description -.br - set short description associated with the Operating System. -.LP - --p, protocol -.br - specify protocol used to access the Operating System; -.LP --D, diskless <1|0> -.br - specify whether the Operating System is diskless on not -.LP --s, server -.br - specify the server machine containing the Operating System -.LP --L, location -.br - specify the directory on the server machine containing the Operating System -.LP --A, anonymous <1|0> -.br - specify whether to use anonymous ftp to access the Operating System -.LP --u, user -.br - specify ftp user to access the Operating System -.LP +set short description associated with the Operating System. +.TP +-p, protocol +specify protocol used to access the Operating System; +.TP +-D, diskless <1|0> +specify whether the Operating System is diskless on not +.TP +-s, server +specify the server machine containing the Operating System +.TP +-L, location +specify the directory on the server machine containing the Operating System +.TP +-A, anonymous <1|0> +specify whether to use anonymous ftp to access the Operating System +.TP +-u, user +specify ftp user to access the Operating System +.TP -P, password -.br - specify ftp password to access the Operating System - -.LP --K, kickstart -.br - specify the location of the kickstart file, this should be specified as a kernel parameter. http://frodo.lab.boston.redhat.com/kickstart/ks.cfg +specify ftp password to access the Operating System +.TP +-K, kickstart +specify the location of the kickstart file, this should be specified as a kernel parameter. http://frodo.lab.boston.redhat.com/kickstart/ks.cfg .SH "FILES" \fI/usr/sbin/pxeos\fP -.br -\fI/tftpboot/linux-install/pxelinux.cfg/pxeos.xml\fP -.br +.nf +\fI/tftpboot/linux-install/pxelinux.cfg/pxeos.xml\fP \fI/usr/share/system-config-netboot/*\fP -.br +.fi .SH "EXAMPLES" To run this program simply type: -.LP +.LP +.RS pxeos -l -.br -.br +.RE List all the currently defined Operating Systems -.LP +.LP +.RS pxeos -a -D 1 --server frodo --location /diskless/i386/RHEL-AS -p NFS RHEL-AS-Diskless -.br -.br +.RE Add a diskless Operating System nfs mounted from frodo:/diskless/i386/RHEL-AS - .LP Operating System Name -.br - specify the name to identify this Operating System +.RS +specify the name to identify this Operating System +.RE .SH "LIMITATIONS" This utility configures PXELinux Operating Systems to be used by pxeboot and system-config-netboot .SH "SEE ALSO" -.IR system-config-netboot(8) -.br +.IR system-config-netboot(8), .IR pxeboot(8) .SH "BUGS" .SH "AUTHORS" Dan Walsh -.br