Deleted Added
full compact
help-index (209513) help-index (209553)
1pc-sysinstall Help Index
2-----------------------------------------------
3Help Commands
4
5 help
6 Display this index file
7
8 help <command>
9 Display the help data for the specified command
10
11System Query Commands
12
13 disk-list
14 Provides a listing of the disk drives detected on this system
15
16 disk-part <disk>
17 Queries the specified disk and returns information about its partitions
18
19 disk-info <disk>
20 Returns information about the disks size, cyls, heads, and sectors
21
22 detect-laptop
23 Tests to see if this system is a laptop or desktop
24
25 detect-vmware
26 Tests to see if this system is actually a vmware session
27
28 detect-nics
29 Returns a listing of the detected network cards on this system
30
1pc-sysinstall Help Index
2-----------------------------------------------
3Help Commands
4
5 help
6 Display this index file
7
8 help <command>
9 Display the help data for the specified command
10
11System Query Commands
12
13 disk-list
14 Provides a listing of the disk drives detected on this system
15
16 disk-part <disk>
17 Queries the specified disk and returns information about its partitions
18
19 disk-info <disk>
20 Returns information about the disks size, cyls, heads, and sectors
21
22 detect-laptop
23 Tests to see if this system is a laptop or desktop
24
25 detect-vmware
26 Tests to see if this system is actually a vmware session
27
28 detect-nics
29 Returns a listing of the detected network cards on this system
30
31 list-config
32 Returns a listing of the pc-sysinstall configuration
33
31 list-components
32 Returns a listing of the available components which can be installed
33
34 list-components
35 Returns a listing of the available components which can be installed
36
37 list-mirrors
38 Returns a listing of the available FTP mirrors
39
34 list-rsync-backups <user> <host> <port>
35 Returns a listing of available rsync-backups on the target server in the life-preserver/ dir
36
37 list-tzones
38 Returns a listing of available timezones
39
40 query-langs
41 Return a list of languages that the installer supports
42
43 sys-mem
44 Return the size of installed system RAM in MegaBytes
45
46 test-netup
47 Test if an internet connection is available
48
49 update-part-list
50 Return a list of PC-BSD & FreeBSD installs on this system for updates
51
52 xkeyboard-layouts
53 Return a list of keyboard layouts that xorg supports
54
55 xkeyboard-models
56 Return a list of keyboard models that xorg supports
57
58 xkeyboard-variants
59 Return a list of keyboard variants that xorg supports
60
61Partition Management Commands
62
63 create-part <disk> <size>
64 Create a new MBR primary slice on the target <disk> using <size> MB
65
66 delete-part <partition>
67 Deletes the disk partition specified. If this is the last partition,
68 the disk partition layout will also be scrubbed, leaving a clean disk
69 ready for MBR or GPT file system layouts.
70
71
72Installation Commands
73
74 -c <cfg>
75 Begin a install / upgrade with the specified cfg file
76
77 start-autoinstall <conf>
78 Start an automated installation with the specified conf file
79 Normally only used by automated install scripts
80
81 setup-ssh-keys <user> <host> <port>
82 Setup SSH without a password for the target host and user and port
83 Use to prompt the user to log into a server before doing a rsync + ssh restore
40 list-rsync-backups <user> <host> <port>
41 Returns a listing of available rsync-backups on the target server in the life-preserver/ dir
42
43 list-tzones
44 Returns a listing of available timezones
45
46 query-langs
47 Return a list of languages that the installer supports
48
49 sys-mem
50 Return the size of installed system RAM in MegaBytes
51
52 test-netup
53 Test if an internet connection is available
54
55 update-part-list
56 Return a list of PC-BSD & FreeBSD installs on this system for updates
57
58 xkeyboard-layouts
59 Return a list of keyboard layouts that xorg supports
60
61 xkeyboard-models
62 Return a list of keyboard models that xorg supports
63
64 xkeyboard-variants
65 Return a list of keyboard variants that xorg supports
66
67Partition Management Commands
68
69 create-part <disk> <size>
70 Create a new MBR primary slice on the target <disk> using <size> MB
71
72 delete-part <partition>
73 Deletes the disk partition specified. If this is the last partition,
74 the disk partition layout will also be scrubbed, leaving a clean disk
75 ready for MBR or GPT file system layouts.
76
77
78Installation Commands
79
80 -c <cfg>
81 Begin a install / upgrade with the specified cfg file
82
83 start-autoinstall <conf>
84 Start an automated installation with the specified conf file
85 Normally only used by automated install scripts
86
87 setup-ssh-keys <user> <host> <port>
88 Setup SSH without a password for the target host and user and port
89 Use to prompt the user to log into a server before doing a rsync + ssh restore