]> xenbits.xensource.com Git - xenclient/build.git/commitdiff
[host installer] add EULA placeholder text
authorChristopher Clark <christopher.clark@citrix.com>
Wed, 9 Sep 2009 18:26:52 +0000 (11:26 -0700)
committerChristopher Clark <christopher.clark@citrix.com>
Wed, 9 Sep 2009 18:26:52 +0000 (11:26 -0700)
target/generic/target_xenclient_installer_skeleton/install/eula.txt [new file with mode: 0644]
target/generic/target_xenclient_installer_skeleton/install/stages/functions

diff --git a/target/generic/target_xenclient_installer_skeleton/install/eula.txt b/target/generic/target_xenclient_installer_skeleton/install/eula.txt
new file mode 100644 (file)
index 0000000..bd5eef3
--- /dev/null
@@ -0,0 +1,11 @@
+This is a EULA placeholder. Imagine legalise here.
+
+You agree not to do anything that we have contractually
+agreed that you will not do.
+
+You agree to do everything that we have contractually
+agreed that you will do.
+
+Don't be particularly evil.
+
+That is all.
index f5b01d22a4b75d74f59e3a82e9b4632950681024..8a2e6c571457cbc2e3eee2c59f74470125e1bcde 100644 (file)
@@ -40,7 +40,7 @@ INSTALLER_LOG="/var/log/installer"
 PRESERVED_INSTALL_LOG_DIR="/install/log"
 PRESERVED_UPGRADE_LOG_DIR="/install/upgrade/log"
 
-LICENSE_FILE="/install/license"
+LICENSE_FILE="/install/eula.txt"
 
 DEFAULT_OPTICAL_DEVICE="sr0"
 OPTICAL_MOUNT="/mnt/optical"