mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-06 02:08:47 +00:00

Each disk passed as paramater is add as 'unused[n]' in the vm.conf (the default) or ide[n]|scsi[n]|sata[n] We rely on qemu-img(1) convert heuristics to detect the file type, as this works in most case.
7 lines
325 B
Makefile
7 lines
325 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
|