]> xenbits.xen.org Git - xenclient/build.git/commitdiff
Refresh the answerfiles txt file.
authorChristopher Clark <christopher.clark@citrix.com>
Tue, 5 Jan 2010 16:25:44 +0000 (08:25 -0800)
committerChristopher Clark <christopher.clark@citrix.com>
Tue, 5 Jan 2010 16:25:44 +0000 (08:25 -0800)
target/generic/target_xenclient_installer_skeleton/install/answers/doc/answerfiles.txt

index ca3e71b759ce876893781892fa927100b829794a..50e7b8270d929770e4381ab236f5f92c5c5011b4 100644 (file)
@@ -7,13 +7,10 @@ The answerfile is located by examining the kernel command line.
 answerfile=/file/included/in/the/initrd
 answerfile=http://foo.bar/this/is/my.answerfile
 answerfile=ftp://foo.bar/this/is/my.answerfile
-answerfile=nfs://10.0.0.3/this/is/my.answerfile
 
 Answerfiles retrieved over the network are currently reached by
 bringing up the NIC with DHCP.
 
-NFS support is currently not fully functional.
-
 Optional:
 answerfile_nw="eth0"
 For an answerfile retrieved over the network on a machine with more
@@ -54,7 +51,6 @@ is selected, then they are ignored.
 
 ######################################################################
 <source type="url">http://127.0.0.1/foo/bar</source>
-<source type="nfs">127.0.0.1:/path/to/repo</source>
 <source type="bootmedia"></source>
 <source type="local" verify="true"></source>
 
@@ -72,8 +68,6 @@ filesystem. A copy of this repository can be found on the installation
 ISO. This option enables PXE-only network installation in situations
 where network installation via the other options is not feasible.
 
-The NFS install method is currently disabled.
-
 ######################################################################
 <mode>fresh</mode>
 <mode>reinstall</mode>
@@ -98,11 +92,18 @@ Configure the network device for use by the installer.
 Required for automated installs performed over the network.
 
 ######################################################################
-<password type="none"></password>
-<password type="standard">foobar</password>
+<password></password>
+<password>foobar</password>
 
 Used to set the system password.
-Not currently functional.
+
+######################################################################
+<enable-ssh>true</enable-ssh>
+<enable-ssh>false</enable-ssh>
+
+Used to enable or disable the dom0 ssh server.
+Note that disabling this will prevent any access to dom0 to obtain
+system status reports.
 
 ######################################################################
 <license-key></license-key>