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

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jeremy Lempereur 2019-06-03 01:15:09 +00:00
Родитель 4376c36f9f
Коммит 1bcbdc4284
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 ['','','']