1209513Simpstart-autoinstall - HELP
2209513Simp-----------------------------------------------
3209513Simp
4209513SimpAbout:
5209513Simp	start-autoinstall is used when performing automated installationsr. It is able
6209513Simp	to configure networking with provided settings, and fetch an installation script from
7209513Simp	http / ftp server. This allows media to be created which fetches dynamic configuration
8209513Simp	options from a server-side supplier. 
9209513Simp
10209513SimpUsage:
11209513Simp	pc-sysinstall start-autoinstall <config>
12209513Simp
13209513SimpConfig Syntax:
14209513Simp
15209513Simp	The configuration file for start-autoinstall can contain the following options:
16209513Simp
17209513Simp	pc_config: <value>
18209513Simp		- Location of the pc-sysinstall installation configuration file, can be local
19209513Simp		  or start with http:// or ftp:// to fetch from a remote system. 
20209513Simp
21209513Simp     shutdown_cmd: <value>
22209513Simp		- Command to execute post-installation, such as "shutdown -p now" or other.
23209513Simp
24209513Simp  confirm_install: (YES/NO)
25209513Simp		- Prompt on the console to begin installation. Defaults to YES.
26209513Simp		  Warning: Setting this to NO will start an installation as soon as start-autoinstall
27209513Simp		  is run. (I.E. after booting some install media) It may be dangerous if a disk is left
28209513Simp		  in a drive and the system is turned on!
29209513Simp
30209513Simp       nic_config: (DHCP-ALL / <cfg>)
31209513Simp		- When set to DHCP-ALL, the software will attempt to get a network address from DHCP on
32209513Simp		  any / all detected NICS. If set to some other command, it will be used as an argument
33209513Simp		  to "ifconfig" to enable networking. 
34209513Simp
35209513Simp	  nic_dns: <value>
36209513Simp		- Use the following DNS server for networking
37209513Simp		
38209513Simp      nic_gateway: <gateway>
39209513Simp		- Use the following default route / gateway for networking
40