Commit Graph

2968 Commits

Author SHA1 Message Date
Adam Stokes e4c7f3d6cb Still working out how I want the models to work
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
2015-06-16 20:17:40 -04:00
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
Adam Stokes a80d6b16d0 Document Padding/Color classes and methods
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
2015-06-16 19:40:31 -04:00
Adam Stokes ffc4453474 Start work on language selection screen
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
2015-06-16 19:17:04 -04:00
Adam Stokes 710a7da864 Make anchors match closer to our guideline doc
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
2015-06-16 19:16:40 -04:00
Adam Stokes 6702ae87cc Provide Color class mapping
Dynamically generate the AttrMap's based on our palette keys.

Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
2015-06-16 19:15:45 -04:00
Adam Stokes bbc0e317f5 Provide separate palette mapping for monochrome
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
2015-06-16 19:14:41 -04:00
Adam Stokes 8ecbf7eba9 Merge pull request #2 from CanonicalLtd/installer_use_subiquity_ui
Use subiquity inside the install image
2015-06-16 15:50:15 -04:00
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
Adam Stokes 80407c4f68 Update README.md
Format the code portions of the readme
2015-06-15 15:47:41 -04:00
Adam Stokes 85eb3abbb5 Merge pull request #1 from CanonicalLtd/initial_installer_image_build
Initial import of installer image building
2015-06-15 15:46:46 -04:00
Ryan Harper a2ad7bf8ed Initial import of installer image building
Signed-off-by: Ryan Harper <ryan.harper@canonical.com>
2015-06-15 14:38:51 -05:00
Adam Stokes 058e9ec422 fix safe colors
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
2015-06-11 09:37:17 -04:00
Adam Stokes ce18689b94 Split out controllers/views, add additional UI utilities
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
2015-06-10 18:43:56 -04:00
Adam Stokes 8d1894641f add curses display for serial
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
2015-06-10 17:31:04 -04:00
Adam Stokes 389fdf17cb Add initial start view, buttons, and utilities
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
2015-06-10 16:59:55 -04:00
Adam Stokes 9f78c2a775 Start work on models and ui
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
2015-06-08 23:40:41 -04:00
Adam Stokes d812ff23b8 Initial commit 2015-06-08 17:57:45 -04:00