Skip to content
Snippets Groups Projects
Commit 1bcbdc42 authored by Jeremy Lempereur's avatar Jeremy Lempereur
Browse files

Bug 1556257 - Add Funtoo support to mach bootstrap. r=froydnj

Differential Revision: https://phabricator.services.mozilla.com/D33425

--HG--
extra : moz-landing-system : lando
parent 4376c36f
No related branches found
No related tags found
No related merge requests found
......@@ -249,7 +249,7 @@ class Bootstrapper(object):
elif distro in DEBIAN_DISTROS:
cls = DebianBootstrapper
args['distro'] = distro
elif distro == 'Gentoo Base System':
elif distro in ('Gentoo Base System', 'Funtoo Linux - baselayout '):
cls = GentooBootstrapper
elif os.path.exists('/etc/arch-release'):
# Even on archlinux, platform.linux_distribution() returns ['','','']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment