Skip to content

ehazlett/reconstructor.engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reconstructor Engine

GNU/Linux Distribution Toolkit

Quickstart

Currently there is no PyPI package available as it is still in development. Here are instructions on using local.

Show Help

sudo python ./reconstructor/runner.py -h

Create Minimal Live ISO

sudo python ./reconstructor/runner.py --name mydist --arch amd64 --codename precise --output-file ~/mydist.iso

Create Minimal Live ISO with additional packages

sudo python ./reconstructor/runner.py --name mydist --arch amd64 --codename precise --output-file ~/mydist.iso --packages="tmux,vim,git-core"

Vagrant

You can use the included Vagrantfile to get a working build environment. You can run vagrant up ; vagrant ssh, then cd /vagrant. You can then use the examples above to build.

About

Reconstructor Build Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published