1
|
pc-sysinstall Help Index
|
2
|
-----------------------------------------------
|
3
|
Help Commands
|
4
|
|
5
|
help
|
6
|
Display this index file
|
7
|
|
8
|
help <command>
|
9
|
Display the help data for the specified command
|
10
|
|
11
|
System 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-components
|
32
|
Returns a listing of the available components which can be installed
|
33
|
|
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
|
|
61
|
Partition 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
|
|
72
|
Installation 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
|