1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00
lvm2/INSTALL

32 lines
953 B
Plaintext
Raw Normal View History

Installation
============
2001-12-31 19:12:40 +03:00
1) Generate custom makefiles.
2001-12-31 19:12:40 +03:00
Run the 'configure' script from the top directory.
2002-11-18 17:04:08 +03:00
If you don't want to include the LVM1 backwards-compatibility code use:
./configure --with-lvm1=none
To separate the LVM1 support into a shared library loaded by lvm.conf use:
./configure --with-lvm1=shared
2001-12-31 19:12:40 +03:00
Use ./configure --help to see other options.
2001-12-31 19:12:40 +03:00
2) Build and install.
2001-12-31 19:12:40 +03:00
Run 'make' from the top directory to build everything you configured.
Run 'make install' to build and install everything you configured.
2001-12-31 19:12:40 +03:00
If you only want the device-mapper libraries and tools use
'make device-mapper' or 'make install_device-mapper'.
2001-12-31 19:12:40 +03:00
3) If using LVM2, create a configuration file.
2001-12-31 19:12:40 +03:00
The tools will work fine without a configuration file being
present, but you ought to review the example file in doc/example.conf.
2002-11-18 17:04:08 +03:00
Please also refer to the WHATS_NEW file and the manual pages for the
individual commands.