From 4dfb34006912afc3a05d0babc0617599dec34694 Mon Sep 17 00:00:00 2001 From: steve Date: Fri, 9 Jun 2006 10:37:55 +0000 Subject: [PATCH] 2006-06-09 10:37:55 by steve Added. --- hooks/README | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 hooks/README diff --git a/hooks/README b/hooks/README new file mode 100644 index 0000000..aab6444 --- /dev/null +++ b/hooks/README @@ -0,0 +1,26 @@ + +hooks/ + + + Once a distribution of GNU/Linux has been installed with xt-install-image + we'll have a pristine, unconfigured, installation. + + To configure this the program xt-customize-image will call a collection + of distro-specific shell scripts. + + These scripts are called hooks. For each distribution we support there + is a subdirectory containing the necessary functions to configure the + host minimally. + + By the time the scripts finish we'll expect: + + * The installation to have a working fstab file. + * The installation will have IP address + networking configured. + * The installation will have a running installation of OpenSSH + + These subdirectories will be installed to the directory + /usr/lib/xen-tools/ + +Steve +-- +$Id: README,v 1.1 2006-06-09 10:37:55 steve Exp $ \ No newline at end of file