Cloning Tails - noidcc/tails-group-installer GitHub Wiki

We will use Tails Installer to clone system. It has a cli that allows launching cloning with following parameters:

liveusb-creator -u - n --clone -P -m -x

Cloning that way won't be unattended but as far as user interaction is needed to plug the USB device it's won't be a problem.

Questions:

  1. This launches the original liveusb-creator with no branding.

Pre: We have a usb devices with at least 4GB capacity
Post: We have cloned Tails in the device and give control back to Create User

Algorism:

  1. Launch liveusb-creator.
  2. If process starts OK, tell user everything OK and that he/she will be ask to get the USB in a few minutes (time per user estimation).
  3. If process ends OK pass control to next step (Persistence Setup).