You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, some parts are hardcoded, while others were moved to a separate extension. As you already mentioned that you are working on lvm support, probably you can move the rest to the existing extension and create an extension for LVM as well. Feel free to raise a PR with the same.
Which feature would you like to have?
I am in the process of adding
LVM
support to Armbian, unfortunately this can not be implmented from an extension.LVM support is essentially similar to
CRYPTROOT
. HoweverCRYPTROOT
support is hardcoded into thepartitioning
image functions.In my opinion, both
CRYPTROOT
andLVM
, take the designated root partition, perform some custom actions, and choose a customrootdevice
.I think it should be ideal to move
CRYPTROOT
to an optional extension, and then use the same framework to implement LVM support.I think the easiest way to do his, is allowing the
post_create_partitions
hook to optionally pick therootdevice
.Funding
The text was updated successfully, but these errors were encountered: