[pve-devel] [PATCH qemu-server 0/4] qemu_fw_cfg support for vm init
Alexandre Derumier
aderumier at odiso.com
Fri Oct 6 16:49:10 CEST 2017
This patch series add support for qemu_fw_cfg,
which allow to send through a firmware the content the vmid.conf.
It's add ipconfig,searchdomain,nameserver && sshkey like lxc.
The main usage is to bootstrap a new vm, setup network configuration or other init configs.
Alexandre Derumier (4):
add qemu firmware cfg
add ipconfigX to vm config
add searchdomain, nameserver && sshkey option
add firstboot debian sample
PVE/API2/Qemu.pm | 2 +-
PVE/QemuServer.pm | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
firstboot.debian | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 241 insertions(+), 4 deletions(-)
create mode 100755 firstboot.debian
--
2.11.0
More information about the pve-devel
mailing list