Ubuntu Server Installer, and backend for Ubuntu Desktop Installer
Go to file
Ryan Harper fc269dff06 Use subiquity inside the install image
- Tar up the subiquity code and inject that into the user-data
 - Add support for encoding when adding binary files
 - Until we have a way to detect serial presence, run installer on tty1
 - Add power_state hook to shut machine off after subiquity exits
 - git status ignore image file in installer dir

Signed-off-by: Ryan Harper <ryan.harper@canonical.com>
2015-06-16 14:45:05 -05:00
bin Split out controllers/views, add additional UI utilities 2015-06-10 18:43:56 -04:00
installer Use subiquity inside the install image 2015-06-16 14:45:05 -05:00
subiquity fix safe colors 2015-06-11 09:37:17 -04:00
test Add initial start view, buttons, and utilities 2015-06-10 16:59:55 -04:00
.gitignore Use subiquity inside the install image 2015-06-16 14:45:05 -05:00
LICENSE Initial commit 2015-06-08 17:57:45 -04:00
Makefile Use subiquity inside the install image 2015-06-16 14:45:05 -05:00
README.md Update README.md 2015-06-15 15:47:41 -04:00

README.md

subiquity

Ubuntu Server Installer

building installer

make installer

running installer

make run

overrides

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