Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

CanonicalLtd/flashback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flashback

Lightweight recovery image installer that handles:

  • Creation of a recovery partition
  • Disk encryption (optional)
  • Factory-reset from the recovery partition

Install from Source

If you have a Go development environment set up, Go get it:

$ go get github.com/CanonicalLtd/flashback

Build it

$ cd flashback
$ ./get-deps.sh
$ go install ./...

The application will be installed to $GOPATH/bin.

Run it

  • Set up the config file, using example.yaml as a guide.
  • Run it:
    $ sudo flashback --config=/path/to/settings.yaml

About

Lightweight recovery image installer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published