Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd85c746 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "fastboot: Check that reboot to userspace succeeded."

parents 602f9a29 0444a8cb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1312,6 +1312,9 @@ void FlashAllTool::UpdateSuperPartition() {
    if (!is_userspace_fastboot()) {
        reboot_to_userspace_fastboot();
    }
    if (!is_userspace_fastboot()) {
        die("Failed to boot into userspace; one or more components might be unbootable.");
    }
    fb->Download("super", fd, get_file_size(fd));

    std::string command = "update-super:super";