change up docs for new config file
This commit is contained in:
parent
95f6a0b642
commit
34621fc5f0
16
README
16
README
@ -52,6 +52,7 @@ Making it all happen
|
|||||||
|
|
||||||
Contributing
|
Contributing
|
||||||
Currently development discussion happens at fedora-buildsys-list@redhat.com.
|
Currently development discussion happens at fedora-buildsys-list@redhat.com.
|
||||||
|
There is a TRAC page at http://hosted.fedoraproject.org/projects/pungi
|
||||||
The source is held via mercurial:
|
The source is held via mercurial:
|
||||||
anon - http://linux.duke.edu/projects/pungi
|
anon - http://linux.duke.edu/projects/pungi
|
||||||
auth - ssh://login.linux.duke.edu//home/groups/pungi/hg/pungi
|
auth - ssh://login.linux.duke.edu//home/groups/pungi/hg/pungi
|
||||||
@ -62,18 +63,15 @@ Testing
|
|||||||
To run pungi, currently you need root level access. This is because it has
|
To run pungi, currently you need root level access. This is because it has
|
||||||
to create loopback devices for disk images.
|
to create loopback devices for disk images.
|
||||||
|
|
||||||
|
python setup.py build
|
||||||
sudo python setup.py install
|
sudo python setup.py install
|
||||||
|
|
||||||
sudo pungi --comps /etc/pungi/comps.xml \
|
sudo pungi -c /etc/pungi/pungi.conf
|
||||||
--yumconf /etc/pungi/yum.conf.x86_64 --destdir /srv/pungi \
|
|
||||||
--cachedir /srv/pungi/cache --arch x86_64 --version 6.89 \
|
|
||||||
--discs 1
|
|
||||||
|
|
||||||
Or to test it from just the hg clone:
|
Or to test it from just the hg clone:
|
||||||
|
|
||||||
sudo ./pungi --comps config/comps.xml \
|
edit config/pungi.conf to point to checked out files
|
||||||
--yumconf config/yum.conf.x86_64 --destdir /srv/pungi \
|
|
||||||
--cachedir /srv/pungi/cache --arch x86_64 --version 6.89 \
|
|
||||||
--discs 1
|
|
||||||
|
|
||||||
Of course, fill in some of your own values.
|
sudo ./pungi -c config/pungi.conf
|
||||||
|
|
||||||
|
Of course, edit /etc/pungi/* for your own values
|
||||||
|
Loading…
Reference in New Issue
Block a user