summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | Note this requires an updated system-config-keyboard
* Fix backtrace in network.dracutSetupString in the static ip caseHans de Goede2009-08-051-3/+7
| | | | | | NetworkDevice.get() only takes one argument, iow its not like the standard get on a dictionary. This patch fixes the assumption that it is thereby fixing a backtrace when using static ip configuration.
* 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
| | | | | | | | | Currently we are passing storage and network to booty's __init__, for writing the necessary kernel cmdline parameters for dracut for international consoles / keyboards booty will also need access to keyboard and language, instead of passing these all in seperately just pass InstalltData to booty's __init__. This is a preparation patch for writing out the dracut kernel cmdline commands for i18n support.
* Fix ctrl-alt-deleter behavior /before/ end of install.Peter Jones2009-08-043-3/+8
| | | | | | The new reboot code didn't take into account the fact that there's a different sigint handler while anaconda is running vs when we're done installing. This patch fixes that bad assumption.
* 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
| | | | | | | | | | The udev code can be used for more than just storage - it can be used for networking as well. Moving these methods out makes that a little more clear.
* | 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
| | | | | | | | | Add a dracutSetupString method to network.py, this can be used to ask the Network class to get a dracut setup string to setup the interface needed for a connection to a certain host. This patch also adds code to booty to use this to get kernel cmdline dracut setup commands for any NIC's needed to connect to devices needed for /
* 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
| | | | | | | Add a dracutSetupString method to devices.py classes, this can be used to ask devices used for / to return a string to add to the kernelcmdline so that dracut can find /. For most devices nothing is needed, but for iscsi some cmdline arguments are needed.
* Differentiate between ibft discovered and manually added iscsi disksHans de Goede2009-08-043-0/+6
| | | | | This is a preparation patch for adding support for writing the necessary dracut cmndline options to grub.conf
* Store iscsi node pointer in iScsiDiskDevice objectsHans de Goede2009-08-044-14/+14
| | | | | This is a preparation patch for adding support for writing the necessary dracut cmndline options to grub.conf
* When checking logical partition dependcies, make sure the are one the same diskHans de Goede2009-08-041-1/+2
| | | | | When checking if a logical partition dependsOn() another device because that other device is an extended partition also make sure they are on the same disk.
* Only set iscsi nodes to autostart when none of the LUN's contain /Hans de Goede2009-08-041-8/+9
| | | | | | One iscsi target / node can have multiple LUN's currently we would then set it to autostart if any of the LUN's was not used for /, the correct thing todo is to only set it to autostart if none of the LUN's are used for /
* Add functions to go from an iScsiDiskDevice to an libiscsi nodeHans de Goede2009-08-041-7/+23
| | | | | | Add functions to go from an iScsiDiskDevice to an libiscsi node and the other way around. This is a preparation patch for adding support for writing the necessary dracut cmdline options to grub.conf
* 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
| | | | I think the comments say it all...
* 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
| | | | | | Exiting from a function being called could leave things in a weird state. The exit makes sense for mkinitrd, maybe less so when building installer images
* Rework shutDown() to better accomidate "nokill" better.Peter Jones2009-07-303-45/+97
| | | | | | Rework shutDown() so that we don't do unmounts until we're going to reboot or power off the machine. Also some minor cleanups like taking out all the negative-phrasing of "noKill" in the code itself.
* 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
| | | | | Finish off removing the symlinking and requirements for rhpl in anaconda.
* Use keyboard bits from system-config-keyboard nowJeremy Katz2009-07-294-4/+4
| | | | | system-config-keyboard has the keyboard bits now, so let's use those rather than the ones from rhpl
* 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
|
* Adapt exception.py to using python-meh.Chris Lumens2009-07-293-617/+80
| | | | | | | | This involves getting rid of most of the real code out of this file, adding a minimal subclass of the ExceptionHandler class to do the copying and pdb setup anaconda needs, and calling the install method from within anaconda. We also need to no longer call handleException from elsewhere in anaconda. That method no longer exists.
* Remove exception handling files no longer part of anaconda.Chris Lumens2009-07-292-1116/+0
|
* NM no longer exposes information through HAL (#514501).Chris Lumens2009-07-291-17/+14
| | | | | | We need to use dbus and udev now, instead of the HAL interface. In the future, we need to adapt code from storage/udev.py to be less tied to block devices, since network devices use this same interface now.