Hi:

We are tray to boot a machine from network and install the SO by using kickstart....

So we find to declare a disk that can be created on the flay (by using dd) and that is not necessary to be formated...

What is the correct way to declare this stuff from the template file??

We tray this:

NAME = "svgv"
CPU    = 2
VCPU   = 2
MEMORY = 8192
OS = [ boot = "network" ]
DISK = [ TYPE   = "block",
        SIZE   = 102400,
        SAVE   = no,
        TARGET = sda ]


but it stands for "there is no source for disk image"....

Who we can do for manage this situation??

Regards.


_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to