summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New version.anaconda-10.1.1.98-1Joel Granados Moreno2009-02-261-1/+6
|
* LVM VG size is not same as the device where PV is. (#480793)Joel Granados Moreno2009-02-262-1/+3
| | | | | | | This takes care of the corner case in which the clamping for the vgsize does not give us enough space for the PV metadata. Also revert the previous attempt to fix this in autopart.py. It broke everything else and is not a good idea.
* New version.anaconda-10.1.1.97-1Joel Granados Moreno2009-02-231-1/+5
|
* LVM VG size is not same as the device where PV is. (#480793)Joel Granados Moreno2009-02-231-1/+1
| | | | | We need to account for PV metadata in the LV grow functions. This patch avoids the missing one PE error message.
* New version.anaconda-10.1.1.96-1Joel Granados Moreno2009-02-041-1/+7
|
* Make the patch work better.. (#481597)Martin Sivak2009-02-041-1/+1
|
* Clamp the lv size on LV device creation. (#480793)Joel Granados Moreno2009-02-031-1/+12
| | | | | | | We have managed to plug most pe size errors from the grow logic. But sometimes when LV do not go threw the grow logic they do not get clamped. This patch helps avoid troubles with unclamped non-growable LVs.
* New version.anaconda-10.1.1.95-1Joel Granados Moreno2009-01-301-1/+7
|
* Avoid devices where the lvm metadata is not present (#481698)Joel Granados Moreno2009-01-301-0/+5
|
* Fix typo in patch for (#481597)Martin Sivak2009-01-291-1/+1
|
* Do not show the root password dialog, when the encrypted root password was ↵Martin Sivak2009-01-291-0/+6
| | | | provided by ks file (#481597)
* New Version.anaconda-10.1.1.94-1Joel Granados Moreno2009-01-271-1/+5
|
* Remove missing PVs before removing obsolete VG (#481698).Joel Granados Moreno2009-01-271-2/+12
| | | | | | Missing PV (e.g. due to drive removal) of obsolete VG can make lvm vgremove call fail. Also add verbose flag to pvremove call.
* Correct typo in spec file.Joel Granados Moreno2009-01-261-1/+1
|
* New version.anaconda-10.1.1.93-1Joel Granados Moreno2009-01-261-1/+5
|
* Erase a line that was left over from the backport (#480793)Joel Granados Moreno2009-01-261-1/+0
|
* New version.anaconda-10.1.1.92-1Joel Granados Moreno2009-01-151-1/+23
|
* Do a check in lvm grow to catch negative sizes (#144676)Joel Granados Moreno2009-01-141-0/+3
| | | | | | | I'm guessing the error occurs during the partgrow function and/or the lvmgrow function. In either case its easier to just make sure that the values are ok and raise an exception if not. When req.size is set to 0, the exception is raised by the sanity checks.
* Update minium required kudzu and parted versions for virtio support (#446215)Hans de Goede2009-01-131-2/+2
| | | | Update minium required kudzu and parted versions for virtio support
* Probe virtio devices separately (#479134)Chris Lalancette2009-01-131-0/+39
| | | | Probe virtio devices separately (#479134)
* Add virtio max partition count (#479134)Chris Lalancette2009-01-131-0/+1
| | | | Add virtio max partition count (#479134)
* Sort virtio devices first (#479134)Chris Lalancette2009-01-131-0/+4
| | | | Sort virtio devices first (#479134)
* Explicitly include virtio_pci in the initrd (#479134)Chris Lalancette2009-01-132-2/+2
| | | | Explicitly include virtio_pci in the initrd (#479134)
* Add virtio to module info (#479134)Chris Lalancette2009-01-131-0/+8
| | | | Add virtio to module info (#479134)
* Add virtio support to devMakeInode (#479134)Chris Lalancette2009-01-131-0/+82
| | | | Add virtio support to devMakeInode (#479134)
* Fix clamping of size of lvm physical volumes (backport) (#233050)Radek Vykydal2009-01-084-62/+111
| | | | | | | | | | This is backport of following commits from rhel5: cc9d0f4e57b11a37fc5d33d0374509e43a97840c 8b4c702d0c2c6130c5263a4944405efa1301ced9 4f9c6e49d113a88a28c55c51bb5eab6ad756612b a68ab7d2823836ee90171cf419864e248ad99ce7 4aa9ca1c35b867fa5a4d94c41591700ca7ab5edb (5.3 #415871) 08233b0c42f8b453ff7d8bde03c9adc57d92d7ed (5.3 #463780)
* Fix detection of xen environment for kbd setting (#459785)Radek Vykydal2009-01-081-1/+1
|
* docs update for driveorder ks command (#430476)Martin Sivak2009-01-072-1/+3
|
* Write /etc/resolv.conf and /etc/hosts in stage1 on s390.David Cantrell2008-12-161-1/+8
| | | | | | | Write out nameserver lines in /etc/resolv.conf correctly and write out /etc/hosts containing localhost lines as well as a line for the host itself. This allows ssh X forwarding to work and telnetd to work.(459730)
* Allow empty DNS variable in s390 CMS conf file (#465175)David Cantrell2008-12-151-4/+38
| | | | | If the DNS variable contains an empty space or a colon, anaconda gives a traceback.
* Allow bootloader on mbr when /boot is dmraid1 (#217176)Hans de Goede2008-12-152-1/+7
| | | | | | | | This patch allows installing the bootloader on the mbr when using mdraid1, as requested in bug 217176. It also contains some special handling of this case in bootloader.py, to make sure our default behaviour does not change.
* Protect installation source partition from deletion (#461855)Martin Sivak2008-12-121-0/+1
|
* Flush the drive dict first so CD-ROM device nodes get made (#435926).Chris Lumens2008-11-191-0/+1
|
* Bump version to 10.1.1.91 .anaconda-10.1.1.91-1Peter Jones2008-07-081-1/+6
|
* Add initrd.size to the generic.ins files (I think this should solve #454492 ↵Peter Jones2008-07-082-0/+2
| | | | , and indicates that the verification of #449617 was an error.)
* Bump version, add changelog entry.Peter Jones2008-06-251-2/+2
|
* basename(3) sucks like no tomorrow.Peter Jones2008-06-251-0/+1
|
* New version: 10.1.1.90David Lehman2008-06-241-1/+5
|
* Add geninitrdsz and use it in mk-images.s390 (#449617)Peter Jones2008-06-244-2/+65
|
* New version: 10.1.1.89.anaconda-10.1.1.89-1David Lehman2008-05-051-1/+9
|
* Revert "Tell the nfs server when we unmount the nfs mountpoints (#208103)"Joel Andres Granados2008-05-052-108/+10
| | | | | | This reverts commit acab28e75d11b5ce7d9ece0cdf5a54391dea954b. This made the init and shutdown files bigger than what they needed to be.
* Do a better job at identifying ipv6 addresses for s390 (#362411).Joel Andres Granados2008-05-051-1/+10
| | | | | | | Three basic things were added: 1. Reject addresses with more than one double colon sequence (10::10:10::10) 2. Reject addresses that have a lonly colon at the end (10::10:) 3. Reject addresses that have more than two consecutive colons (10:::10:10)
* There should be a space between -F and the value. (#444674)Joel Andres Granados2008-04-301-2/+2
|
* Tell the kernel about the right initrd.img size.Joel Andres Granados2008-04-251-1/+1
|
* New version: 10.1.1.88.anaconda-10.1.1.88-1David Lehman2008-04-241-1/+7
|
* Specify a mode when running mdadm to collect RAID info. (#443844)David Lehman2008-04-231-1/+2
|
* Give the installation environment a little bit more of space. (#443373)Joel Andres Granados2008-04-231-1/+1
| | | | | | Several thing use the initrd for various things, in this case rpm hit the roof and complained. We just need to increase the roof to give way to more stuff using the initrd.
* New version: 10.1.1.87.anaconda-10.1.1.87-1David Lehman2008-04-221-1/+5
|
* Use the dispatch object instead of the anaconda one. (#220161)Joel Andres Granados2008-04-211-1/+1
|
* New version: 10.1.1.86.anaconda-10.1.1.86-1David Lehman2008-04-181-1/+7
|