[pve-devel] [PATCH pve-container] add missing archlinux ostype confdesc enum entry
Wolfgang Bumiller
w.bumiller at proxmox.com
Wed Sep 2 08:36:38 CEST 2015
---
src/PVE/LXC.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/LXC.pm b/src/PVE/LXC.pm
index eb69fac..e9b0c8c 100644
--- a/src/PVE/LXC.pm
+++ b/src/PVE/LXC.pm
@@ -87,7 +87,7 @@ my $confdesc = {
ostype => {
optional => 1,
type => 'string',
- enum => ['debian', 'ubuntu', 'centos'],
+ enum => ['debian', 'ubuntu', 'centos', 'archlinux'],
description => "OS type. Corresponds to lxc setup scripts in /usr/share/lxc/config/<ostype>.common.conf.",
},
console => {
--
2.1.4
More information about the pve-devel
mailing list