summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New version.anaconda-12.8-1Chris Lumens2009-08-052-1/+35
* Don't try to unmount the CD before we later unmount the CD (#515564).Chris Lumens2009-08-051-6/+3
* Do not offer going back when ugrade root for ks upgrade is not found (#499321)Radek Vykydal2009-08-051-10/+18
* Rebuild .pot file and update translations.Chris Lumens2009-08-0580-224816/+225007
* Import the logging stuff (#515564).Chris Lumens2009-08-051-0/+3
* Add keyboard kernel cmdline options to grub.conf for dracutHans de Goede2009-08-052-1/+2
* Fix backtrace in network.dracutSetupString in the static ip caseHans de Goede2009-08-051-3/+7
* Write dracut i18n cmdline options to grub.confHans de Goede2009-08-052-0/+14
* Pass InstalltData to booty __init__ as it needs access to many of its membersHans de Goede2009-08-059-34/+33
* Fix ctrl-alt-deleter behavior /before/ end of install.Peter Jones2009-08-043-3/+8
* Merge branch 'master' of ssh://git.fedoraproject.org/git/anacondaBill Nottingham2009-08-045-134/+161
|\
| * No longer use HAL in list-harddrives.Chris Lumens2009-08-041-31/+5
| * The names of a couple basic udev methods has changed.Chris Lumens2009-08-042-3/+3
| * Move basic udev methods out of the storage module (#514592).Chris Lumens2009-08-042-100/+153
* | We do not actually require gtkhtml2 or the python bindings for it.Bill Nottingham2009-08-042-2/+1
|/
* Fix some typos in rescue mode (#515091)Martin Sivak2009-08-041-4/+4
* Add a dracutSetupString method to network.pyHans de Goede2009-08-0410-27/+66
* Fix backtrace due to iscsi.getNode() not finding the iscsi nodeHans de Goede2009-08-041-1/+1
* Use dracutSetupString() method to add the kernel parameters needed for dracutHans de Goede2009-08-041-3/+12
* Add a dracutSetupString method to devices.py classesHans de Goede2009-08-041-0/+19
* Differentiate between ibft discovered and manually added iscsi disksHans de Goede2009-08-043-0/+6
* Store iscsi node pointer in iScsiDiskDevice objectsHans de Goede2009-08-044-14/+14
* When checking logical partition dependcies, make sure the are one the same diskHans de Goede2009-08-041-1/+2
* Only set iscsi nodes to autostart when none of the LUN's contain /Hans de Goede2009-08-041-8/+9
* Add functions to go from an iScsiDiskDevice to an libiscsi nodeHans de Goede2009-08-041-7/+23
* Sending translation for Catalanxconde2009-08-031-3/+10
* New version.anaconda-12.7-1Chris Lumens2009-07-312-1/+11
* Fix up udev sillies (related to #514501)Jeremy Katz2009-07-311-0/+14
* Log when we unmount filesystems so we have a match for mount messages.Chris Lumens2009-07-301-0/+1
* Let's not exit from buildinstall.functions, say, everJeremy Katz2009-07-301-5/+2
* Rework shutDown() to better accomidate "nokill" better.Peter Jones2009-07-303-45/+97
* Make upgradeany boot option work again (#513227)Radek Vykydal2009-07-303-5/+7
* Update device.map when upgrading (#513393)Radek Vykydal2009-07-301-0/+28
* Catch None devsJeremy Katz2009-07-291-1/+3
* Sending translation for Dutchpeterve2009-07-291-106/+190
* New version.anaconda-12.6-1Chris Lumens2009-07-292-1/+25
* Remove one more reference to exnSave.glade.Chris Lumens2009-07-291-1/+0
* Fix CDLABEL substitution in syslinux.cfg for x86 boot.isoJeremy Katz2009-07-291-1/+1
* And finish off the removal of rhplJeremy Katz2009-07-294-8/+3
* Use keyboard bits from system-config-keyboard nowJeremy Katz2009-07-294-4/+4
* Adapt the text interface to using the new python-meh code too.Chris Lumens2009-07-291-182/+8
* defaultVersion and defaultProduct no longer exist in python-meh.Chris Lumens2009-07-291-2/+1
* Get glade files and pixmaps from an environment variable.Chris Lumens2009-07-292-7/+7
* Add meh to the list of python modules we can update.Chris Lumens2009-07-291-1/+1
* exception.png is now in python-meh.Chris Lumens2009-07-291-0/+0
* Most windows no longer need an anaconda argument, since the intf has that.Chris Lumens2009-07-295-33/+34
* Also add an exitWindow, since meh expects that from an interface.Chris Lumens2009-07-291-0/+11
* Adapt mainExceptionWindow and saveExceptionWindow to call meh.Chris Lumens2009-07-291-2/+6
* Remove SaveExceptionWindow and MainExceptionWindow. meh has those now.Chris Lumens2009-07-291-160/+0
* BugzillaFiler.__init__ now requires a bugUrl, version, and product.Chris Lumens2009-07-293-6/+12