summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2001-12-31 16:12:40 +0000
committerAlasdair Kergon <agk@redhat.com>2001-12-31 16:12:40 +0000
commitab7193d15eaa5f379e51bce3771fef088db8a3f5 (patch)
treef5b8399d09bd2509384879403f46f19ef5d0b2e0 /INSTALL
parent529d473095ab79abeb780b0908ef7dc0ad7fefb7 (diff)
downloadlvm2-ab7193d15eaa5f379e51bce3771fef088db8a3f5.tar.gz
Outline docs
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL31
1 files changed, 31 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 000000000..9eab54ece
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,31 @@
+LVM2 installation
+=================
+
+1) Install device-mapper
+
+ Ensure the device-mapper has been installed on the machine.
+
+ The device-mapper should be in the kernel (look for 'device-mapper'
+ messages in the kernel logs) and /usr/include/libdevmapper.h should
+ be present.
+
+ The device-mapper is available from:
+ ftp://ftp.sistina.com/pub/LVM2/device-mapper/
+
+
+2) Generate custom makefiles.
+
+ Run the 'configure' script from the top directory.
+
+ If you do not have GNU readline (http://www.gnu.org/directory/readline.html)
+ installed use
+ ./configure --disable-readline
+
+
+3) Build and install LVM2.
+
+ Run 'make install' from the top directory.
+
+
+4) Create a configuration file
+