http://c25o7knygjm3m67jy27yuynvv4pkfi25naucscmh4ubq2ggiig3v57ad.onion/en/guix-on-android.html
Remount-it read-write and create necessary directories: mount -o remount,rw /
mkdir /gnu /var
mount -o remount,ro / Now, we can't just copy the content of the binary archive to these
folders because the initramfs has a limited amount of space. Guix complains when /gnu or /gnu/store is a symlink. One solution consists in
installing the content of the binary tarball on an existing partition (because
you can't modify the partition layout easily) that has enough free space,
typically the data...