Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix problems when changing things in the software spoke (#868742, #869424). | Chris Lumens | 2012-10-29 | 1 | -8/+4 | |
| | | | | | We shouldn't be modifying ksdata in the on_environment_changed handler, for starters. That should only happen in apply. | |||||
* | Network spoke: fix callback arguments for device add/remove. | Radek Vykydal | 2012-10-29 | 1 | -2/+2 | |
| | ||||||
* | display storage errors in text mode storage spoke | Brian C. Lane | 2012-10-26 | 1 | -1/+8 | |
| | ||||||
* | only clear errors if re-running the check (#868707) | Brian C. Lane | 2012-10-26 | 1 | -1/+2 | |
| | | | | | | | | | This was clearing custom partition errors as well. We only want to clear the errors before re-running the StorageCheck thread. Also add a check to make sure the StorageCheck thread is done before we being complete. If it isn't done then the check for errors could be invalid. | |||||
* | set boot flag and name for EFI partition (#866106) | Brian C. Lane | 2012-10-26 | 1 | -0/+2 | |
| | | | | | On EFI the stage1_device (where the EFI System partition is created) is the one that needs to be set bootable, not the stage2 device. | |||||
* | clear pmbr_boot on EFI systems (#844551) | Brian C. Lane | 2012-10-26 | 1 | -3/+4 | |
| | | | | | pmbr_boot should be off for EFI systems. Leaving it on causes problems with some systems. | |||||
* | Lots of UI layout tweaks (mizmo). | Chris Lumens | 2012-10-26 | 6 | -217/+224 | |
| | ||||||
* | /etc/sysconfig/keyboard doesn't support vconsole.xyz options. | Bill Nottingham | 2012-10-25 | 1 | -1/+1 | |
| | ||||||
* | New version. | Brian C. Lane | 2012-10-25 | 3 | -62/+73 | |
| | ||||||
* | Add PowerNV as a recognized PPC platform | nacc@linux.vnet.ibm.com | 2012-10-25 | 1 | -1/+2 | |
| | | | | | | | | | | When running a suitable POWER machine in PowerNV mode, the Platform in /proc/cpuinfo is reported as "PowerNV". This causes Anaconda to fail the installation due to an unrecognized platform. Add "PowerNV" as an alias of "pSeries" for now. Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com> | |||||
* | anaconda should print unknown platform information | Mark Hamzy | 2012-10-25 | 1 | -1/+1 | |
| | | | | 869746: Include more information as part of the system error. | |||||
* | Toggle chosen property on focus change (MountpointSelector) | Vratislav Podzimek | 2012-10-25 | 1 | -0/+2 | |
| | | | | Resolves: rhbz#869388 | |||||
* | Lock source spoke while depsolving (#867591) | Jesse Keating | 2012-10-24 | 2 | -2/+9 | |
| | | | | | This is a cheap fix, while a longer term effort to make this thread safe can be explored. | |||||
* | In custom part, don't display mountpoints without associated disks (#865942). | Chris Lumens | 2012-10-24 | 1 | -1/+2 | |
| | | | | | | | This is an attempt to throw out loopback mounts, bind mounts, and optical media. We can't do anything with those things, so we shouldn't even display them. They are left in Roots just in case we one day think up another need for this information. | |||||
* | Tie "Reclaim Space" button sensitivity to how much space the user freed ↵ | Chris Lumens | 2012-10-24 | 2 | -1/+9 | |
| | | | | (#869375). | |||||
* | New version. | Brian C. Lane | 2012-10-23 | 3 | -85/+142 | |
| | ||||||
* | Add dialog for configuring layout switching options | Vratislav Podzimek | 2012-10-23 | 2 | -3/+307 | |
| | | | | | | Resolves: rhbz#864785 Resolves: rhbz#859606 Resolves: rhbz#849504 | |||||
* | Initialize layout switching if needed | Vratislav Podzimek | 2012-10-23 | 1 | -5/+11 | |
| | | | | If we set up multiple layouts, we should also set up layout switching. | |||||
* | Save layout switching configuration | Vratislav Podzimek | 2012-10-23 | 2 | -5/+4 | |
| | | | | Resolves: rhbz#864785 | |||||
* | Add support for layout switching options to XklWrapper | Vratislav Podzimek | 2012-10-23 | 1 | -5/+44 | |
| | ||||||
* | We need to set _root in two places for a MountpointSelector. | Chris Lumens | 2012-10-23 | 1 | -0/+3 | |
| | | | | This is related to 9f05a64e68204a3c06db89ea84a60b1595bbe81f. | |||||
* | Correctly destroy the deletion confirmation dialog. | Chris Lumens | 2012-10-23 | 2 | -4/+1 | |
| | ||||||
* | Don't set self.data.method.url until after checking for a protocol (#869102). | Chris Lumens | 2012-10-23 | 1 | -12/+11 | |
| | | | | | Otherwise, we end up obliterating the leading protocol, and this spoke expects a protocol on a URL. | |||||
* | Fix an undetected bug when setting up an HTTPS method. | Chris Lumens | 2012-10-23 | 1 | -1/+1 | |
| | ||||||
* | YabootSILOBase objects don't have an encrypted_password parameter (#869016). | Chris Lumens | 2012-10-23 | 1 | -1/+1 | |
| | ||||||
* | rprivate -> make-rprivate (#869246). | Chris Lumens | 2012-10-23 | 2 | -3/+3 | |
| | ||||||
* | If NFS is selected in the source spoke, the URL must contain a colon (#869103). | Chris Lumens | 2012-10-23 | 1 | -4/+5 | |
| | ||||||
* | Modify behavior when leaving the reclaim storage dialog (#864128, #867770, ↵ | Chris Lumens | 2012-10-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | #868903). I was calling back into the continue method directly and then attempting to display a dialog from there, which looks like was causing problems with the main loop. Instead, just emit the proper signal and let dialogs get called how they're supposed to. This makes the following behavior change: When you click "Reclaim space" on the reclaim dialog, you will go back to the hub instead of back to one of the three installation options dialogs. If you didn't do enough, you will have to go back into the storage spoke and take further action. | |||||
* | Set the status text in the SpokeSelector widget differently now. | Chris Lumens | 2012-10-23 | 1 | -6/+16 | |
| | | | | | | | This is required by the previous patch. We are storing pango markup in the language store now, and pango does not appear to support nested spans. So, we need to set attrs instead. Also I've condensed things a bit here to make sure the code is only in one place. | |||||
* | Use the correct font for each language on the welcome screen (#868836, tagoh). | Chris Lumens | 2012-10-23 | 2 | -1/+3 | |
| | ||||||
* | Everywhere we make a MountpointSelector, give it a _root attr (#868702). | Chris Lumens | 2012-10-23 | 2 | -1/+3 | |
| | ||||||
* | payloadInstallHandler should only optionally take a package argument (#868542). | Chris Lumens | 2012-10-23 | 2 | -7/+13 | |
| | ||||||
* | Add a reformat checkbutton to indicate a desire to reformat the device. | David Lehman | 2012-10-23 | 2 | -77/+136 | |
| | ||||||
* | New version. | Brian C. Lane | 2012-10-19 | 3 | -111/+147 | |
| | ||||||
* | Reset the comps to empty along with everything else in yum. | Chris Lumens | 2012-10-19 | 1 | -0/+1 | |
| | | | | | | Otherwise, previously selected packages will have their "selected" attribute set, so we will not try to mark them for installation again. This leads to some very strange log output. | |||||
* | Hook up the "Remove Packages" button on the dep solving error screen. | Chris Lumens | 2012-10-19 | 3 | -17/+28 | |
| | | | | | | | | | | | All this does is set skip_broken and yum does all the rest. Note that we are still doing dep solving a second time, when the progress hub is up, but adding this setting to the Payload object means skip_broken will be in effect there too. We still need proper error handling for other errors that might occur at that point. This should take care of #865073. I can't think of any cases where you can get past the first hub with a dep solving error. | |||||
* | If nothing's changed in the software spoke, don't redo dep solving. | Chris Lumens | 2012-10-19 | 1 | -8/+27 | |
| | ||||||
* | skip vnc prompt with text mode and kickstart | Brian C. Lane | 2012-10-19 | 1 | -0/+4 | |
| | ||||||
* | Use correct name for MD RAID device description text. | David Lehman | 2012-10-19 | 1 | -1/+1 | |
| | ||||||
* | Fix selector management after a reformat action is scheduled. | David Lehman | 2012-10-19 | 1 | -15/+19 | |
| | | | | | | Previously, if an existing device had a mountpoint but was not scheduled for reformat when you scheduled a reformat, a new selector would be added without removing the old one(s). | |||||
* | Aqcuire yum lock before doing the work of _yumCacheDirHack. (#858993) | David Lehman | 2012-10-19 | 1 | -5/+7 | |
| | | | | | This is a different path than that originally reported, but the same fundamental cause. | |||||
* | Reset error list on success of doKickstartStorage. | David Lehman | 2012-10-19 | 1 | -0/+1 | |
| | ||||||
* | Tighten up management of passphrases across Storage resets. (#865364) | David Lehman | 2012-10-19 | 3 | -3/+10 | |
| | ||||||
* | Do not count not-yet-created filesystems as free space. (#866895) | David Lehman | 2012-10-19 | 1 | -15/+4 | |
| | | | | Since we're not doing any implicit clearpart we can't do this anymore. | |||||
* | Remove any preexisting autopart layout before space check. (#866895) | David Lehman | 2012-10-19 | 1 | -0/+12 | |
| | | | | | | We remove autopart because it's easy to put back. We don't remove custom layouts because they can take some time to set up. They can be removed using the reclaim dialog. | |||||
* | Apply disk selections to the devicetree before the space check. (#866895) | David Lehman | 2012-10-19 | 1 | -7/+14 | |
| | | | | Without this, newly selected disks will not be part of the space check. | |||||
* | Update free space totals before refresh after removing a device. | David Lehman | 2012-10-19 | 1 | -1/+1 | |
| | ||||||
* | Log exceptions raised from PartitionDevice constructor. | David Lehman | 2012-10-19 | 1 | -1/+2 | |
| | | | | Related: rhbz#867593 | |||||
* | Fix size specs for PartitionFactory. | David Lehman | 2012-10-19 | 1 | -4/+6 | |
| | | | | | The base/min size is basically the format's min size and the max size is the requested size. | |||||
* | Reinitialize disks after removing the last partition from custom spoke. | David Lehman | 2012-10-19 | 1 | -1/+14 | |
| | | | | | Only reinitialize them if the disklabel is preexisting and there are no partitions. |