mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-03 17:26:10 +00:00

Following OVF parameters will be extracted: * VM name * Memory * Number of cores * disks and their associated controllers
8 lines
395 B
Makefile
8 lines
395 B
Makefile
.PHONY: install
|
|
install:
|
|
install -D -m 0644 PCI.pm ${DESTDIR}${PERLDIR}/PVE/QemuServer/PCI.pm
|
|
install -D -m 0644 USB.pm ${DESTDIR}${PERLDIR}/PVE/QemuServer/USB.pm
|
|
install -D -m 0644 Memory.pm ${DESTDIR}${PERLDIR}/PVE/QemuServer/Memory.pm
|
|
install -D -m 0644 ImportDisk.pm ${DESTDIR}${PERLDIR}/PVE/QemuServer/ImportDisk.pm
|
|
install -D -m 0644 OVF.pm ${DESTDIR}${PERLDIR}/PVE/QemuServer/OVF.pm
|