The current migration module fails if the installed system is not encrypted. However, the migration logic isn't bound to the system being encrypted.
This PR makes the encryption optional, rather than mandatory. The migration will work on both encrypted and unencrypted systems.
This is useful as I do not want Yuga Linux to be encrypted, but the migration feature is still useful.
The current migration module fails if the installed system is not encrypted. However, the migration logic isn't bound to the system being encrypted. This PR makes the encryption optional, rather than mandatory. The migration will work on both encrypted and unencrypted systems.
This is useful as I do not want Yuga Linux to be encrypted, but the migration feature is still useful.