summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Wait for all DASDs to be online after autodetection (#558881).David Cantrell2010-02-111-0/+12
* Prompt user for install method when going back to STEP_METHOD.David Cantrell2010-02-111-0/+1
* Set initrd load address to 32MB for s390x (#546422).David Cantrell2010-02-111-1/+1
* Only show the error message if there was an error.David Lehman2010-02-101-5/+6
* Be even more clear about removing existing linux installations. (#493360)David Lehman2010-02-101-2/+2
* Improve reboot modes in init.c and shutdown.c.Ales Kozumplik2010-02-103-26/+50
* Be more explicit in which libraries we link with.Chris Lumens2010-02-103-4/+6
* Do not override BASEARCH with BUILDARCH, it doesn't make sense (#524235)Martin Sivak2010-02-101-2/+0
* Sending translation for Japanesehtaira2010-02-101-1442/+1806
* Sending translation for Russianypoyarko2010-02-101-1164/+1126
* Sending translation for Spanishdennistobar2010-02-091-334/+334
* platform.checkBootRequest(): Fix use of map instead of filterHans de Goede2010-02-091-1/+1
* Improve platform.checkBootRequest() mdarray handlingHans de Goede2010-02-091-6/+11
* Fix backtrace when trying to use LV for /boot (#562325)Hans de Goede2010-02-091-7/+14
* Add lsusb to rescue mode stage2 (#562616)Hans de Goede2010-02-091-2/+4
* No longer refer to instdata in attrSkipList.Chris Lumens2010-02-081-5/+5
* Clarify which storage exceptions are bugs (#557928).Chris Lumens2010-02-081-42/+10
* Merge branch 'no-instdata'Chris Lumens2010-02-0869-1096/+1022
|\
| * Clean up imports in __main__.Chris Lumens2010-02-041-3/+5
| * Nothing uses InstallData anymore, so it can completely be removed.Chris Lumens2010-02-045-79/+9
| * Last attribute out of InstallData, please turn out the lights.Chris Lumens2010-02-046-13/+12
| * Move firstboot into the Anaconda object.Chris Lumens2010-02-044-11/+12
| * Move bootloader into the Anaconda object.Chris Lumens2010-02-0426-100/+99
| * Move escrowCertificates into the Storage object.Chris Lumens2010-02-043-5/+5
| * Move storage into the Anaconda class.Chris Lumens2010-02-0437-237/+246
| * Move desktop to the Anaconda object.Chris Lumens2010-02-044-14/+8
| * Move timezone to the Anaconda object.Chris Lumens2010-02-048-16/+24
| * Move firewall into Anaconda.Chris Lumens2010-02-043-8/+15
| * Move users and security to the Anaconda object.Chris Lumens2010-02-048-103/+111
| * Move network to the Anaconda object.Chris Lumens2010-02-0416-34/+45
| * Move keyboard to the Anaconda object.Chris Lumens2010-02-049-28/+27
| * Move instLanguage to the Anaconda object.Chris Lumens2010-02-0413-40/+46
| * Move the writeKS and write methods from InstallData to Anaconda.Chris Lumens2010-02-044-82/+90
| * Move upgrade-related data to the Anaconda object.Chris Lumens2010-02-0411-85/+73
| * Make a bunch of Anaconda attributes into properties.Chris Lumens2010-02-041-51/+58
| * Move instProgress to be an attribute on the InstallInterface.Chris Lumens2010-02-048-12/+21
| * Finally remove the x_already_set hack.Chris Lumens2010-02-042-17/+3
| * Move instClass to be an attribute on Anaconda.Chris Lumens2010-02-0412-34/+31
| * Use anaconda.ksdata instead of anaconda.isKickstart.Chris Lumens2010-02-0413-43/+40
| * Move ksdata to be an attribute on Anaconda.Chris Lumens2010-02-048-69/+61
| * Remove backend and other pointless attributes from InstallData.Chris Lumens2010-02-041-13/+4
| * Move the isHeadless attribute onto the Anaconda class.Chris Lumens2010-02-044-20/+17
| * Set displayMode on the anaconda object, then refer to that everywhere.Chris Lumens2010-02-044-46/+35
| * Sort the attributes on class Anaconda for my future reference.Chris Lumens2010-02-041-11/+11
| * Install classes may no longer force text mode.Chris Lumens2010-02-042-8/+0
* | Fix partitioning help spelling (#562823).Chris Lumens2010-02-081-4/+4
* | Sending translation for Bengali (India)runab2010-02-081-955/+742
* | Keep the end sector aligned when resizing partitions (#560647)Hans de Goede2010-02-061-0/+3
* | Write ARP=no to ifcfg file when VSWITCH=1 is set on s390x (#561926).David Cantrell2010-02-052-3/+11
* | Don't return the passphrase from hasKey. Should return a boolean.David Lehman2010-02-051-1/+1