(06-23-2020, 01:12 PM)e-minguez Wrote: I'm afraid it is not that easyyou should create a new image using the manjaro-arm-installer repo. See the instructions there.
>> Huh, but then why does the manjaro-arm-installer repo state on its page that it consists of "Scripts for installing Manjaro ARM directly to SD/eMMC cards without the need for images", yet now you state that I do need an image?
In pseudo code steps, what does one need to do in order to get a fully-encrypted eMMC on the PBP? (I don't mind having /boot unencrypted, but the rest would be perfect).
So my guess was:
* Create a live-OS USB & boot from it
* Within the live-OS install the dependencies for the manjaro-arm-installer
* Wipe the eMMC
* On the Live OS run
Code:
sudo pacman -Syu manjaro-arm-installer
* Reboot, again into the live OS
* Run
Code:
export CRYPT="y"
sudo bash manjaro-arm-installer
A voila..
---
Now I understand these steps are incomplete and oversimplified, but where do I go wrong? What are the correct steps?