summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* BR system-config-keyboardDavid Cantrell2009-10-281-1/+3
| | | | Required for getlangnames.py
* Sending translation for Hebrewmark1252009-10-281-642/+637
|
* New version.Chris Lumens2009-10-283-30/+37
|
* preexist -> onPart (#531407).Chris Lumens2009-10-281-1/+1
|
* Support upgrading when the language isn't in lang-table (#528317).Chris Lumens2009-10-269-15/+38
|
* max_logical -> max_logicals (#530786).Chris Lumens2009-10-261-1/+1
|
* We moved from dialog to newt.. (#528497)Martin Sivak2009-10-261-1/+1
|
* Sending translation for Swedishgoeran2009-10-231-2/+2
|
* Sending translation for Swedishgoeran2009-10-231-488/+420
|
* New version, 12.39 .Peter Jones2009-10-232-1/+15
|
* More udev fixups for device-mapper and cryptsetup temp devices. (#526699)David Lehman2009-10-221-2/+7
|
* Use rpm to determine how to set bootloader args and default runlevel (#527520).Chris Lumens2009-10-213-14/+20
| | | | | | We were previously using tests that have diverged from what's going on in yuminstall.py, so this brings the two backend tests into using the same concept.
* Handle more than x.y version numbers in 'make bumpver'.David Cantrell2009-10-201-2/+4
| | | | | | For the rhel6-branch, we now have an x.y.z version number since it was branched from f12-branch. The bumpver target needs to handle the extra .z component.
* Mark live device as protected instead of ignoring it. (#517260)David Lehman2009-10-202-12/+11
|
* Don't force logical with a free primary slot and an extended. (#527952)David Lehman2009-10-201-15/+21
| | | | | Also rewrite getNextPartitionType for clarity so that bugs like this will be easier to identify and fix in the future.
* Sending translation for Serbian (Latin)kmilos2009-10-171-331/+329
|
* Sending translation for Serbiankmilos2009-10-171-331/+329
|
* Write LAYER2 and PORTNO correctly as parts of OPTIONS to ifcfg for s390xSteffen Maier2009-10-152-6/+11
| | | | | | | | | | | | | | | | | | On s390x, linuxrc.s390 brings up the network completely and writes an NM compliant /etc/sysconfig/network-scripts/ifcfg-<DEVICE>. Apparently, loader never hits STEP_IP or writeEnabledNetworkInfo(). The latter would convert LAYER2= and PORTNO= into OPTIONS="". Since it does not seem to be called, linuxrc.s390 now writes OPTIONS="". Fixed readIfcfgContents() to not swallow OPTIONS which contains '='. With this in place, network.py writes a correct ifcfg to /mnt/sysimage. This patch completes ifcfg production on s390x of the following commits: 25f58fe7c701c453d39d2a9c5c0850eefce07f76 9249e40f42ffbbdcf42cd1caad72e3d622c7a75b 5f0fcf6688d08f83826c2892bb9fc97d6b4d7dd0 81163960a6137d39a5f2082e9f8d9f0a7b2ada57 This patch is intended for both devel and F-12.
* liveinst: deactivate mdraid arrays before running liveinst (#528235)Hans de Goede2009-10-141-0/+13
| | | | | Just like we want things to not be mounted and lvm to be not active when doing liveinstalls, we also want to start with any mdraid arrays deactivated.
* New version.David Cantrell2009-10-133-90/+99
|
* Remove extra echo in 'make rpmlog'.David Cantrell2009-10-131-1/+0
|
* Do not traceback if network device doesn't have HwAddress property (#506013).Radek Vykydal2009-10-131-2/+7
|
* Fix liveinst to (1) not unmount /dev/pts, (2) unmount in order (509632).Chris Lumens2009-10-131-1/+6
|
* Do not read DASD data from /tmp/install.cfg in booty (#526354).David Cantrell2009-10-131-2/+0
| | | | The DASD kernel parameters will be coming from DASDDevice objects.
* Fix task selection when tasks contain the same group. (#528193)Bill Nottingham2009-10-131-9/+6
| | | | | | If we just iterate over the task list selecting and deselecting groups, then we'll deselect groups we want if a later task also contains those groups. So deselect all unchecked tasks, then select all checked tasks.
* Update drivelist with bootloader --driveorder ks option instead of replacing ↵Radek Vykydal2009-10-131-1/+1
| | | | | | | it (#506073). Just update the order of drives instead of using only drives entered in --driveorder option.
* Use ID_SERIAL to write multipath.conf, but ID_SERIAL_SHORT for UI.Peter Jones2009-10-131-2/+3
| | | | | multipath and multipathd expect the leading "3" in wwids, but that's bad in the user interface. So use one for one and the other for the other.
* Handle Installation Repo (base repo) as any other in repo edit UI.Radek Vykydal2009-10-132-52/+32
| | | | | | | | | | With present UI, edit repos, not base repos (methodstr). Works with assumption that base repo (repo/method) url points to a single repo, which is true for Fedora (as opposed to RHEL5 where we various repos in directories). dgregor told me that the target for RHEL6 is to have just one repo and handle product differentiation by comps. If we had to work with multirepo base urls, the UI for repo editing would need to be redesigned and rewritten because now we are mixing base urls with repo urls there.
* Fix methodstr editing dialog.Radek Vykydal2009-10-133-5/+10
| | | | We need to pass dummy repo object. Also pass methodstr as argument.
* Store methodstr url of repo (#502208, #526022).Radek Vykydal2009-10-132-11/+33
| | | | | We need it for repo editing or correction of repo= arguments in UI, especially in case of nfs: or cdrom: which can't be stored in AnacondaYum.baseurl.
* Show user of which repository he edits the url (methodstr editing).Radek Vykydal2009-10-131-2/+1
| | | | | I'd set insensitive also the other elements instead of hiding them which makes the dialog desert. The dialog probably needs some more polishing.
* Don't traceback with malformed repo= nfs: parameter.Radek Vykydal2009-10-131-4/+7
|
* New version.David Cantrell2009-10-123-73/+84
|
* Missing volume_key shouldn't break LUKS support completely. (#526899)David Lehman2009-10-121-1/+7
| | | | | | Live images don't contain volume_key, which makes sense since key escrow is kickstart-only functionality. At any rate, failure to import volume_key should only break key escrow.
* Write multipathd.conf in anaconda so that dracut can find it.Peter Jones2009-10-123-0/+70
| | | | | | This writes a multipathd.conf that whitelists the devices we're using in our multipath devices. It's a fairly basic configuration, and it doesn't handle ALUA yet.
* Add MultipathDevice.getDMNode(), because .updateSysfsPath() needs it.Peter Jones2009-10-121-0/+8
| | | | This should have been part of the previous commit but wasn't.
* Add MultipathDevice.updateSysfsPath()Peter Jones2009-10-121-0/+13
| | | | | MultipathDevice needs its own .updateSysfsPath(), because self.name is "mpath0" but the sysfs directory is /sys/class/block/dm-0 .
* Fix a segfault when stage2= boot parameter and kickstart url method is used ↵Radek Vykydal2009-10-121-3/+2
| | | | | | (#524417). Concerns cases when stage2= can't be parsed as http or ftp url.
* Fix parsing of optional portnr in iscsi target IP (#525118)Hans de Goede2009-10-102-4/+18
| | | | | | | | | | This patch fixes 2 issues with the parsing of the optional portnr in iscsi target IP's: 1) We don't want to include the : in the portno, so port = target[idx:] should be port = target[idx+1:] 2) An IPV6 IP always includes the : character, so specifying the port was mandatory with IPV6, this patch looks for "]:" inside the string to determine if a port is present for IPV6 strings.
* New version.David Cantrell2009-10-093-158/+173
|
* Reset PartitionDevice attributes after failed edit. (#498026)David Lehman2009-10-091-2/+13
| | | | | | If we are editing, not creating, we overwite several attributes instead of creating a new device/action pair. Since these changes have no corresponding action they need to be reversed manually.
* Fix cut/paste error in commit 299519d4a0693330ff6a50f3111d61feefabb0da.David Lehman2009-10-091-3/+4
|
* Consider encryption when checking for duplicate mountpoint. (#526697)David Lehman2009-10-093-3/+12
|
* Fix filtering out of 'Sending translation for' log messages in bumpver.Radek Vykydal2009-10-091-1/+1
| | | | | I hit it in the last build that I've done where the filtering was introduced (and I have to add that I also acked the original patch).
* Use addUdevPartitionDevice() for adding dmraid / multipath partitions (#527785)Hans de Goede2009-10-081-16/+7
| | | | | | | | | | With a kickstart install, with "clearpart --label", we will end up scanning pre-existing partitions after clearing the label. This leads to the backtrace as seen in #527785 and #526517. addUdevPartitionDevice() has special handling for this case, instead of copy and pasting this, this patch modifies addUdevPartitionDevice() so that it can be used for dmraid and multipath partitions too.
* Set partedPartition system to the correct FS when creating an FSHans de Goede2009-10-083-0/+22
| | | | | | | | | | | | | | The playing around with partedPartition flags only allows us to determine the partition table entry for certain usuages which are deemed special by parted. For normal FS usuage, parted will default to the type for the FS it has detected (for pre-existing partitions) or to Linux (83) for new partitions. This means that for example reformatting a vfat partition as ext3, or a new partition as vfat will lead to incorrect partition type entries in the partition table. This patch fixes this. This patch is intended for both master and F-12.
* Reset parted flags in createFormat not destroyFormatHans de Goede2009-10-081-8/+10
| | | | | | | | | | | | | | | | | | | | We were resetting the parted flags for re-use of existing partitions in destroyFormat, but this assumes that the existing partition actually has a type in the partition table matching its current formatting, this has 2 problems: 1: If the partition has a type which needs to have flags reset to become the correct type for the new format (for example swap -> ext2), but it is not formatted, the flags wont get reset 2: If the partition has a type which does not match the formatting (for example type linux raid, formatting ext2), the flags won't get reset This patch moves the resetting of the flags to the creation of the new format, and resets all flags except for the one for the to be created format (and boot and lba which are special). For the F-12 branch this also has the benefit that the resetting of the flags happens at all, as there the resetting was happening on a deep copy of the device (and thus the label) and never actually got written to the disk.
* Default to mbr bootloader target for mdraid 1 boot device too (#526822).Radek Vykydal2009-10-081-2/+1
| | | | | | | It used to be so, because for boot device target (/dev/mdX) we installed into MBRs anyway. With Hans's patch 45a7048e5f56316e052e4699b5ec70aa291ddd5e we do what we promise (install to boot device) in this case, but it is a change and it doesn't seem to be expected as default by users.
* Clear out state before calling XkbGetState.Chris Lumens2009-10-081-0/+1
|
* New version.Radek Vykydal2009-10-083-126/+147
|