From 123c45a7f021a49d11198cad3d88b62734cea991 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Wed, 11 Jan 2023 16:29:34 +0100 Subject: [PATCH] add no_systemd var --- pages/Getting Started/Installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Getting Started/Installation.md b/pages/Getting Started/Installation.md index 45afe48..0ae0ffe 100644 --- a/pages/Getting Started/Installation.md +++ b/pages/Getting Started/Installation.md @@ -181,6 +181,7 @@ Supported custom build flags: ```plain NO_XWAYLAND - Removes XWayland support +NO_SYSTEMD - Removes systemd dependencies ``` How to?