Ubuntu Server Installer, and backend for Ubuntu Desktop Installer
Go to file
Ryan Harper 8fa43b57ea Call curtin installer from subiquity
Hacky method, but in welcome controller, use subprocess to
call a script which invokes curtin at a known location with
a specific set of parameters.

Modify the installer configuration and start-up scripts to
ensure Subiquity runs on tty1 and keeps the service running.

Upon hitting 'Confirm' Subiquity will exec curtin_wrap.sh
which calls the *real* curtin.  Cloud-init user-data has been
modified to unpack the curtin archive embedded.

When complete, the target.img file is bootable.

Signed-off-by: Ryan Harper <ryan.harper@canonical.com>
2015-06-16 18:59:13 -05:00
bin Call curtin installer from subiquity 2015-06-16 18:59:13 -05:00
installer Call curtin installer from subiquity 2015-06-16 18:59:13 -05:00
subiquity Call curtin installer from subiquity 2015-06-16 18:59:13 -05: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