1pxeos(8) System Manager's Manual pxeos(8)
2
3
4
6 pxeos - PXEBoot Operating System description Configuration Utility
7
9 pxeos [OPTION] [Operating System Name]
10
11
13 This is a command line tool for configuring Operating System descrip‐
14 tions to be used for PXE boot files.
15
17 -a, add
18 add a new Operating System description
19
20 -m, modify
21 modify an Operating System description
22
23 -d, delete
24 delete an Operating System description
25
26 -l, list
27 list all Operating System descriptions
28
29 -h, help
30 show usage
31
32 -i, description <description>
33 set short description associated with the Operating System.
34
35 -p, protocol <NFS | HTTP | FTP>
36 specify protocol used to access the Operating System;
37
38 -D, diskless <1|0>
39 specify whether the Operating System is diskless on not
40
41 -s, server <server>
42 specify the server machine containing the Operating System
43
44 -L, location <disklocation>
45 specify the directory on the server machine containing the Operat‐
46 ing System
47
48 -A, anonymous <1|0>
49 specify whether to use anonymous ftp to access the Operating Sys‐
50 tem
51
52 -u, user <username>
53 specify ftp user to access the Operating System
54
55 -P, password <password>
56 specify ftp password to access the Operating System
57
58
59 -K, kickstart <kickstartfile>
60 specify the location of the kickstart file, this should be speci‐
61 fied as a kernel parameter. http://frodo.lab.boston.redhat.com/kick‐
62 start/ks.cfg
63
64
66 /usr/sbin/pxeos
67 /tftpboot/linux-install/pxelinux.cfg/pxeos.xml
68 /usr/share/system-config-netboot/*
69
71 To run this program simply type:
72
73 pxeos -l
74 List all the currently defined Operating Systems
75
76 pxeos -a -D 1 --server frodo --location /diskless/i386/RHEL-AS -p NFS
77 RHEL-AS-Diskless
78 Add a diskless Operating System nfs mounted from frodo:/disk‐
79 less/i386/RHEL-AS
80
81
82 Operating System Name
83 specify the name to identify this Operating System
84
85
87 This utility configures PXELinux Operating Systems to be used by pxe‐
88 boot and system-config-netboot
89
90
92 system-config-netboot(8)
93 pxeboot(8)
94
95
98 Dan Walsh <dwalsh@redhat.com>
99
100
101
102
103 Tue Apr 1 2003 pxeos(8)