From b6d22068ec11bc652e7b98ed9c4f8afb95b47146 Mon Sep 17 00:00:00 2001 From: sandbank52641 <153552626+sandbank52641@users.noreply.github.com> Date: Sun, 14 Jul 2024 19:36:15 +0200 Subject: [PATCH] add setup details for Debian bookworm --- static/build.html | 18 ++++++++++++++++++ static/main.css | 27 ++++++++++++++++++++++++++- 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/static/build.html b/static/build.html index 7a465aba..954bb708 100644 --- a/static/build.html +++ b/static/build.html @@ -193,6 +193,24 @@
Arch Linux, Debian bookworm, Ubuntu 23.04 and Ubuntu 22.04 LTS are the officially supported operating systems for building GrapheneOS.
+To build GrapheneOS, install the required packages:
+ +apt install repo yarnpkg python3-venv zip rsync+ +
Your PATH
may not contain directories like
+ /sbin
, and many system administration commands will fail. The
+ adevtool
from GrapheneOS requires the debugfs
+ binary in /sbin
. The simplest workaround is to add these
+ directories to your PATH
environment variable (and apply the
+ change to your current shell):
echo 'export PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin' >> ~/.bashrc +source ~/.bashrc+
Dependencies for fetching and verifying the sources: