1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00
lvm2/driver/user_mode_linux
Alasdair Kergon 1476903a5e Add dm-parse
2001-09-12 13:50:26 +00:00
..
config-uml o 2.4.9 support 2001-08-21 13:45:16 +00:00
README o checked in the new driver, and the uml dir 2001-08-16 08:26:13 +00:00
setup-uml o 2.4.9 support 2001-08-21 13:45:16 +00:00
uml-lvm.patch Add dm-parse 2001-09-12 13:50:26 +00:00
uml.patch.bz2 o 2.4.9 support 2001-08-21 13:45:16 +00:00

FILES
-----

setup-uml - script to build a user mode linux system, with the lvm driver
            symbolically linked back to the LVM dir so I can work from CVS.

uml-lvm.patch - patch to enable lvm in the uml configuration

uml.patch.bz2 - uml patch from 
                http://sourceforge.net/project/showfiles.php?group_id=429

config-uml - .config which turns on LVM


RUNNING 
-------

o checkout an LVM dir for use with uml
  make sure you've got a copy of a root filesystem kicking about

o edit the variables at the top of 'setup'

o run setup-uml

o move to your uml dir and run lvm-install as root

o then run the 'up' script to run uml

o if you want to rebuild uml after changing the LVM driver just change into
  the linux directory and do a 'make linux ARCH=um'.  Don't forget the ARCH=um.