diff --git a/tech/pinephone.wiki b/tech/pinephone.wiki index 11f0e20..38ffd84 100644 --- a/tech/pinephone.wiki +++ b/tech/pinephone.wiki @@ -19,6 +19,13 @@ Iteration one, using the following layout Choose to use the stage3-arm64-systemd +=== Chrooting === + +In order to chroot into the system, you may need to use qemu to emulate the +system architecture. This can be done using `qemu-user-static` and +`binfmt-qemu-static`. These allow you to chroot into an enviroment of a +different architecture. + === Cross compiler === First, we will be compiling on a host gentoo system. To do this, first install