Lightweight recovery image installer that handles:
- Creation of a recovery partition
- Disk encryption (optional)
- Factory-reset from the recovery partition
If you have a Go development environment set up, Go get it:
$ go get github.com/CanonicalLtd/flashback$ cd flashback
$ ./get-deps.sh
$ go install ./...The application will be installed to $GOPATH/bin.
- Set up the config file, using
example.yamlas a guide. - Run it:
$ sudo flashback --config=/path/to/settings.yaml