Bug 1701576 - Improve openSUSE detection during bootstrap r=glandium,mhentges DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D110059
This commit is contained in:
Gabriele Svelto 2021-04-01 10:04:31 +00:00
Родитель 4f32ce5b6c
Коммит 831c355e81
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -242,7 +242,7 @@ class Bootstrapper(object):
cls = ArchlinuxBootstrapper
elif dist_id in ("void"):
cls = VoidBootstrapper
elif os.path.exists("/etc/SUSE-brand"):
elif dist_id in ("opensuse", "opensuse-tumbleweed", "suse"):
cls = OpenSUSEBootstrapper
else:
raise NotImplementedError(