Commit Graph

846 Commits

Author SHA1 Message Date
Michael Hudson-Doyle d5832f3c92 trivial edits 2017-01-17 13:17:53 +13:00
Michael Hudson-Doyle d75cbabb61 move subiquity welcome stuff out of subiquitycore 2017-01-17 12:04:15 +13:00
Michael Hudson-Doyle 24c915ff17 simplify console_conf.controllers.WelcomeController 2017-01-17 11:34:32 +13:00
Michael Hudson-Doyle ee51fda2f5 console_conf.views.welcome.WelcomeView no longer inherits from CoreWelcomeView 2017-01-17 11:34:32 +13:00
Michael Hudson-Doyle e50ccb9c76 stop sharing WelcomeController 2017-01-17 11:34:32 +13:00
Michael Hudson-Doyle 4e726495c3 move BaseIdentityController to become subiquity's IdentityController 2017-01-17 11:34:32 +13:00
Michael Hudson-Doyle 5f6be3c094 stop consoleconf's IdentityController inheriting from BaseIdentityController 2017-01-17 11:34:32 +13:00
Michael Hudson-Doyle 5d667b16fe Merge pull request #186 from CanonicalLtd/mwhudson/cleanups
assorted cleanups
2017-01-17 11:34:07 +13:00
Michael Hudson-Doyle b80145a99c simplify some generic view code 2017-01-13 15:08:31 +13:00
Michael Hudson-Doyle 9cb0c00271 remove some unused code from utils.py 2017-01-13 15:08:31 +13:00
Michael Hudson-Doyle ac7e7cd08b remove BaseModel as it no longer does anything 2017-01-13 15:08:31 +13:00
Michael Hudson-Doyle bfba9f21b5 remove unused stuff from log.py 2017-01-13 15:08:31 +13:00
Michael Hudson-Doyle 6febf16d22 clean up some silly stuff in core.py 2017-01-13 15:08:31 +13:00
Michael Hudson-Doyle 53ccc2f2f1 use a different dry-run command
for some reason top fails with "cannot get tty" on my system.
2017-01-13 15:08:31 +13:00
Michael Hudson-Doyle 17b943209e remove subiquitycore/async.py
it was just a glorified global variable.
2017-01-13 15:08:31 +13:00
Michael Hudson-Doyle 5c40c0eb19 remove meta.py, contains no code 2017-01-13 15:08:31 +13:00
Michael Hudson-Doyle 60c6037a8a move curtin.py from subiquitycore to subiquity 2017-01-13 15:08:31 +13:00
Michael Hudson-Doyle 0caf13181e Do not say a netdev is not configured when there is no configuration 2017-01-11 15:42:16 +13:00
Michael Hudson-Doyle 6e3197847e Merge branch 'mwhudson/lp-1654387' 2017-01-11 15:39:00 +13:00
Michael Hudson-Doyle 63d1de120e Merge branch 'master' into mwhudson/lp-1654387 2017-01-11 14:55:31 +13:00
Michael Hudson-Doyle d88ff7bf9a add flag to geninstaller to install local subiquity 2017-01-11 14:53:53 +13:00
Michael Hudson-Doyle 950cef9031 changelog entry for this branch 2017-01-09 22:04:19 +13:00
Michael Hudson-Doyle b747e667c4 Merge branch 'master' into mwhudson/lp-1654387 2017-01-09 22:03:26 +13:00
Michael Hudson-Doyle d6ab3e304e changelog entries for recent work 2017-01-09 22:03:18 +13:00
Michael Hudson-Doyle ae05b66a47 rewrite Selector to work like an HTML <select> widget
This was way way harder than it seemed like it should be, but it seems a lot
nicer to me.

For https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1654387
2017-01-09 16:11:32 +13:00
Michael Hudson-Doyle 7b65d54624 fix installer/README.md now that geninstaller actually completes 2017-01-06 09:42:56 +13:00
Michael Hudson-Doyle 8e52cc1254 rewrite blockdev_align_up to not increase already aligned arguments 2017-01-06 09:14:14 +13:00
Michael Hudson-Doyle 42343da0ae Merge pull request #184 from CanonicalLtd/geninstaller-cleanup
Geninstaller cleanup
2017-01-05 16:18:51 +13:00
Michael Hudson-Doyle 81fcdfd01b fix blockdev_align_up to actually round up by 1M, not 1G
part of https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1654079
2017-01-05 14:45:14 +13:00
Steve Langasek 7944fd97d9 forcibly kill any dirmngr and gpg-agent processes spawned by apt-key / add-apt-repository in yakkety+ 2017-01-04 17:00:54 -08:00
Steve Langasek 4f1b4cc3c1 And further cleanup of bootloader deps 2017-01-04 15:53:10 -08:00
Steve Langasek 4db8b82241 ... and dosfstools 2017-01-04 15:51:28 -08:00
Steve Langasek e7d42f5a57 rsync also required 2017-01-04 15:43:16 -08:00
Steve Langasek efe7743ba7 Install ubuntu-cloudimage-keyring, cloud-image-utils from the right place 2017-01-04 15:36:34 -08:00
Steve Langasek c7dbab1968 Explicitly include wget 2017-01-04 15:32:08 -08:00
Steve Langasek c7d9dc0e78 Don't ever use umount -l if you want to act on the device afterwards (e.g. by using kpartx -d) 2017-01-04 15:31:55 -08:00
Steve Langasek 2c45a24efd Don't tell the user to manually install packages that will be installed by geninstaller anyway 2017-01-04 15:02:39 -08:00
Steve Langasek e2c31760b8 geninstaller has no .sh extension here 2017-01-04 14:09:01 -08:00
Michael Hudson-Doyle c0c998c6b1 fix a couple of typos in installer/README.md 2017-01-04 16:35:40 +13:00
Mathieu Trudel-Lapierre b9a990171c identity: don't quit after subiquity/subiquitycore identity controller, it should be able to continue to the next screen. 2016-12-22 22:16:15 -05:00
Mathieu Trudel-Lapierre 87b8dc3ccc Support conditional 'shell=True' calls, required for top's redirection, and not supported in curtin... 2016-12-22 22:15:02 -05:00
Mathieu Trudel-Lapierre 0f39f471b1 Improve log/error reporting to not overflow screen. 2016-12-22 22:14:06 -05:00
Mathieu Trudel-Lapierre a3c875fdf8 Clean up installprogress strings. 2016-12-22 22:13:07 -05:00
Mathieu Trudel-Lapierre 862684efbc Fix stop calls for subiquity service. 2016-12-22 22:12:03 -05:00
Mathieu Trudel-Lapierre d9f60688fc Adapt curtin_install_cmd and run_command_sync calls to API changes in run_command()... 2016-12-22 08:52:21 -05:00
Mathieu Trudel-Lapierre fa6bd01408 Fix error in target image name in README for installer testing 2016-12-22 08:48:51 -05:00
Mathieu Trudel-Lapierre 4924e5c15a Fix release version in subiquity installpath. 2016-12-21 19:01:02 -05:00
Mathieu Trudel-Lapierre 7083d1cc8c Merge branch 'master' of github.com:CanonicalLtd/subiquity 2016-12-21 18:59:24 -05:00
Mathieu Trudel-Lapierre f7f5fc2745 Merge branch 'geninstaller' 2016-12-21 18:59:12 -05:00
Mathieu Trudel-Lapierre 750e3421cc Update README for image creation 2016-12-21 18:58:51 -05:00