From Fedora Project Wiki
fp-wiki>ImportUser
(Imported from MoinMoin)
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
== Download ==
== Download ==


=== Grab the latest source from CVS ===
=== Grab the latest source from GIT ===


You can get the current source using the following commands:
You can get the current source using the following commands:


<pre>
<pre>
$ export CVSROOT=:pserver:anonymous@rhlinux.redhat.com:/usr/local/CVS
$ git clone git://git.fedorahosted.org/system-config-lvm.git
$ cvs -z3 login
(hit enter)
$ cvs -z3 co system-config-lvm
</pre>
</pre>

Latest revision as of 09:09, 11 August 2009

system-config-lvm

What is system-config-lvm?

system-config-lvm is a utility for graphically configuring Logical Volumes.

Download

Grab the latest source from GIT

You can get the current source using the following commands:

$ git clone git://git.fedorahosted.org/system-config-lvm.git