Ubuntu Server Installer, and backend for Ubuntu Desktop Installer
Go to file
Adam Stokes 065863d451 Add AsyncioEventLoop shim for urwid versions shipped with Ubuntu
The virtualenv was proving more complicated to use during the
image building process. Broke off our own shim until Debian/Ubuntu
get newer urwid packages.

Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
2015-06-30 16:08:42 -04:00
bin add network view/controller 2015-06-24 15:44:48 -04:00
installer Add probert to subiquity 2015-06-25 21:12:42 -05:00
probert@ceb699d9ca update probert submodule 2015-06-29 15:01:47 -04:00
subiquity Add AsyncioEventLoop shim for urwid versions shipped with Ubuntu 2015-06-30 16:08:42 -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 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 AsyncioEventLoop shim for urwid versions shipped with Ubuntu 2015-06-30 16:08:42 -04:00
README.md Add usage for running ui locally 2015-06-30 14:07:29 -04:00
requirements.txt Add AsyncioEventLoop shim for urwid versions shipped with Ubuntu 2015-06-30 16:08:42 -04:00

README.md

subiquity

Ubuntu Server Installer

building installer

make installer

running installer

make run

running the UI locally

make ui-view

overrides

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