From 56397139d8772baa566cf839ea8773797e1ed717 Mon Sep 17 00:00:00 2001 From: Christopher Clark Date: Wed, 9 Sep 2009 11:26:52 -0700 Subject: [PATCH] [host installer] add EULA placeholder text --- .../install/eula.txt | 11 +++++++++++ .../install/stages/functions | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 target/generic/target_xenclient_installer_skeleton/install/eula.txt 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 index 0000000..bd5eef3 --- /dev/null +++ b/target/generic/target_xenclient_installer_skeleton/install/eula.txt @@ -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. diff --git a/target/generic/target_xenclient_installer_skeleton/install/stages/functions b/target/generic/target_xenclient_installer_skeleton/install/stages/functions index f5b01d2..8a2e6c5 100644 --- a/target/generic/target_xenclient_installer_skeleton/install/stages/functions +++ b/target/generic/target_xenclient_installer_skeleton/install/stages/functions @@ -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" -- 2.39.5