]> git.proxmox.com Git - pve-container.git/commitdiff
setup: add a additional mapping for archlinux
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 1 Aug 2017 09:28:54 +0000 (11:28 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 2 Aug 2017 07:46:47 +0000 (09:46 +0200)
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 <t.lamprecht@proxmox.com>
src/PVE/LXC/Setup.pm

index 738507a693694300553d52ece67e1aa74b3a4811..f05c32ea3eeb49b468ca5987999f4714724deff6 100644 (file)
@@ -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',
 };