Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-11 13:48:19 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-11 13:48:19 (GMT)
commitb60887739dae40201f5f6eba7def1da53b1c2412 (patch)
treed802baf25202acdc35a7c28c82b42623e325ec24 /scripts
parent487985bc7b4e3b2abe8c5418fe3ec468ac103c72 (diff)
Add i686, which is what uname repost on Ubuntu 12.10
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-system2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-system b/scripts/check-system
index d62d4a2..8732e9d 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -153,7 +153,7 @@ def check_distro():
pass
arch = subprocess.check_output(["uname", "-i"]).strip()
- if arch not in ["i386", "x86_64"]:
+ if arch not in ["i386", "i686", "x86_64"]:
distro = "unsupported"
return distro