Our profiles have a lot of duplicated packages in their profiles.
So add support for a shared profile, that has all the packages that
needs to be installed on all profiles, so we can clean up the profiles
in the future.
See
https://gitlab.manjaro.org/manjaro-arm/applications/manjaro-arm-tools/-/merge_requests/15
for the Manjaro ARM Tools MR for the same thing.
Signed-off-by: Dan Johansen <strit@manjaro.org>
The Clockwork Pi DevTerm is an rk3399 based device, so encryption should
work, just like with the other rk3399 based devices we have.
So enable the prompt on the DevTerm to ask for encryption.
Fixes#50.
Signed-off-by: Dan Johansen <strit@manjaro.org>
and update the readme with the mobile stuff
also bump the version to 1.4.9 so it's ready for the next release.
Signed-off-by: Dan Johansen <strit@manjaro.org>
This adds the option to choose either
PinePhone or PineTab in the device menu.
It also adds Plasma Mobile and Phosh
specific settings and installation workarounds
to get a working system going.
Be aware that the Installer always uses the stable branch
and as the profiles for mobile devices often change,
the profile might fail to install because of missing
packages or settings.
Signed-off-by: Dan Johansen <strit@manjaro.org>
Since we have now had encryption support for the pbpro for a while,
we can extend the support for other similar devices.
So add encryption option for the following devices too:
Rockpro64
Rock Pi 4B
Rock Pi 4C
Signed-off-by: Dan Johansen <strit@manjaro.org>
Also fix overlay permissions again,
since it turns out that minimal and server
editions might also have polkit stuff installed.
Also do some indentation cleanup
Signed-off-by: Dan Johansen <strit@manjaro.org>
Use GPT partition tables on devices that support it.
Add budgie edition to edition list, but mark it as experimental.
Remove the experimental marking on Gnome edition.
Oh, and update version to 1.4.3.
Signed-off-by: Dan Johansen <strit@manjaro.org>
Trying to create an encrypted install, from an encrypted Manjaro ARM install, will mess up some stuff as mentioned in issue #33.
Put in a check to see if the host system has /dev/mapper/ROOT_MNJRO and abort installation if encryption is chosen in the installer.
Signed-off-by: Dan Johansen <strit@manjaro.org>