John.Sanabria@xxxxxxxxxxxx wrote:
Hi, i already built virtual boxes with koan. Question, there exist a parameter where can specify the directory where virtual image will be located? I assume by default is /var/lib/virtimages thanks, PD: Sorry, i'm not python programmer, but i did a grep in directory /usr/lib/python2.4/site-packages/cobbler for "virtimages" word and i can't found anything. (`'`'`'`'`) | | | | | | -----.. (()---- | | || (_ | | || | | | || | | | || /\ ..-- '--------'' /\ ||-'' \ / \ \ \// ,, \---. .---------. \./ |~| /__\ \ | ___|_________|__|""-.___ / || | | | | .-----' || | | | |CC.-----. | | | | '-----' | |-ABG | | _______________________________________________ et-mgmt-tools mailing list et-mgmt-tools@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/et-mgmt-tools
Currently this is hardcoded in koan's source to /var/lib/virtimages. Adding a /var/lib/virtimages directory symlink in your kickstart's %post when provisioning the dom0's might be a good idea, if you wanted to use storage not on /var. Or virtimages could be a mount point... either way.
I'll look into adding some options for this.
--Michael