Commit Graph

899 Commits

Author SHA1 Message Date
Michael Hudson-Doyle c8c468ff8e make some names less cryptic, add license info, docstrings 2017-02-06 21:38:19 +13:00
Michael Hudson-Doyle 3c5ac3140f use new containers everywhere 2017-02-03 14:21:39 +13:00
Michael Hudson-Doyle 3d2d2c79ea custom versions of urwid containers that support tab-cycling 2017-02-03 14:19:37 +13:00
Michael Hudson-Doyle 0aae936d63 remove previous tab "support" 2017-02-03 14:15:54 +13:00
Michael Hudson-Doyle 8ff9ff5fac Merge pull request #192 from CanonicalLtd/mwhudson/disable-mount-point-sometimes
disable mount point widget if partition format should not be mounted
2017-02-03 07:46:51 +13:00
Michael Hudson-Doyle a0a6f47a07 disable mount point selectoin when the partition format is not something that should be directly mounted 2017-02-02 23:11:08 +13:00
Michael Hudson-Doyle 6426369fcb allow Selector to have disabled entries 2017-02-02 14:34:59 +13:00
Michael Hudson-Doyle ed57731a22 Merge pull request #191 from CanonicalLtd/mwhudson/readme-makefile-updates
readme and makefile updates
2017-01-27 10:13:06 +13:00
Michael Hudson-Doyle fe39d3ec9d remove lots of garbage from installer cloud image config 2017-01-27 09:58:25 +13:00
Michael Hudson-Doyle c2928d4f5a fix typo in masking of subiquity-debug@tty1.service 2017-01-27 09:57:40 +13:00
Michael Hudson-Doyle d33766d65b Merge branch 'master' into mwhudson/readme-makefile-updates 2017-01-27 09:08:33 +13:00
Michael Hudson-Doyle d4addb337c prune geninstaller more 2017-01-27 09:07:07 +13:00
Michael Hudson-Doyle 53adca4feb run apt-get update before installing packages in rootfs 2017-01-26 15:31:14 +13:00
Michael Hudson-Doyle 6290593857 no need to install probert on system running installer 2017-01-26 15:30:58 +13:00
Michael Hudson-Doyle bc9606ea7c changelog entries for recent work 2017-01-26 14:54:01 +13:00
Michael Hudson-Doyle 69d9fae595 mention -l flag in installer/README.md 2017-01-26 12:14:23 +13:00
Michael Hudson-Doyle 5538b684df hide raid/LVM/bcache setup screens for now 2017-01-26 12:12:11 +13:00
Michael Hudson-Doyle a54100d85d more things you need to build probert now 2017-01-26 12:06:05 +13:00
Michael Hudson-Doyle 3be72ca3be need pkg-config 2017-01-26 11:47:17 +13:00
Michael Hudson-Doyle d3ad1d94f8 change probert url in Makefile to https 2017-01-26 11:46:05 +13:00
Michael Hudson-Doyle ae2ad09ba3 streamline installer stuff a bit 2017-01-26 11:37:34 +13:00
Michael Hudson-Doyle b42835ef99 simplify README.md 2017-01-26 11:29:32 +13:00
Michael Hudson-Doyle ad9517722e simplify makefile 2017-01-26 11:29:20 +13:00
Michael Hudson-Doyle e95b624072 more unused stuff 2017-01-26 11:18:35 +13:00
Michael Hudson-Doyle 2408dda6c7 remove references to firstboot (an old name for console-conf?) 2017-01-26 11:18:03 +13:00
Michael Hudson-Doyle 7bbafb438a Merge pull request #190 from CanonicalLtd/mwhudson/default-mountpoints
recommend some common mount points per spec
2017-01-26 11:08:03 +13:00
Michael Hudson-Doyle 1d888647c8 some more mount points 2017-01-26 09:44:38 +13:00
Michael Hudson-Doyle 8524e2bfe9 recommend some common mount points per spec 2017-01-25 16:39:28 +13:00
Michael Hudson-Doyle f00b60342c tweak Selector to be more ascii and close on escape 2017-01-25 16:20:46 +13:00
Michael Hudson-Doyle ee0ff4a583 prevent cloud-init creating the default user
both in the installer image and target system

for https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1659170
2017-01-25 16:14:57 +13:00
Michael Hudson-Doyle 75921cc0cd update header when installation completes 2017-01-25 15:36:00 +13:00
Michael Hudson-Doyle b4ac5780bd remove polling from installprogress controller 2017-01-25 15:32:32 +13:00
Michael Hudson-Doyle 23c2b2c81c remove unused code 2017-01-25 15:18:28 +13:00
Michael Hudson-Doyle 6eaaff265d move code out of identity view into controller 2017-01-25 14:56:43 +13:00
Michael Hudson-Doyle 78ca3c610f make disable_subiquity work again
this makes selecting "quit installer" at the end of installation work
2017-01-25 14:38:03 +13:00
Michael Hudson-Doyle 348ef91fe0 remove overly obscure curtin_reboot function 2017-01-25 14:20:13 +13:00
Michael Hudson-Doyle 1706fd886d prevent system-debug@tty1 from running 2017-01-25 14:20:13 +13:00
Michael Hudson-Doyle f9e1062c19 Merge pull request #189 from CanonicalLtd/mwhudson/lp-1654085
rearrange systemd stuff to only run subiquity on tty1
2017-01-25 09:55:22 +13:00
Michael Hudson-Doyle 60982157b0 rearrange systemd stuff to only run subiquity on tty1
for https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1654085
2017-01-20 16:28:50 +13:00
Michael Hudson-Doyle 58af7dbb3b add some arrows to dropdown widget 2017-01-20 13:19:16 +13:00
Michael Hudson-Doyle 35bd55c013 Merge pull request #188 from CanonicalLtd/mwhudson/clean-up-install-progress
clean up installprogress controller and view
2017-01-19 13:06:25 +13:00
Michael Hudson-Doyle 204e9f7d8b change the way an error is presented a bit 2017-01-18 15:29:10 +13:00
Michael Hudson-Doyle 99eacb1434 scoll listbox to end on each new line of log 2017-01-18 15:22:49 +13:00
Michael Hudson-Doyle b5eb76b985 show entire log, incrementally
need to figure out how to scroll to end on each update
2017-01-18 15:13:48 +13:00
Michael Hudson-Doyle fcd5163101 make ProgressView a lot better
mostly by putting the logtail in a box
2017-01-18 14:26:43 +13:00
Michael Hudson-Doyle a4d6682478 simpler api for doing stuff in a background thread 2017-01-18 12:03:56 +13:00
Michael Hudson-Doyle cfecadcb85 clean up interface between installpath controller and view 2017-01-18 12:02:34 +13:00
Michael Hudson-Doyle c535368c3f clean up InstallProgressController's state machine 2017-01-18 12:02:34 +13:00
Michael Hudson-Doyle fa95fb55ad make callfromthread functionality more available, use it in installprogress 2017-01-18 12:02:34 +13:00
Michael Hudson-Doyle 8ea47a2d0a remove some dry run special casing 2017-01-18 12:02:34 +13:00