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

Verified Commit 9caeffa2 authored by Manu Suresh's avatar Manu Suresh
Browse files

web-installer: add reboot step for devices that were relying on auto-reboot...

web-installer: add reboot step for devices that were relying on auto-reboot after bootloader locking
parent f610edb0
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -67,7 +67,8 @@
        "flash cmnlib64_b cmnlib64.img",
        "flash cmnlib64_b cmnlib64.img",
        "flash keymaster_a keymaster.img",
        "flash keymaster_a keymaster.img",
        "flash keymaster_b keymaster.img",
        "flash keymaster_b keymaster.img",
        "flash userdata userdata.img"
        "flash userdata userdata.img",
        "reboot"
      ]
      ]
    },
    },
    {
    {
+2 −1
Original line number Original line Diff line number Diff line
@@ -48,7 +48,8 @@
      "command": [
      "command": [
        "connect bootloader",
        "connect bootloader",
        "erase avb_custom_key",
        "erase avb_custom_key",
        "flash avb_custom_key pkmd_pixel.bin"
        "flash avb_custom_key pkmd_pixel.bin",
        "reboot"
      ],
      ],
      "needUserGesture": true
      "needUserGesture": true
    },
    },
+2 −1
Original line number Original line Diff line number Diff line
@@ -47,7 +47,8 @@
      "command": [
      "command": [
        "connect bootloader",
        "connect bootloader",
        "erase avb_custom_key",
        "erase avb_custom_key",
        "flash avb_custom_key pkmd_pixel.bin"
        "flash avb_custom_key pkmd_pixel.bin",
        "reboot"
      ],
      ],
      "needUserGesture": true
      "needUserGesture": true
    },
    },
+2 −1
Original line number Original line Diff line number Diff line
@@ -48,7 +48,8 @@
      "command": [
      "command": [
        "connect bootloader",
        "connect bootloader",
        "erase avb_custom_key",
        "erase avb_custom_key",
        "flash avb_custom_key pkmd_pixel.bin"
        "flash avb_custom_key pkmd_pixel.bin",
        "reboot"
      ],
      ],
      "needUserGesture": true
      "needUserGesture": true
    },
    },
+2 −1
Original line number Original line Diff line number Diff line
@@ -48,7 +48,8 @@
      "command": [
      "command": [
        "connect bootloader",
        "connect bootloader",
        "erase avb_custom_key",
        "erase avb_custom_key",
        "flash avb_custom_key pkmd_pixel.bin"
        "flash avb_custom_key pkmd_pixel.bin",
        "reboot"
      ],
      ],
      "needUserGesture": true
      "needUserGesture": true
    },
    },