Skip to content

Add a flag for having system in data partition

Flo Lee requested to merge system-in-data into main

Older devices like the Oneplus One have a too small system partition for focal. we cannot use systempart parameter anymore since it will be missing for A/B devices. Instead lets make something that is only relevant for recovery and installation.

Similar stuff has been done for ubp5.1 legacy builds already to indicate the needed hardlink to be created during installation: b198ae60

Merge request reports