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