]> git.proxmox.com Git - pve-container.git/commit - src/PVE/LXCSetup/Debian.pm
PVE::LXCCreate, use our own class instead of running extenal lxc-create
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 24 Apr 2015 14:49:29 +0000 (16:49 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 24 Apr 2015 14:50:47 +0000 (16:50 +0200)
commit5b4657d05eab58d04a41e502c03b7f8f23b60bab
tree320223222f633831303bb79fd400f91c0e44a862
parentdce235ad20fe64201bdfb070974eb9a36a1dd287
PVE::LXCCreate, use our own class instead of running extenal lxc-create

This way we can use all PVE::Storage features. This patch
uses a raw image for rootfs, which is loop mounted by lxc.
src/Makefile
src/PVE/API2/LXC.pm
src/PVE/LXC.pm
src/PVE/LXCCreate.pm [new file with mode: 0644]
src/PVE/LXCSetup.pm
src/PVE/LXCSetup/Base.pm
src/PVE/LXCSetup/Debian.pm
src/PVE/Makefile
src/lxc-pve
src/lxc-pve-mount-hook
src/test/run_tests.pl