summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't decorate the NTP config dialog.Chris Lumens2012-11-011-0/+1
|
* Mark properties in existing glade files as translatable.Chris Lumens2012-11-0110-12/+12
|
* Widget properties exposed via glade need to be marked as translatable.Chris Lumens2012-11-011-0/+12
| | | | | Without this, translatable="yes" will not appear in the output glade files, which means the strings will not be in anaconda.pot.
* Network spoke: don't try to call replace on None (traceback) (#869106)Radek Vykydal2012-11-011-1/+1
|
* Fix nfsiso repo selection (#871648)Jesse Keating2012-10-311-1/+12
| | | | | | | | | | | Two fixes here, one set the path to INSTALL_TREE because we haven't moved anything over to ISO_DIR yet. Two account for the isys mount count for paths. When we move a mount point the isys count must be updated so that an attempt later to mount the iso into the INSTALL_TREE won't be short circuited. One could create an (_)isys call that does the move and does the accounting, but that would add more C code, which is an anti-goal.
* New version.Brian C. Lane2012-10-313-232/+259
|
* Revert "Update parsing of 'btrfs subvol list' to match its new output. ↵David Lehman2012-10-311-1/+1
| | | | | | | | (#868468)" This reverts commit baf788ce1ff0fb485cda0a8c804c7693e756593f. It wasn't approved as "nice to have" for F18 Beta.
* Pass RAID level to btrfs volume constructor. (#866101)David Lehman2012-10-311-0/+5
|
* Fix a traceback when removing non-existing partitions in custom. (#869839)David Lehman2012-10-311-1/+2
|
* Update parsing of 'btrfs subvol list' to match its new output. (#868468)David Lehman2012-10-311-1/+1
|
* Remove the word "review" from the label on the custom checkbutton. (#871109)David Lehman2012-10-311-1/+1
| | | | | There's nothing to review. It's not "run autopart and then review it", it's more like "skip autopart and go to custom".
* Require that the root filesystem be created by anaconda. (#871104)David Lehman2012-10-312-0/+7
| | | | | There is kickstart and fsprofile/mke2fs.conf for those with special requirements for filesystem creation parameters.
* On error, reset the RHS to what it used to be (#869422).Chris Lumens2012-10-311-0/+2
| | | | | | We don't want to lock the user into a particular spoke. Resetting the RHS clears out whatever changes were made that produced an error, but the user can still continue if they want the previous settings.
* Don't prompt when in cmdline mode (#869685)Jesse Keating2012-10-301-0/+6
| | | | | cmdline mode is text mode only, so that's why this patch only touches the tui code.
* Force a root password to be set (#869675)Jesse Keating2012-10-302-10/+8
|
* Network spoke: fix hostname handling in standalone spoke (#868535)Radek Vykydal2012-10-301-0/+3
|
* Network spoke: fix config info update after switching device OFF and ON ↵Radek Vykydal2012-10-301-0/+2
| | | | (#871429)
* Network spoke: connected requires activated (not active) connection (#871129)Radek Vykydal2012-10-301-4/+6
|
* Blank out passphrases from /root/anaconda-ks.cfg (#868519).Chris Lumens2012-10-301-0/+6
| | | | | | Note that this means the resulting kickstart file will be less-than-complete, which is not what we want but is apparently what users want. Any bugs filed regarding this will be closed WONTFIX.
* Setup package repo in the background (#870552)Jesse Keating2012-10-291-19/+30
| | | | | | | If a remote repo, like a nfs server, takes a long time to return an error we can wind up sitting at a blank screen for minutes. This moves the repo setup into the background thread and updates the spoke status accordingly. Yes there is a lame sleep.
* check disklabels when calculating free space (#863892)Brian C. Lane2012-10-291-4/+16
| | | | | | | You need at least one of the platform's disklabels in order for the free space on the disk to be useful. If none of the disks labels will work we set the free space to 0 and allow the resize dialog to be used to remove all the partitions which will relabel the disk.
* updateBaseRepo does not need a storage argument.Chris Lumens2012-10-293-8/+6
| | | | | It can get it as an attribute off the Payload object, now that setup is always being called.
* Fix up calling superclass setup methods in packaging (#870556).Chris Lumens2012-10-294-2/+5
|
* Fix a race condition with kickstarts (#868834)Jesse Keating2012-10-291-2/+2
| | | | | | | | | | | We were simluating the continue click before consuming all the messages in the queue, which would cause the next hub to be in use, but we were attempting to process messages for the previous hub. It would cause a crash of anaconda, but not a backtrace that could be caught with our autoreporter. The solution is to only continue when the queue is empty. This also makes use of a property to see if we are ready to continue instead of duplicating code.
* run checkisomd5 from anaconda-diskroot (#848764)Brian C. Lane2012-10-291-1/+18
| | | | | anaconda-dracut always passes a path to dmsquash-live-root so its checkisomd5 never runs (it needs a block device).
* skip luks passphrase in exception dump (#868509)Brian C. Lane2012-10-292-0/+3
| | | | Also skip logging any kwargs with pass in their name
* Replace ' ' with '_' when looking for ifcfg files (#869106)Radek Vykydal2012-10-291-0/+1
|
* Remove storageComplete, which was only called from dispatch.py.Chris Lumens2012-10-291-64/+0
|
* Remove dispatch.py and its associated test case.Chris Lumens2012-10-292-640/+0
| | | | Good riddance.
* Use a slightly different method to get supported languages (#858801, tagoh).Chris Lumens2012-10-291-2/+2
| | | | | I have confirmed this patch only adds languages to the list. Everything that was displayed before this patch is still there.
* 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
|