]> git.proxmox.com Git - pve-container.git/commit - src/PVE/API2/LXC.pm
cleanup directory structure
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 19 Aug 2015 05:46:17 +0000 (07:46 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 19 Aug 2015 06:13:36 +0000 (08:13 +0200)
commit7af97ad5f89ff197db94e9aa68dc800084c7c3ae
tree9a7b58fcff493a0100d3ee36666e998d005fc993
parent2063d380079907b1dac58a26381679aeede814c1
cleanup directory structure
23 files changed:
src/PVE/API2/LXC.pm
src/PVE/LXC/Create.pm [new file with mode: 0644]
src/PVE/LXC/Makefile [new file with mode: 0644]
src/PVE/LXC/Setup.pm [new file with mode: 0644]
src/PVE/LXC/Setup/ArchLinux.pm [new file with mode: 0644]
src/PVE/LXC/Setup/Base.pm [new file with mode: 0644]
src/PVE/LXC/Setup/Debian.pm [new file with mode: 0644]
src/PVE/LXC/Setup/Makefile [new file with mode: 0644]
src/PVE/LXC/Setup/Redhat.pm [new file with mode: 0644]
src/PVE/LXC/Setup/Ubuntu.pm [new file with mode: 0644]
src/PVE/LXCCreate.pm [deleted file]
src/PVE/LXCSetup.pm [deleted file]
src/PVE/LXCSetup/ArchLinux.pm [deleted file]
src/PVE/LXCSetup/Base.pm [deleted file]
src/PVE/LXCSetup/Debian.pm [deleted file]
src/PVE/LXCSetup/Makefile [deleted file]
src/PVE/LXCSetup/Redhat.pm [deleted file]
src/PVE/LXCSetup/Ubuntu.pm [deleted file]
src/PVE/Makefile
src/lxc-pve-mount-hook
src/lxc-pve-poststop-hook
src/lxc-pve-prestart-hook
src/test/run_tests.pl