From 785cd261a13fbaa165944ba65b74015c51b123a3 Mon Sep 17 00:00:00 2001 From: erebion Date: Sat, 31 Aug 2024 21:46:43 +0200 Subject: [PATCH] add note about packages that might be required --- IMAGE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/IMAGE.md b/IMAGE.md index b7c1e5a..8357145 100644 --- a/IMAGE.md +++ b/IMAGE.md @@ -27,6 +27,7 @@ DEB_HOST_ARCH=arm64 dpkg-buildpackage -a arm64 -us -uc -rfakeroot -b -Pcross,noc ## Building the Image +- Apparently you need to have `android-sdk-libsparse-utils` and, `cryptsetup` for encrypted images, installed, not sure what else might be required - First `cd` to the Mobian repo - Copy the kernel deb to `devices/qcom/packages`, so that it gets installed onta the image we are about to build. - Add your SSH authorized keys file to `overlays/ssh/authorized_keys`, important so you can log in later