Ubuntu Server Installer, and backend for Ubuntu Desktop Installer
Go to file
Diogo Matsubara 387789d33e add python3-coverage as devel dependency 2015-07-24 10:03:37 -03:00
bin Merge branch 'grub2' into merge_grub2 2015-07-22 09:13:10 -05:00
installer Merge branch 'master' into trivial-fixes 2015-07-23 16:34:47 -03:00
probert@f98791fe73 Update probert code 2015-07-13 09:32:13 -04:00
subiquity Implement Filesystem Model Reset 2015-07-23 10:06:28 -05:00
tests Use virtualenv to make use of urwid 1.3.0 and the asyncio library 2015-06-30 13:02:39 -04:00
.gitignore Use virtualenv to make use of urwid 1.3.0 and the asyncio library 2015-06-30 13:02:39 -04:00
.gitmodules add probert submodule 2015-06-29 11:09:19 -04:00
LICENSE Initial commit 2015-06-08 17:57:45 -04:00
Makefile add python3-coverage as devel dependency 2015-07-24 10:03:37 -03:00
README.md Update readme for executing dryrun 2015-07-16 20:12:39 -04:00
requirements.txt trivial fixes: devel dependencies, use git@github url instead of http to avoid password. 2015-07-23 13:23:00 -03:00

README.md

subiquity

Ubuntu Server Installer

building installer

make installer

running installer

make run

running the UI locally

make ui-view

with --dry-run

make dryrun

overrides

make RELEASE=[wily, vivid, trusty] ARCH=[amd64, i386, armf, arm64, ppc64el] installer
make RELEASE=wily ARCH=arm64 run