Skip to content

[FEATURE]  Is it possible to add vm installation from pxe? #17

@raegent-rf

Description

@raegent-rf

Here is an example of a command

virt-install --name=vm1.name --memory=4096 --vcpus=4 \
--disk /dev/vg0/vm1-name-root,bus=virtio,cache=none \
--os-variant ol8.10 -x 'inst.ks=http://url_path/ks/ks-vm1-name.cfg inst.repo=http://url_path/OL8_aarch64 ip=192.168.1.69::192.168.1.1:255.255.255.0:vm1.name:eth0:none nameserver=192.168.1.53 console=ttyS0' \
--network bridge=br10 --graphics none --virt-type kvm \
--arch aarch64 -l http://url_path/OL8_aarch64/ \
--autostart \
--metadata something

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions