Ubuntu Server Installer, and backend for Ubuntu Desktop Installer
Go to file
Adam Stokes d4aad9fab0 Merge pull request #51 from CanonicalLtd/switch-to-packages
Switch to packages
2015-09-28 14:04:48 -04:00
bin Rename to subiquity-tui for package install 2015-09-28 11:20:22 -04:00
examples Add nonic example file 2015-09-03 13:47:35 -05:00
installer Switch to single overlay dir 2015-09-28 09:01:46 -05:00
subiquity Merge pull request #50 from CanonicalLtd/patch-password-validate 2015-09-28 11:05:55 -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 probert to ignore list 2015-09-02 14:08:39 -04:00
.gitmodules Update topdir Makefile targets 2015-09-01 10:04:24 -05:00
LICENSE Initial commit 2015-06-08 17:57:45 -04:00
Makefile Makefile: Spell ovmf correctly 2015-09-22 22:23:04 -05:00
README.md Add new cli option to read machine probe data from file 2015-08-28 13:22:29 -05:00
requirements.txt Switch to Tornado's event loop 2015-08-23 18:48:52 -04:00
setup.py Rename to subiquity-tui for package install 2015-09-28 11:20:22 -04:00

README.md

subiquity

Ubuntu Server Installer

building installer

make installer

running installer

make run

running the UI locally in dry-run mode

make

running the UI locally with a different machine profile (see examples/)

MACHINE=examples/desktop.json make

overrides

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