Ubuntu Server Installer, and backend for Ubuntu Desktop Installer
Go to file
Adam Stokes 709ae2a51a Update install progress controller
Provide streaming updates to the UI during non blocking
commands. For the progress controller specifically this
is the output from curtin_wrap and subsequent curtin
execs.

Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
2015-08-23 23:55:45 -04:00
bin Dont chunk the data line 2015-07-24 16:10:20 -04:00
installer Add python3-tornado to geninstaller reqs 2015-08-23 23:52:48 -04:00
probert@f98791fe73 Update probert code 2015-07-13 09:32:13 -04:00
subiquity Update install progress controller 2015-08-23 23:55:45 -04: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 add setuptools 2015-08-21 14:15:04 -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 setuptools 2015-08-21 14:15:04 -04:00
README.md Update readme for executing dryrun 2015-07-16 20:12:39 -04:00
requirements.txt Switch to Tornado's event loop 2015-08-23 18:48:52 -04:00
setup.py add setuptools 2015-08-21 14:15:04 -04: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