final A/B part

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
parent 050d8117fc
commit 0bceae9d26

@ -210,6 +210,8 @@ mount_partitions () {
mount --move /system /system_root
mount -o bind /system_root/system /system
fi
[ ! -f /system/build.prop ] && error "failed to mount /system (unsupported A/B device?)"
}
detect_mode () {

Loading…
Cancel
Save