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

Verified Commit 2ed8ffbb authored by Manu Suresh's avatar Manu Suresh
Browse files

web-installer: remove redundant bootloader connect step after lock removal

parent fbcfe4a8
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -30,15 +30,10 @@
        "flash sspm_a sspm.img",
        "flash scp_a scp.img",
        "flash spmfw_a spmfw.img",
        "flash md1img_a md1img.img --set-active=a"
        "flash md1img_a md1img.img --set-active=a",
        "reboot"
      ]
    },
    {
      "mode": "bootloader",
      "id": "connect-bootloader",
      "command": ["connect bootloader", "reboot"],
      "needUserGesture": true
    },
    {
      "id": "murena-workspace-account",
      "needUserGesture": true
+2 −7
Original line number Diff line number Diff line
@@ -43,15 +43,10 @@
        "flash vbmeta vbmeta.img",
        "erase userdata",
        "erase metadata",
        "flash userdata userdata.img"
        "flash userdata userdata.img",
        "reboot"
      ]
    },
    {
      "mode": "bootloader",
      "id": "connect-bootloader",
      "command": ["connect bootloader", "reboot"],
      "needUserGesture": true
    },
    {
      "id": "murena-workspace-account",
      "needUserGesture": true
+2 −7
Original line number Diff line number Diff line
@@ -26,15 +26,10 @@
        "flash sspm_a sspm.img",
        "flash scp_a scp.img",
        "flash spmfw_a spmfw.img",
        "flash md1img_a md1img.img --set-active=a"
        "flash md1img_a md1img.img --set-active=a",
        "reboot"
      ]
    },
    {
      "mode": "bootloader",
      "id": "connect-bootloader",
      "command": ["connect bootloader", "reboot"],
      "needUserGesture": true
    },
    {
      "id": "murena-workspace-account",
      "needUserGesture": true
+2 −7
Original line number Diff line number Diff line
@@ -53,15 +53,10 @@
        "flash vbmeta_b vbmeta.img",
        "erase userdata",
        "erase metadata",
        "flash userdata userdata.img"
        "flash userdata userdata.img",
        "reboot"
      ]
    },
    {
      "mode": "bootloader",
      "id": "connect-bootloader",
      "command": ["connect bootloader", "reboot"],
      "needUserGesture": true
    },
    {
      "id": "murena-workspace-account",
      "needUserGesture": true