X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README.developers;h=0cadb53538160afc1d2e8bf9c989b25754406222;hb=190106170d7bccb5b52262a620ad4d504891624d;hp=02dfa6cc322019f06dbdd786f00fef5328ba5acb;hpb=444e5cf419245a3056b40a56afa95f52cb48fa98;p=virt-p2v.git diff --git a/README.developers b/README.developers index 02dfa6c..0cadb53 100644 --- a/README.developers +++ b/README.developers @@ -1,3 +1,18 @@ +Support +---------------------------------------------------------------------- + +Please send all queries, patches, bug reports etc. to the +et-mgmt-tools mailing list: + + http://www.redhat.com/mailman/listinfo/et-mgmt-tools + +Source repository +---------------------------------------------------------------------- + +If you have Mercurial installed, then: + + hg clone http://hg.et.redhat.com/virt/applications/virt-p2v--devel + Background reading ---------------------------------------------------------------------- @@ -23,7 +38,12 @@ virt-p2v inittab - Replacement /etc/inittab. + Replacement /etc/inittab (for init-based systems). + +tty1 + + Replacement /etc/event.d/tty1 (for upstart-based systems). + iso-attach @@ -35,6 +55,15 @@ extras/ this contains paravirt drivers for Red Hat Enterprise Linux, CentOS and friends. +Tips for OCaml +---------------------------------------------------------------------- + +All the packages you need are in Fedora and Debian. + +If using emacs, make sure you install tuareg-mode (the editing mode +for OCaml). Unfortunately there is no Fedora package for it at the +moment, but it is very easy to install. + General implementation plan ----------------------------------------------------------------------