From: Thomas Lamprecht Date: Tue, 1 Aug 2017 09:28:54 +0000 (+0200) Subject: setup: add a additional mapping for archlinux X-Git-Url: https://git.proxmox.com/?p=pve-container.git;a=commitdiff_plain;h=b012f0223fa52b7562ac97529ee669020aac8f61 setup: add a additional mapping for archlinux Allows simpler distro detection in next patch. Note the "ostype" in the config file will be still set to "archlinux" by Setup/ArchLinux Signed-off-by: Thomas Lamprecht --- diff --git a/src/PVE/LXC/Setup.pm b/src/PVE/LXC/Setup.pm index 738507a..f05c32e 100644 --- a/src/PVE/LXC/Setup.pm +++ b/src/PVE/LXC/Setup.pm @@ -21,6 +21,7 @@ my $plugins = { fedora => 'PVE::LXC::Setup::Fedora', opensuse => 'PVE::LXC::Setup::SUSE', archlinux => 'PVE::LXC::Setup::ArchLinux', + arch => 'PVE::LXC::Setup::ArchLinux', alpine => 'PVE::LXC::Setup::Alpine', gentoo => 'PVE::LXC::Setup::Gentoo', };