summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of sloppy elipses usage.Peter Jones2009-07-131-2/+2
|
* Don't write optical devices to /etc/fstab (#505697).Chris Lumens2009-07-131-0/+4
|
* Sending translation for Gujaratiswkothar2009-07-131-50/+56
|
* error messages of zFCP on s390: log or pass to the UISteffen Maier2009-07-103-5/+17
|
* correctly delete a SCSI device provided by a zFCP LUN on s390Steffen Maier2009-07-101-9/+22
| | | | | | | Parsing of /proc/scsi/scsi updated to work with latest zFCP. Matching SCSI ID correctly with all of zFCP device, WWPN, and LUN. Synchronization with udev_settle. Error case is handled gracefully and reports user readable error message.
* All other teardown methods take a "recursive" argument (#506166).Chris Lumens2009-07-101-1/+1
|
* Clean yum caches following preupgrade, too (#503096).Chris Lumens2009-07-101-2/+2
|
* Merge branch 'master' of ssh://git.fedoraproject.org/git/anacondaBill Nottingham2009-07-1011-182/+110
|\
| * New version.anaconda-12.2-1David Cantrell2009-07-092-1/+37
| |
| * mdmon added to install.imgJacek Danecki2009-07-091-0/+1
| | | | | | | | mdmon application is needed to switch imsm md array to read/write mode.
| * Remove some unnecessary code.Chris Lumens2009-07-091-10/+2
| |
| * Use a method yum provides, rather than inventing our own.Chris Lumens2009-07-091-11/+6
| |
| * Remove _catchallCategory. yum handles this for us now.Chris Lumens2009-07-091-25/+0
| |
| * Write out NM_CONTROLLED=no for NICs used for FCoEHans de Goede2009-07-091-2/+2
| | | | | | | | | | | | | | | | | | | | Write out NM_CONTROLLED=no for NICs used for FCoE, note that unlike with iSCSI we do not blindly write out NM_CONTROLLED=no for all NICs, but just for the NIC which is used for FCoE. The iSCSI behaviour is undesirable, but the whole writing of NM_CONTROLLED=no for iSCSI will go away as soon as NetworkManager is fixed to not down devices when it takes over control, which should be fixed soon.
| * Add support for biosraid using mdadmHans de Goede2009-07-093-12/+20
| |
| * Reverse: "Support for MD containers"Hans de Goede2009-07-093-105/+0
| | | | | | | | | | | | | | | | Reverse most of commit 9e4d2e76713c9c71dcdaf22767211c13be9b3668, because it currently is not working and MD containers can for 99.9 % be treated as regular mdarrays. The next patch from this set instead makes the necessary changes to use the regular mdarray handling code, reducing the amount of code.
| * When all udev_is-foo() checks fail return instead of backtracingHans de Goede2009-07-091-0/+3
| | | | | | | | | | | | | | | | While testing isw bios raid using mdraid, I hit a backtrace caused by all udev_is-foo() checks failing. This patch logs an error and ignores the device instead of backtracing. I believe this may work around quite a few "'NoneType' object has no attribute Name" bugs we have open at the moment.
| * 70-anaconda.rules: always import blkid outputHans de Goede2009-07-091-2/+2
| | | | | | | | | | | | | | We are currently not calling blkid when a block device is not an mdraid set or a device mapper device, resulting in us not identifying mdraid members as such. This probably worked when still using vol_id because some other rules file was doing an import vol_id before our rules.
| * Make sure to have "self" as an argument.Chris Lumens2009-07-081-1/+1
| |
| * Add kickstart fcoe commandHans de Goede2009-07-082-1/+11
| | | | | | | | Add an command to activate FCoE attached SAN's from kickstart
| * Use the yum preconf object to do $releasever substitution.Chris Lumens2009-07-081-10/+6
| |
| * Indicate LV status according to lv_attr active bit (#491754)David Cantrell2009-07-081-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should fix up a majority, if not all, of the 'cannot commit to disk after 5 attempts' errors. I was hitting this today. The cause I found to be active logical volumes still around when the storage code wanted to commit changes to the disk. When a logical volume is active, libparted is getting EBUSY when it tries to commit changes to the disk and tell the kernel to reread the partition table. If the LV is active, we need to deactivate it and the volume group before we start committing changes to disk. Adding a status() property to LVMLogicalVolumeDevice that looks at the lv_attr field for an 'a' fixes the problem for me on F-11. All of the code to down LVM devices is there, we just weren't checking the LV status correctly.
| * Include lv_attr in lvm.lvs() return value.David Cantrell2009-07-081-3/+4
| | | | | | | | | | Include the lv_attr field in the lvm.lvs() hash table returned. Needed to tell if the logical volume is active or not.
* | You must be this tall to ride.Bill Nottingham2009-07-101-7/+3
|/ | | | Adjust memory requirements.
* Fix list of 64-bit arches.Bill Nottingham2009-07-081-1/+1
| | | | | 'sparc' and 's390' are what are returned by iutil.getArch; however, we don't actually support 31/32-bit installs on those machines.
* We also need -DUSESELINUX if we want to call matchPathContext.Chris Lumens2009-07-071-1/+1
|
* Clean up some arch code.Bill Nottingham2009-07-071-3/+2
| | | | | Just use rpmUtils's definition of multilib arches, and we no longer set ppc64iseries/ppc64pseries.
* Update /etc/hosts with hostname for loopback IP address (#506384)Radek Vykydal2009-07-071-0/+23
| | | | | Note: Compared to writing out of our own /etc/hosts which was removed in bug 491808, we do not write line for host's IP address.
* Add missing LAYER2 and PORTNO handling for s390x.David Cantrell2009-07-065-2/+48
| | | | | | | | libisys and loader lacked handling for the LAYER2 and PORTNO settings present on s390x systems. Also include the fix for #468755 to write layer2=1 rather than layer=2 to the ifcfg-DEVICE file.
* Ignore configure.ac when generating updates.imgDavid Cantrell2009-07-061-1/+1
|
* AC_ARG_WITH -> AC_ARG_ENABLEDavid Cantrell2009-07-061-2/+2
| | | | These configure arguments are of the format --enable-X, not --with-X.
* dhclient now reads config files from /etc/dhcpDavid Cantrell2009-07-062-2/+3
| | | | | Create /etc/dhcp in the initrd image and make sure loader writes dhclient configuration files to /etc/dhcp.
* no "rhgb quiet" on s390 to enable visible boot progress and system ↵Steffen Maier2009-07-061-4/+5
| | | | | | | | | automation (#509881) Anaconda appends "rhgb quiet" to the bootloader's kernel arguments. On s390x, there is not graphical console. A console of type line mode is most common. Even more so, it's not uncommon to do system automation based on the guest OS's console output. Therefore, allow full output of kernel boot messages on the console.
* fix backtrace in s390 reipl support due to missing anaconda.id.fsset (#509877)Steffen Maier2009-07-061-27/+3
| | | | | | | | Replaces previous post with fixed patch. Assuming anaconda.id.bootloader.device is always a disk device (not a partition) and it always contains the device /boot and hence the zipl bootloader is located on, this fixes the back trace.
* Put sleep in /bin on the initrd (#505639).Chris Lumens2009-07-061-0/+3
|
* Also include the grep programs.Chris Lumens2009-07-061-4/+5
|
* Add programs from vim-minimal, coreutils, and util-linux-ng.Chris Lumens2009-07-061-2/+32
|
* Move programs that aren't s390-specific into the main image.Chris Lumens2009-07-061-17/+7
|
* Look for /bin/sh, not /sbin/busybox.Chris Lumens2009-07-061-1/+1
|
* No longer symlink binaries to busybox.Chris Lumens2009-07-063-46/+1
|
* No longer require busybox.Chris Lumens2009-07-061-1/+0
|
* New version.anaconda-12.1-1Chris Lumens2009-07-062-1/+10
|
* Include the rest of the libs isys needs to link against (#509572).Chris Lumens2009-07-061-1/+2
|
* Add FCoE disks to the devicetree with a type of FcoeDiskDeviceHans de Goede2009-07-021-0/+5
| | | | | Add FCoE disks to the devicetree with a type of FcoeDiskDevice instead of DiskDevice
* Add FcoeDiskDevice class to storage/devices.pyHans de Goede2009-07-021-3/+18
|
* Add FCoE support to storage/udev.pyHans de Goede2009-07-021-0/+27
| | | | | | Add the ability to identify if a disk is an FCoE device and to get the identifier of the disk and the name of the NIC used to connect to an FCoE disk
* Write out configuration of FCoE to installed systemHans de Goede2009-07-021-1/+17
| | | | | Write out an /etc/fcoe/cfg-eth# file for each nic used to connect to an FCoE SAN during the install.
* Initial FCoE supportHans de Goede2009-07-026-2/+376
| | | | | | | | | | | | | | | This patch adds support for using FCoE during the installation. This patch merely lays the initial ground work, there is more work todo: - The system will not boot without manual help after the install, as dracut / mkinitrd do not support FCoE yet - If FCoE is not used for / but for example for /srv, then information about the nic used for FCoE needs to be written in a to be defined config file in the system, and rc.sysinit needs to be thought to read this file and bring up FCoE SAN's / Fabrics not used for / - kickstart support for FCoE still needs to be done
* New version.anaconda-12.0-1Chris Lumens2009-07-022-2/+143
|
* Fix "make bumpver" for two digit version numbers.Chris Lumens2009-07-021-2/+2
|