1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-17 06:04:23 +03:00
lvm2/driver/user_mode_linux
Alasdair Kergon 6ae2b6c835 Add dm-parse
2001-09-12 13:50:26 +00:00
..
2001-08-21 13:45:16 +00:00
2001-08-21 13:45:16 +00:00
2001-09-12 13:50:26 +00:00
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.