summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix problems when changing things in the software spoke (#868742, #869424).Chris Lumens2012-10-291-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 Vykydal2012-10-291-2/+2
|
* display storage errors in text mode storage spokeBrian C. Lane2012-10-261-1/+8
|
* only clear errors if re-running the check (#868707)Brian C. Lane2012-10-261-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. Lane2012-10-261-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. Lane2012-10-261-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 Lumens2012-10-266-217/+224
|
* /etc/sysconfig/keyboard doesn't support vconsole.xyz options.Bill Nottingham2012-10-251-1/+1
|
* New version.Brian C. Lane2012-10-253-62/+73
|
* Add PowerNV as a recognized PPC platformnacc@linux.vnet.ibm.com2012-10-251-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 informationMark Hamzy2012-10-251-1/+1
| | | | 869746: Include more information as part of the system error.
* Toggle chosen property on focus change (MountpointSelector)Vratislav Podzimek2012-10-251-0/+2
| | | | Resolves: rhbz#869388
* Lock source spoke while depsolving (#867591)Jesse Keating2012-10-242-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 Lumens2012-10-241-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 Lumens2012-10-242-1/+9
| | | | (#869375).
* New version.Brian C. Lane2012-10-233-85/+142
|
* Add dialog for configuring layout switching optionsVratislav Podzimek2012-10-232-3/+307
| | | | | | Resolves: rhbz#864785 Resolves: rhbz#859606 Resolves: rhbz#849504
* Initialize layout switching if neededVratislav Podzimek2012-10-231-5/+11
| | | | If we set up multiple layouts, we should also set up layout switching.
* Save layout switching configurationVratislav Podzimek2012-10-232-5/+4
| | | | Resolves: rhbz#864785
* Add support for layout switching options to XklWrapperVratislav Podzimek2012-10-231-5/+44
|
* We need to set _root in two places for a MountpointSelector.Chris Lumens2012-10-231-0/+3
| | | | This is related to 9f05a64e68204a3c06db89ea84a60b1595bbe81f.
* Correctly destroy the deletion confirmation dialog.Chris Lumens2012-10-232-4/+1
|
* Don't set self.data.method.url until after checking for a protocol (#869102).Chris Lumens2012-10-231-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 Lumens2012-10-231-1/+1
|
* YabootSILOBase objects don't have an encrypted_password parameter (#869016).Chris Lumens2012-10-231-1/+1
|
* rprivate -> make-rprivate (#869246).Chris Lumens2012-10-232-3/+3
|
* If NFS is selected in the source spoke, the URL must contain a colon (#869103).Chris Lumens2012-10-231-4/+5
|
* Modify behavior when leaving the reclaim storage dialog (#864128, #867770, ↵Chris Lumens2012-10-231-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 Lumens2012-10-231-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 Lumens2012-10-232-1/+3
|
* Everywhere we make a MountpointSelector, give it a _root attr (#868702).Chris Lumens2012-10-232-1/+3
|
* payloadInstallHandler should only optionally take a package argument (#868542).Chris Lumens2012-10-232-7/+13
|
* Add a reformat checkbutton to indicate a desire to reformat the device.David Lehman2012-10-232-77/+136
|
* New version.Brian C. Lane2012-10-193-111/+147
|
* Reset the comps to empty along with everything else in yum.Chris Lumens2012-10-191-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 Lumens2012-10-193-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 Lumens2012-10-191-8/+27
|
* skip vnc prompt with text mode and kickstartBrian C. Lane2012-10-191-0/+4
|
* Use correct name for MD RAID device description text.David Lehman2012-10-191-1/+1
|
* Fix selector management after a reformat action is scheduled.David Lehman2012-10-191-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 Lehman2012-10-191-5/+7
| | | | | This is a different path than that originally reported, but the same fundamental cause.
* Reset error list on success of doKickstartStorage.David Lehman2012-10-191-0/+1
|
* Tighten up management of passphrases across Storage resets. (#865364)David Lehman2012-10-193-3/+10
|
* Do not count not-yet-created filesystems as free space. (#866895)David Lehman2012-10-191-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 Lehman2012-10-191-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 Lehman2012-10-191-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 Lehman2012-10-191-1/+1
|
* Log exceptions raised from PartitionDevice constructor.David Lehman2012-10-191-1/+2
| | | | Related: rhbz#867593
* Fix size specs for PartitionFactory.David Lehman2012-10-191-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 Lehman2012-10-191-1/+14
| | | | | Only reinitialize them if the disklabel is preexisting and there are no partitions.