diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-05-22 20:43:01 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-05-22 20:43:01 -0400 |
commit | ff161129ab87735eccc2ffba61db977ff4d4cd8c (patch) | |
tree | c7b2ba2de39bc4e398b0a93c1b666a485b9f5daa /PCBSD/pc-sysinstall/doc/.svn | |
parent | 4e9203174a2172e2321839b1a59bcbde0ebf8f24 (diff) | |
download | pfsense-ff161129ab87735eccc2ffba61db977ff4d4cd8c.zip pfsense-ff161129ab87735eccc2ffba61db977ff4d4cd8c.tar.gz |
Adding pc-sysinstall so that I can start experimenting with a php based installer. This is necssary because PCBSD must live in the root of the disk and there is no way to include it in a unionfs. By default it will not be copied to a new hard disk installation.
Diffstat (limited to 'PCBSD/pc-sysinstall/doc/.svn')
6 files changed, 288 insertions, 0 deletions
diff --git a/PCBSD/pc-sysinstall/doc/.svn/entries b/PCBSD/pc-sysinstall/doc/.svn/entries new file mode 100644 index 0000000..f7c443f --- /dev/null +++ b/PCBSD/pc-sysinstall/doc/.svn/entries @@ -0,0 +1,164 @@ +10 + +dir +6759 +svn://svn.pcbsd.org/pcbsd/current/pc-sysinstall/doc +svn://svn.pcbsd.org + + + +2010-05-05T17:42:56.915402Z +6650 +kris + + + + + + + + + + + + + + +212fe199-4beb-da11-a70e-00e08102fd27 + +help-start-autoinstall +file + + + + +2010-05-23T00:20:49.000000Z +e24671adadd762fa8caeec38e68bc708 +2010-05-05T17:42:56.915402Z +6650 +kris + + + + + + + + + + + + + + + + + + + + + +1537 + +help-disk-size +file + + + + +2010-05-23T00:20:49.000000Z +4eed95089dfc499995728500c737e4a9 +2009-07-09T18:57:31.007874Z +4206 +kris + + + + + + + + + + + + + + + + + + + + + +7 + +help-disk-list +file + + + + +2010-05-23T00:20:49.000000Z +4eed95089dfc499995728500c737e4a9 +2009-07-09T18:57:31.007874Z +4206 +kris + + + + + + + + + + + + + + + + + + + + + +7 + +help-index +file + + + + +2010-05-23T00:20:49.000000Z +61d4aeddc1b8fecf2ad1d479ddc33cf3 +2010-05-05T16:14:11.819112Z +6649 +kris + + + + + + + + + + + + + + + + + + + + + +2366 + diff --git a/PCBSD/pc-sysinstall/doc/.svn/lock b/PCBSD/pc-sysinstall/doc/.svn/lock new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/PCBSD/pc-sysinstall/doc/.svn/lock diff --git a/PCBSD/pc-sysinstall/doc/.svn/text-base/help-disk-list.svn-base b/PCBSD/pc-sysinstall/doc/.svn/text-base/help-disk-list.svn-base new file mode 100644 index 0000000..0d4bff9 --- /dev/null +++ b/PCBSD/pc-sysinstall/doc/.svn/text-base/help-disk-list.svn-base @@ -0,0 +1 @@ +Holder diff --git a/PCBSD/pc-sysinstall/doc/.svn/text-base/help-disk-size.svn-base b/PCBSD/pc-sysinstall/doc/.svn/text-base/help-disk-size.svn-base new file mode 100644 index 0000000..0d4bff9 --- /dev/null +++ b/PCBSD/pc-sysinstall/doc/.svn/text-base/help-disk-size.svn-base @@ -0,0 +1 @@ +Holder diff --git a/PCBSD/pc-sysinstall/doc/.svn/text-base/help-index.svn-base b/PCBSD/pc-sysinstall/doc/.svn/text-base/help-index.svn-base new file mode 100644 index 0000000..248dcfa --- /dev/null +++ b/PCBSD/pc-sysinstall/doc/.svn/text-base/help-index.svn-base @@ -0,0 +1,83 @@ +pc-sysinstall Help Index +----------------------------------------------- +Help Commands + + help + Display this index file + + help <command> + Display the help data for the specified command + +System Query Commands + + disk-list + Provides a listing of the disk drives detected on this system + + disk-part <disk> + Queries the specified disk and returns information about its partitions + + disk-info <disk> + Returns information about the disks size, cyls, heads, and sectors + + detect-laptop + Tests to see if this system is a laptop or desktop + + detect-vmware + Tests to see if this system is actually a vmware session + + detect-nics + Returns a listing of the detected network cards on this system + + list-components + Returns a listing of the available components which can be installed + + list-rsync-backups <user> <host> <port> + Returns a listing of available rsync-backups on the target server in the life-preserver/ dir + + list-tzones + Returns a listing of available timezones + + query-langs + Return a list of languages that the installer supports + + sys-mem + Return the size of installed system RAM in MegaBytes + + test-netup + Test if an internet connection is available + + update-part-list + Return a list of PC-BSD & FreeBSD installs on this system for updates + + xkeyboard-layouts + Return a list of keyboard layouts that xorg supports + + xkeyboard-models + Return a list of keyboard models that xorg supports + + xkeyboard-variants + Return a list of keyboard variants that xorg supports + +Partition Management Commands + + create-part <disk> <size> + Create a new MBR primary slice on the target <disk> using <size> MB + + delete-part <partition> + Deletes the disk partition specified. If this is the last partition, + the disk partition layout will also be scrubbed, leaving a clean disk + ready for MBR or GPT file system layouts. + + +Installation Commands + + -c <cfg> + Begin a install / upgrade with the specified cfg file + + start-autoinstall <conf> + Start an automated installation with the specified conf file + Normally only used by automated install scripts + + setup-ssh-keys <user> <host> <port> + Setup SSH without a password for the target host and user and port + Use to prompt the user to log into a server before doing a rsync + ssh restore diff --git a/PCBSD/pc-sysinstall/doc/.svn/text-base/help-start-autoinstall.svn-base b/PCBSD/pc-sysinstall/doc/.svn/text-base/help-start-autoinstall.svn-base new file mode 100644 index 0000000..1cb1e6a --- /dev/null +++ b/PCBSD/pc-sysinstall/doc/.svn/text-base/help-start-autoinstall.svn-base @@ -0,0 +1,39 @@ +start-autoinstall - HELP +----------------------------------------------- + +About: + start-autoinstall is used when performing automated installationsr. It is able + to configure networking with provided settings, and fetch an installation script from + http / ftp server. This allows media to be created which fetches dynamic configuration + options from a server-side supplier. + +Usage: + pc-sysinstall start-autoinstall <config> + +Config Syntax: + + The configuration file for start-autoinstall can contain the following options: + + pc_config: <value> + - Location of the pc-sysinstall installation configuration file, can be local + or start with http:// or ftp:// to fetch from a remote system. + + shutdown_cmd: <value> + - Command to execute post-installation, such as "shutdown -p now" or other. + + confirm_install: (YES/NO) + - Prompt on the console to begin installation. Defaults to YES. + Warning: Setting this to NO will start an installation as soon as start-autoinstall + is run. (I.E. after booting some install media) It may be dangerous if a disk is left + in a drive and the system is turned on! + + nic_config: (DHCP-ALL / <cfg>) + - When set to DHCP-ALL, the software will attempt to get a network address from DHCP on + any / all detected NICS. If set to some other command, it will be used as an argument + to "ifconfig" to enable networking. + + nic_dns: <value> + - Use the following DNS server for networking + + nic_gateway: <gateway> + - Use the following default route / gateway for networking |