commit eb3630a84914ddf3c8773f2f5c99dcfacdea7400
parent 2aba1fe0dcceee48552757fbd2f9a14e50856305
Author: John Bieling <john@thunderbird.net>
Date: Mon, 10 Nov 2025 13:25:04 +0000
Bug 1999197 - Add zorin to DEBIAN_DISTROS. r=sylvestre
As a long-time Windows user, I was finally forced to switch to Linux,
since my perfectly fine build system no longer supports Windows 11. The
recommended go-to Linux distribution for former Windows users is Zorin.
The switch went really well, except that `./mach bootstrap` does not
yet support this distribution. I was advised to simply update my local
`bootstrap.py` file, and I can confirm that this works for me. As I
expect more former Windows users will end up using Zorin, it would be
nice to have it work out of the box.
Differential Revision: https://phabricator.services.mozilla.com/D271928
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/python/mozboot/mozboot/bootstrap.py b/python/mozboot/mozboot/bootstrap.py
@@ -119,6 +119,7 @@ DEBIAN_DISTROS = (
"pureos",
"deepin",
"tuxedo",
+ "zorin",
)
FEDORA_DISTROS = (