/ubuntu-oem-installer

A image installer for oem image

Primary LanguageGo

ubuntu-oem-installer

This is a installer for OEM to create factory recovery partition and dump ubuntu OEM image to recovery partition.

Prerequisites

How to build

git clone https://github.com/Lyoncore/ubuntu-oem-installer.git
cd ubuntu-oem-installer
go get launchpad.net/godeps
godeps -t -u dependencies.tsv
go run bulid.go build

run tests

cd src
go test -check.vv