summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New version.anaconda-11.1.2.156-1Chris Lumens2008-11-121-1/+9
|
* Fix syntax error at text.py line 413 (#469734)Chris Lumens2008-11-121-1/+1
| | | | Fix syntax error at text.py line 413 (pychecker fix)
* Fix syntax error at partedUtils.py line 315 (#469734)David Cantrell2008-11-121-3/+4
| | | | Fix syntax error at partedUtils.py line 315 (pychecker fix)
* Remove defunct VG before creating new one of the same name (#469700)Radek Vykydal2008-11-121-0/+16
| | | | | This is port of fix for rhel4 #257161, but without redundant modification of lvm config file after defunct VG removal.
* Fix detection of ext4 on raid in rescue and upgrade (#470221)Radek Vykydal2008-11-121-1/+1
|
* Add missing _handleIPMissing method to iw/netconfig_dialog.py (#469734)David Cantrell2008-11-111-0/+8
| | | | Add missing _handleIPMissing method to iw/netconfig_dialog.py (pychecker fix)
* Fix typo in variable name in textmode network config interface (#469734)David Cantrell2008-11-111-3/+3
| | | | Fix typo in variable name in textmode network config interface (pychecker fix)
* Fix use of non existing global function in text.py (#469734)Dave Lehman2008-11-111-8/+10
| | | | Fix use of non existing global function in text.py (pychecker fix)
* Fix syntax error at text.py line 475Radek Vykydal2008-11-111-1/+1
| | | | Fix syntax error at text.py line 475 (courtesey of pychecker)
* New version.anaconda-11.1.2.155-1Joel Granados Moreno2008-11-111-1/+13
|
* Enable the DD repository if the DD autodetection feature was used (#316631)Martin Sivak2008-11-104-1/+9
|
* Call insmod in linuxrc.s390, not insert_module (#184648)David Cantrell2008-11-081-4/+4
| | | | | Followup to the previous linuxrc.s390 patch. The 'insert_module' commands should have been 'insmod'.
* Load FCP modules early for CD/DVD install (#184648)David Cantrell2008-11-071-6/+4
| | | | | | Load the SCSI modules earlier for CD/DVD installs on s390. Also, always set up the network interface because you still need that to ssh in and run loader.
* Update mk-s390-cdboot.c to work with large kernel images (#184648)David Cantrell2008-11-071-8/+34
| | | | | IBM's update to mk-s390-cdboot.c to support large kernel images and large initrd images.
* Fix all trivial (1 liner fixes) errors found by pychecker (#469730)Hans de Goede2008-11-0612-11/+15
| | | | | | | | | | | | | | | | | | | | | | This patch fixes the following trivial (1 liner fixes) errors found by pychecker: dmraid.py:262: No global (rs) found gui.py:803: No global (errnum) found gui.py:803: No global (msg) found installclasses/workstation.py:30: Invalid arguments to (setGroupSelection), got 3, expected 2 installclasses/workstation.py:30: No global (intf) found iscsi.py:294: No global (login) found iw/netconfig_dialog.py:225: No global (log) found iw/release_notes.py:132: No global (link) found rescue.py:234: No global (time) found text.py:280: No class attribute (passphraseentry) found text.py:281: No class attribute (confirmentry) found textw/grpselect_text.py:58: No class attribute (group) found textw/network_text.py:487: Using is not , may not always work textw/network_text.py:487: Using is not , may not always work textw/partition_text.py:1280: No global (lvname) found yuminstall.py:573: Variable (ksrepo) used before being set
* New version.anaconda-11.1.2.154-1Chris Lumens2008-11-051-1/+7
|
* Run the busProbe after we have all driverdisc loaded (#316481)Martin Sivak2008-11-051-14/+10
|
* Include the new fnic driver. (#462387)Joel Granados Moreno2008-11-051-0/+5
|
* New version.anaconda-11.1.2.153-1Joel Granados Moreno2008-11-051-1/+11
|
* Use struct audit_reply instead of struct auditd_reply_list (#469873)Hans de Goede2008-11-051-6/+3
| | | | | | | libaudit header files no longer define struct audit_reply in 1.7.x, this fixes building anaconda with audit-libs 1.7.x, backport of commit 03632989910557d955c1b5362c401addc62d0146 by dcantrell
* The Encryption button was missing in one migrate case (#469849)Martin Sivak2008-11-041-1/+3
|
* kickstart expects --dhcpclass instead of --class (#468972).Chris Lumens2008-11-041-1/+1
|
* Fix the mounting procedure for autodetected driverdiscs (#316481)Martin Sivak2008-11-031-4/+3
|
* Updated Polish translationPiotr Drąg2008-10-311-592/+624
| | | | Transmitted-via: Transifex (translate.fedoraproject.org)
* New version.anaconda-11.1.2.152-1Joel Granados Moreno2008-10-311-1/+9
|
* Prepare environemnt so the AutoDD is properly detected (#316481)Martin Sivak2008-10-314-17/+122
|
* Don't write luks passphrases to anaconda-ks.cfg. (#468907)David Lehman2008-10-301-6/+3
| | | | This time I cover all three cases.
* Revert "Don't write luks passphrases to anaconda-ks.cfg. (#468907)"David Lehman2008-10-301-1/+2
| | | | | This reverts commit 55833649b14b1118dabb050a8629aa767e58a8e4. I only covered the partition case, missing raid and logvol.
* Write zeros to remove metadata before running luksFormat. (#469177)David Lehman2008-10-301-0/+14
| | | | This should be fixed in cryptsetup for RHEL5.4 (#468910).
* Don't write luks passphrases to anaconda-ks.cfg. (#468907)David Lehman2008-10-301-2/+1
|
* New version.anaconda-11.1.2.151-1David Cantrell2008-10-291-1/+5
|
* Write correct OPTIONS line to ifcfg files on s390 for layer2 (#468755)David Cantrell2008-10-291-1/+1
| | | | | | | | | | | | | Write OPTIONS="layer2=1" instead of: OPTIONS="layer=2" to the ifcfg files so that layer 2 networking on qeth devices is enabled by /lib/udev/ccw_init.
* New version.anaconda-11.1.2.150-1Joel Granados Moreno2008-10-291-1/+5
|
* Call createrepo in buildinstall only if --pkgorder is present (#467341).Radek Vykydal2008-10-291-3/+2
|
* Transmitted-via: Transifex (translate.fedoraproject.org)Piotr Kopacki2008-10-291-314/+122
|
* New version.anaconda-11.1.2.149-1Joel Granados Moreno2008-10-281-1/+11
|
* Actually use the stderr parameter instead of duping to stdout. (#467289)David Lehman2008-10-271-1/+1
| | | | | | | execWithCapture takes an argument to specify stderr, but then we ignore it. We just always dupe stderr to stdout. This changes it so that we do what one would expect. If you want stderr duped to stdout, you pass in stderr=1.
* Revert "Specify a default cio_ignore parameter for s390x (#253075)"David Cantrell2008-10-242-2/+2
| | | | | | This reverts commit 796f31e0c32c06be928deb9d62fe0e32defa53c1. Decision made to bump this feature request to 5.4 as the current implementation is not complete and breaks installation to zFCP devices.
* Revert "Enable CCW devices used for installation (#253075)"David Cantrell2008-10-242-26/+1
| | | | | | This reverts commit 8995fb04957c597bd86f95b543c92052181ca0a6. Decision made to bump this feature request to 5.4 as the current implementation is not complete and breaks installation to zFCP devices.
* Revert "Correctly enable ignored CCW devices in linuxrc.s390 (#253075)"David Cantrell2008-10-243-60/+10
| | | | | | This reverts commit 9762dfc46cf731ca983dcdb57e31d40c3afbf24b. Decision made to bump this feature request to 5.4 as the current implementation is not complete and breaks installation to zFCP devices.
* New version.anaconda-11.1.2.148-1Joel Granados Moreno2008-10-241-1/+5
|
* Fix typo for partedUtils.py file. (#466291)Joel Granados Moreno2008-10-241-1/+1
|
* Probe the devices to populate cache for DD routines (#316481)Martin Sivak2008-10-241-0/+1
|
* Make the "can't find addnote" image more verbose.Peter Jones2008-10-231-1/+1
|
* New version.anaconda-11.1.2.147-1Joel Granados Moreno2008-10-231-1/+5
|
* Dont execute the extra information message for all the devices.Joel Granados Moreno2008-10-221-12/+13
| | | | | | dasd devices that are CMS formated are not handled well by parted at this point. Since we don't need the additional information on dasd devices, avoiding the call to parted.PedDevice.get will have no issues for the installation.
* New version.anaconda-11.1.2.146-1David Cantrell2008-10-211-1/+5
|
* Correctly enable ignored CCW devices in linuxrc.s390 (#253075)David Cantrell2008-10-213-10/+60
| | | | | | Take IBM's modified patch to enable CCW devices in linuxrc.s390. We do not need to use chccwdev and need to make sure we wait for udevsettle to...settle.
* New version.anaconda-11.1.2.145-1David Lehman2008-10-201-1/+5
|
* Improve LUKS devname fixup to handle devs containing "/". (related: 464769)David Lehman2008-10-201-0/+5
| | | | We only use the basename of the device in the mapping name.