summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Backport the RHEL5 DriverDisc functionalityMartin Sivak2010-01-082-40/+316
| | | | And adapt it to use glib and better string handling functions
* Include depmod in stage1 and set it to prefer the DD directoryMartin Sivak2010-01-082-1/+7
|
* Add a function to get paths to loaded modulesMartin Sivak2010-01-081-0/+10
|
* Add rpm extraction routines (use librpm and libarchive)Martin Sivak2010-01-084-2/+377
|
* Add DriverDisc v3 documentationMartin Sivak2010-01-081-0/+125
|
* When displaying the filter UI, check devices that are in exclusiveDisks.Chris Lumens2010-01-081-5/+12
| | | | | | | | | | This fixes a couple problems: (1) If you go past the filter UI and then come back, your original selections will now be preserved. (2) If you do an interactive kickstart install with the ignoredisk command, those selections will also be preserved.
* get rid of global import of anaconda_logAles Kozumplik2010-01-081-9/+9
|
* introduce loglevel flag and use it in yum's tty3 loggingAles Kozumplik2010-01-083-0/+3
|
* Remove LoggerClass but maintain loglevel= functionalityAles Kozumplik2010-01-084-24/+20
|
* Do not duplicate exclusiveDisks when going back to filtering UI.Radek Vykydal2010-01-081-1/+1
| | | | | | | The only other place where exclusiveDisks are set is in ks and in this case filter UI is skipped so it seems we can just assign value to exclusiveDisks instead of extending it (which causes the problem when going back to filtering UI).
* Fixes problems in the manual network configuration screen in loader with IPv6.Ales Kozumplik2010-01-072-2/+2
| | | | | | A crash occurs after the IPv6 GUI has been enabled when we chose to configure the network device manually. When the crash is fixed the screen still does not appear. This patch fixes both the problems.
* Bring back missing IPv6 pieces that were lost in time.David Cantrell2010-01-073-1/+6
| | | | | | strcmp() -> strncmp() for ipv6 'auto' comparison. Add back missing gateway6 member in loaderData. Initialize ipv6 and gateway6 in loaderData to NULL.
* Add configuration option to enable/disable IPv6 support.David Cantrell2010-01-072-1/+11
| | | | | Default is IPv6 is enabled, but people can pass --disable-ipv6 to the configure script to disable the IPv6 bits in loader.
* Sending translation for Telugukkrothap2010-01-071-1430/+1804
|
* Sending translation for Kannadashanky2010-01-071-1322/+1700
|
* Ask about LVM inconsistencies only in storageinit step.Radek Vykydal2010-01-075-42/+115
| | | | | | | | | | | The patch does essentially the same thing as commit 31d5b8f4fec513e4f8e246e47e9fee75c701d07b for disk initialization question. The difference is that when user chooses LVM reinitialization, it is done immediately (not as planned action as with disk initialization) so the user wouldn't be asked again anyway without the patch (he would be asked if he chose to ignore). I also made one function more readable in the patch.
* Ask about disk initialization only in storageinit step.Radek Vykydal2010-01-075-37/+99
| | | | | | | | Don't ask again and again e.g. when going back and forth in custom partitioning UI. Related to bug #527711 which is itself fixed by another patch. (*) Answers are cached in InstallInterface classes. (*) Dialog callback is moved from storage code to InstallInterface classes.
* Sending translation for Bengali (India)runab2010-01-071-2041/+2621
|
* Fix partition request sorting based on number of allowed disks. (#540869)David Lehman2010-01-061-1/+7
| | | | | Handle the special case of an empty list as if it were an infinitely long list of disks.
* New version.Chris Lumens2010-01-063-3/+6
|
* Add libblkid as a BuildRequires.Chris Lumens2010-01-061-0/+1
| | | | | | isys has required this for a while, but no one ever added a BuildRequires for it. The only reason we've been able to build up until now is due to the accident that the mkinitrd-devel chain ended up requiring it.
* New version.Chris Lumens2010-01-063-3/+11
|
* Also remove requirement for libbdevid (hdegoede).Chris Lumens2010-01-061-3/+0
|
* Update the python-pyblock version requirement, too.Chris Lumens2010-01-061-3/+1
|
* Bump the required version numbers on a couple of components.Chris Lumens2010-01-061-2/+2
| | | | | | | Whenever making an update in anaconda that requires some new feature in a library, please consider updating anaconda.spec.in to state the correct version number. This didn't used to be so important, but in a world where we are doing our own composes for multiple trees, it's really helpful.
* ID_BUS is not always defined (on virt, for instance) so handle that.Chris Lumens2010-01-061-1/+1
|
* Sending translation for Germanjensm2010-01-061-17/+17
|
* opts should always be treated as a list inside isys.mount().Chris Lumens2010-01-051-1/+1
|
* Sending translation for Germantbull2010-01-051-940/+1035
|
* New version.Chris Lumens2010-01-043-9/+18
|
* Include fontconfig files needed for scaling of Meera fonts (#531742, #551363).Chris Lumens2010-01-041-0/+1
|
* Sending translation for Frenchmrtom2010-01-031-1335/+1561
|
* Don't write dracut kernel cmdline paramters to anaconda-ks.cfgHans de Goede2009-12-241-2/+6
| | | | | | | Don't write the dynamically generated dracut kernel cmdline parameters to anaconda-ks.cfg. Having them there will result in having some of them twice in the resulting kickstart install, including some which refer to no longer valid UUID's.
* Write dracut rd_NO_foo options to grub.confHans de Goede2009-12-241-1/+12
| | | | | | When we don't specify any MD / LVM / DM / LUKS to activate dracut will activate all found by default, so when we don't specify any write RD_NO_foo to the kernel cmdline in grub.
* Add dracutSetupString methods to all relevant device classesHans de Goede2009-12-241-0/+14
| | | | | | We want to move to using dracut in such a way that the initrd only activates the minimum of storage needed to bring up the root fs. This requires us to tell it exactly what storage to activate.
* Avoid duplicate kernel cmdline options and cleanup booty dracut codeHans de Goede2009-12-241-18/+27
| | | | | | | | | | | It is possible for 2 disks to have the same disk dracut cmdline options, or network cmdline options (if the disks are network devices) for example 2 iscsi disks on the same host. In this case we should only include the specific option once. This patch puts the collection of storage related setupStrings in a function, and makes get() loop over all kernel cmdline providing bits, so that the code for proper whitespace seperation of various args is not duplicated.
* New version.Chris Lumens2009-12-233-138/+152
|
* lsreipl from s390-utils uses incorrect path (hamzy).Chris Lumens2009-12-231-1/+1
| | | | | reipl from s390-utils uses the incorrect path. The other files from that package seem to use the correct locations.
* fix for a bug in 05ce88b2 that split one line over several in program.logAles Kozumplik2009-12-231-2/+7
|
* Dump the initial and final state of the system's storage devices.David Lehman2009-12-221-0/+13
| | | | | A timestamp in the keys will allow multiple installs (live media) as well as arbitrary amounts of back and forth, resetting, whatever.
* Add a "dict" attribute to Device and DeviceFormat classes.David Lehman2009-12-228-0/+124
| | | | | | | This attribute is a dict that describes the device or format instance with considerable detail. It is intended that the dict will be pickled using the shelve module, so values should be picklable objects. Keys should be descriptive strings.
* Sort Storage.devices by name (not path) for consistency.David Lehman2009-12-221-1/+1
|
* Put fsprofile support back in.David Lehman2009-12-222-10/+11
|
* Fix reset of lvm filtering (#527711)Radek Vykydal2009-12-221-1/+2
|
* Fix bootloader driveorder dialog.Radek Vykydal2009-12-221-5/+3
| | | | _genStore expects disk objects, not disk names.
* Fix selection of default boot target in UI (#548695)Radek Vykydal2009-12-221-1/+2
| | | | | Corrects translation between device name and device path. Changes rendering style of toggle button in list from check to radio (which is how it behaves).
* 'cleardiskssel' typos that made it impossible to run text install.Ales Kozumplik2009-12-223-4/+4
|
* New version.David Cantrell2009-12-203-73/+91
|
* Add '-4' to the curl command so docs download.David Cantrell2009-12-201-1/+1
|
* Sending translation for Polishraven2009-12-201-575/+600
|