summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* logging, fix: setting remote logging from kicstartAles Kozumplik2010-02-182-8/+36
|
* logging: addFileHandler does not set autoLevel by defaultAles Kozumplik2010-02-183-5/+7
|
* Allow deleting the interface property, too (#566186).Chris Lumens2010-02-171-1/+4
| | | | | This is needed so we can shut down the text mode interface, which works by calling del on the interface object.
* Sending translation for Germankenda2010-02-171-571/+604
|
* New version.Chris Lumens2010-02-163-96/+127
|
* Fix hiding the advanced button on the filter UI (#555769, #565425, #560016).Chris Lumens2010-02-161-1/+1
| | | | | | | | Unrealizing the button box creates a mystery hidden window that causes two problems. First, it steals the focus so keyboard controls don't work on the filtering UI. Second, it causes a lot of gtk warnings on tty1. Instead of unrealizing, the fix is to just hide and disallow show_all working on it later.
* PartitionDevice._setDisk: self.disk can be None. (#565930)David Lehman2010-02-161-1/+2
|
* Add currentSize method to the PartitionDevice class (#565822)Hans de Goede2010-02-161-0/+12
| | | | | | | | | | | | | | | | | | PartitionDevice was inheriting the currentSize property from StorageDevice, but that uses partedDevice.getSize() which returns 1024 when called on extended partitions (as that is what the kernel reports). This causes _setTargetSize() to try and change the extended partition geometry even when called with the current extended partition geometry size, as currentSize was mis-reporting the extended partition size. Since we do end sector alignment now a days when changing the partition geometry, we could end up making the extended partition to small to hold the last logical partition resulting in a: PartitionException: Unable to satisfy all constraints on the partition. Error. This patch fixes this by adding a currentSize method to the PartitionDevice class, which properly reports the currentSize for extended partitions.
* Fix instData removal mis mergeHans de Goede2010-02-161-8/+2
| | | | | This reverses 1 chunck of commit d6d4c4800ebc2958eb87a706e4a7c799647ca447 as that chunck was caused by a mis merge (and is wrong).
* Sending translation for British Englishbruce892010-02-161-2479/+2985
|
* Require a format to have a mountpoint before testing for RO (#565879).Chris Lumens2010-02-161-0/+1
| | | | | Otherwise, we traceback trying to mount /mnt/sysimage/None or something stupid like that.
* The step is named cleardiskssel, not cleardisksel (#565873).Chris Lumens2010-02-161-1/+1
|
* Use the LUKS UUID, not the filesystem UUID for dracut. (#561373)David Lehman2010-02-161-1/+1
|
* Show the correct device path when formatting as swap or luks.David Lehman2010-02-162-2/+4
|
* Fix ordering of arguments to xfs_admin for writing fs label. (#556546)David Lehman2010-02-161-0/+6
| | | | xfs_admin expects -L <label> <device>.
* Log only the disks' names in PartitionDevice._setDisk.David Lehman2010-02-161-1/+1
|
* Check for the updates directory before using it (#565840).Chris Lumens2010-02-161-0/+3
|
* Fix a handful of simple pychecker errors.Chris Lumens2010-02-164-4/+4
|
* Add the .libs directories to PYTHONPATH so pychecker works again.Chris Lumens2010-02-161-1/+1
|
* Warn when ignoring BIOS RAID members (#560932)Hans de Goede2010-02-166-4/+81
| | | | | | | | | | | | | This patch adds a warning when ignoring BIOS RAID members because no complete set using them could be found. This patch also introduces a much needed InstallInterfaceBase class, as I didn't feel like adding the exact same code to all of cmdline.py, gui.py and text.py . Note that the ignoring of BIOS RAID members is checked in 2 places, as the filter UI can be skipped under certain circumstances (kickstart). The interface code checks for disks it has already warned about.
* Intel BIOS RAID array not recognized (#565458)Hans de Goede2010-02-161-1/+3
| | | | | | Due to recent changes in udev_is_md_array, Intel BIOS RAID array members are wrongly identified as RAID arrays instead of as RAID array members, this causes the actual raid array to not be seen by anaconda.
* Fix traceback in filter_gui.py when dealing with RAID10 BIOSRAID (#565444)Hans de Goede2010-02-161-1/+5
| | | | | rs.get_members() also returns subsets with layered raids, we only want the devices, so filter the result of rs.get_members() .
* Remove newly added partition from disk if subsequent commit fails. (#559907)David Lehman2010-02-151-1/+7
| | | | | | | If the commit fails because there's an md array active on the disk we will try again to add the partition after stopping the array, but if we don't remove the failed-to-add partition first, we end up with a mess.
* Sending translation for Danishkristho2010-02-161-436/+448
|
* Use property() so we can assign to anaconda.intf (#565639).Chris Lumens2010-02-151-2/+7
| | | | | | | I'd rather add a rescue mode case to the existing intf property, but we need a screen instance to create the rescue mode interface and we then also need that instance for other things. This makes it more difficult to hook up when I could just use the other style of property instead.
* Sending translation for Spanishlogan2010-02-151-396/+339
|
* Don't always set anaconda.upgrade to be True (#565622).Chris Lumens2010-02-151-1/+1
| | | | | | | Since Upgrade.execute gets called on installs too (both the upgrade and install kickstart commands have the same handler) we need to make sure to set it to the right value. Otherwise, all kickstart installs end up being upgrades.
* Re-remove the end of line from pychecker-false-positives.Chris Lumens2010-02-151-1/+1
| | | | | | When editing this file in vim, it helps to do this before saving: set binary set noendofline
* cryptPassword is not part of any class (#565611).Chris Lumens2010-02-151-1/+1
|
* Fix another missing import (#565599).Chris Lumens2010-02-151-0/+2
|
* Add a missing import (#565592).Chris Lumens2010-02-151-1/+1
|
* Sending translation for Danishkristho2010-02-151-1424/+1787
|
* createLuserConf is not a part of any class (#565306).Chris Lumens2010-02-151-1/+1
|
* Sending translation for Dutchwarrink2010-02-141-421/+408
|
* Sending translation for Polishraven2010-02-131-423/+369
|
* New version.David Lehman2010-02-123-312/+341
|
* Fix return values for dasd_settle_all() in linuxrc.s390 (#558881).David Cantrell2010-02-121-4/+3
| | | | Also remove one call to dasd_settle_all(), which is not necessary.
* Don't reset the default package selection on text installs (#564103).Chris Lumens2010-02-121-1/+2
| | | | | Resetting the package selections means the whole of Core does not get installed.
* Remove rules handled by the device-mapper package's rules.David Lehman2010-02-121-16/+4
|
* Raise default lvm extent size from 4MB to 32MB.David Lehman2010-02-121-1/+1
|
* Add udev_settle after setup of LUKSDevice. (#534043)David Lehman2010-02-121-0/+1
| | | | | | | | | | LVM (when looking for PVs) is finding the temporary udev device instead of the real/final device, so this is to make sure things are as they should be when lvm goes-a-hunting for devices. We should probably be explicitly telling lvm which devices to look for PVs on to avoid it scanning every block device every time we run an lvm command.
* Pass '--force' to vgremove to avoid interactive prompts. (#563873)David Lehman2010-02-121-1/+1
|
* Find rsyslog libs in $LIBDIR not /usr/$LIBDIRJesse Keating2010-02-122-4/+4
| | | | | As of rsyslog-4.4.2-4 rsyslog puts it's libs in $LIBDIR. We aren't getting them currently and this is causing insta-traceback in stage2
* "_Do_ override BASEARCH with BUILDARCH, it does make sense (#524235)"Martin Sivak2010-02-121-0/+2
| | | | | | It does make sense if we realize, that BUILDARCH is not BUILDARCH but BASEARCH in disguise (because of some reason I can't really understand)... This reverts commit 9f31de61d9cdfa9ec72f9f423c6392003066cdc6.
* Don't traceback during kickstart if no ignoredisk line is given (#563581).Chris Lumens2010-02-111-8/+15
|
* Allow any add-on python module to be updated via an updates.img.Chris Lumens2010-02-111-39/+22
|
* Correct references to lcs and ctcm devices (#561816).David Cantrell2010-02-111-7/+7
| | | | Followup to 84904cdfc5b6822ac62c39694b07eb323b59b2f3.
* Use lsznet.raw from s390utils package (#563548).David Cantrell2010-02-116-400/+13
| | | | | | The lsznet.raw and controlunits.sh files are now part of the s390-tools project, which is in the s390utils package. Remove our copies and make sure we use the ones from the s390utils package.
* Revert "Write ARP=no to ifcfg file when VSWITCH=1 is set on s390x (#561926)."David Cantrell2010-02-112-11/+3
| | | | | | | | | This reverts commit 3b90bea90eb3c65f34e358babcb866b1514a4994. ARP=no did not actually fix the problem with VSWITCH=1, nor did ARP=yes. The problem was found to be in the /lib/udev/ccw_init file, which is part of initscripts. The ifup script is not able to handle the asynchronous bring up of s390x network devices.
* Use /sys/devices/lcs instead of /sys/devices/cu3088 (#561816).David Cantrell2010-02-111-6/+6
| | | | | | The kernel change is in place and the cu3088 sysfs path is going away at some point. For CTC and LCS devices, we need to use the /sys/devices/lcs path.