summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Do not rely on presence of DEVICE setting in ifcfg files.Radek Vykydal2010-11-034-6/+6
* Do not sort settings in ifcfg file.Radek Vykydal2010-11-031-4/+0
* Remove obsolete networking code.Radek Vykydal2010-11-034-903/+0
* Support installation to CTC devices in loader (#648858, karsten).Chris Lumens2010-11-021-1/+2
* Add more modules to the list of things liveinst must load.Chris Lumens2010-11-011-1/+1
* Don't look for a CD number in readStampFileFromIso.Chris Lumens2010-10-291-33/+0
* mediaCheckCdrom now supports checking only one piece of media.Chris Lumens2010-10-291-56/+8
* Remove support for writing disc number info to .treeinfo and .discinfo.Chris Lumens2010-10-293-31/+2
* Remove support for split media transactions from yuminstall.py.Chris Lumens2010-10-292-157/+31
* Remove unused currentMedia parameter.Chris Lumens2010-10-292-5/+0
* mediaHandler no longer needs to worry about mounting anything.Chris Lumens2010-10-291-14/+0
* Rework _switchCD and _switchMedia for a one-image world.Chris Lumens2010-10-291-23/+19
* umountImage shouldn't care about currentMedia.Chris Lumens2010-10-292-4/+3
* Remove presentRequiredMediaMessage and related code.Chris Lumens2010-10-293-84/+1
* Rename findIsoImages to findFirstIsoImage.Chris Lumens2010-10-292-69/+58
* verifyMedia no longer looks at the disc number.Chris Lumens2010-10-292-11/+6
* Another new version.Chris Lumens2010-10-293-3/+6
* We now need to BuildRequire dbus-python.Chris Lumens2010-10-291-1/+1
* l10n: Updates to Polish (pl) translationraven2010-10-291-173/+161
* New version.Chris Lumens2010-10-293-139/+178
* ui: mnemonics for autopartitioning type.Ales Kozumplik2010-10-291-5/+5
* hwclock lives in /sbin now.Ales Kozumplik2010-10-292-2/+2
* timezone_text.py: remove the commented out parts and never called methods.Ales Kozumplik2010-10-291-42/+0
* gui: remove "swapped" attribute from anaconda.gladeAles Kozumplik2010-10-291-7/+7
* Errors downloading .treeinfo files should not be logged as errors.Chris Lumens2010-10-281-1/+1
* When we can't fetch group metadata, log why.Chris Lumens2010-10-281-1/+2
* Log which step we're on in doLoaderMain.Chris Lumens2010-10-281-2/+5
* On upgrades, inform the user what action is taking place (#493249).Chris Lumens2010-10-281-8/+3
* Fix import to not drag in a conflicting ConfigParser.Chris Lumens2010-10-271-1/+1
* If there are any troubles reading the treeinfo file, return no addons.Chris Lumens2010-10-271-2/+5
* Only build EFI images on x86_64 (jlaska, #646869).Chris Lumens2010-10-271-1/+2
* restart-anaconda: full path to iscsiadmAles Kozumplik2010-10-271-1/+1
* iscsi: ISCSID needs to be declared global in has_iscsi()Ales Kozumplik2010-10-271-0/+1
* Fix two problems with initrds for multipla kernels during a pungi compose.Ales Kozumplik2010-10-271-0/+3
* Fix the locale value for Bengali (India)Martin Gracik2010-10-251-1/+1
* specfile: anaconda requires GConf2 during runtime.Ales Kozumplik2010-10-251-0/+2
* timezones: use more of s-c-date (#520631).Ales Kozumplik2010-10-252-73/+4
* Don't hardcode the sshd location, either.Chris Lumens2010-10-221-2/+3
* Move StorageTestCase into its own file for use by other tests.David Lehman2010-10-222-266/+288
* Actions' devices must be in the tree except for ActionCreateDevice.David Lehman2010-10-221-2/+1
* Fix StorageDevice.resizable to check self.format.type, not self.format.David Lehman2010-10-221-2/+2
* Cleanup some preconditions in DeviceAction constructors.David Lehman2010-10-221-6/+11
* Add device action test suite.David Lehman2010-10-222-1/+1192
* Fix test environment python path.David Lehman2010-10-221-1/+1
* Reimplement action pruning and sorting using tsort and action deps.David Lehman2010-10-221-443/+36
* Add requires and obsoletes methods to DeviceAction classes.David Lehman2010-10-221-0/+188
* Add a topological sort implementation for use in sorting device actions.David Lehman2010-10-223-1/+165
* Only log storage to tty3 if we have permission to do so.David Lehman2010-10-221-1/+3
* Remove PartitionDevice.path hack.David Lehman2010-10-221-10/+0
* Use 'name' instead of 'device' for device name ctor arg in all Device classes.David Lehman2010-10-221-6/+6