Skip to content

Manually disable the master

Florian HESLOUIN requested to merge disable-master into develop

In our current workflow, the master device shutdown as soon as Apps & Contents are installed. It is not always what we want and we prefer manually disable the master when the setup is fine for us.

We have now to manually trigger /usr/local/bin/disable_master.sh to remove the flags.

The workflow is now the following :

  1. Start a master device
  2. Verify the device
  3. Trigger disable_master.sh script
  4. Shutdown the device
  5. Clone the SD card
  6. Start cloned device

Merge request reports