From dfb10e646e05a7788aa48190dc5ee05cdd413f99 Mon Sep 17 00:00:00 2001 From: Thomas Jost Date: Thu, 12 Sep 2013 11:55:08 +0200 Subject: [PATCH] Add Archlinux "distribution" fact --- library/system/setup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 library/system/setup diff --git a/library/system/setup b/library/system/setup old mode 100644 new mode 100755 index e39910fb4ef..0677b8dc94f --- a/library/system/setup +++ b/library/system/setup @@ -115,7 +115,8 @@ class Facts(object): '/etc/openwrt_release': 'OpenWrt', '/etc/system-release': 'OtherLinux', '/etc/alpine-release': 'Alpine', - '/etc/release': 'Solaris' } + '/etc/release': 'Solaris', + '/etc/arch-release': 'Archlinux' } SELINUX_MODE_DICT = { 1: 'enforcing', 0: 'permissive', -1: 'disabled' } # A list of dicts. If there is a platform with more than one