summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add udev rules until device-mapper starts using udev.David Lehman2009-02-231-0/+29
* Return device instances, not paths, from findExistingRoots.David Lehman2009-02-231-2/+2
* Replace old storage modules.David Lehman2009-02-2330-7203/+8900
* Set runlevel 5 if any package provides service(graphical-login).Chris Lumens2009-02-231-4/+2
* Change default iscsi initiator nameHans de Goede2009-02-231-1/+1
* Added additional comment.Christof Kälin2009-02-231-0/+5
* Tried to make the term "swap" clear for German (ex-)windows-users.Christof Kälin2009-02-221-28/+27
* New version.anaconda-11.5.0.23-1David Cantrell2009-02-201-1/+18
* Remove old content from utils/David Cantrell2009-02-203-278/+2
* Ensure request.drive is always a list (#485622)David Cantrell2009-02-204-27/+45
* Pick up pyblock if it exists in block/ on an updates.img.David Cantrell2009-02-201-1/+1
* Don't check for a swapfs on things that aren't partitions (#485977).Chris Lumens2009-02-201-1/+1
* Perform ext3->ext4 filesystem migration if ext4migrate is given (#484330).Chris Lumens2009-02-201-0/+7
* Translate i?86 into i386 as a base arch.Jesse Keating2009-02-201-2/+2
* Teach upd-instroot about i586 arch, for sake of glibc.i586/openssl.i586Jesse Keating2009-02-201-6/+8
* Fix the obvious typo.Chris Lumens2009-02-191-1/+1
* filer.login raises an exception with it can't login, not returns None (#486454).Chris Lumens2009-02-191-1/+3
* Take into account that a parted.Partition's _fileSystem can be None (#485644).Chris Lumens2009-02-191-3/+6
* New version.anaconda-11.5.0.22-1Chris Lumens2009-02-191-1/+8
* Updated Romanian translationAlexandru Szasz2009-02-181-3121/+1926
* Remove the qla2xxx line from mk-images again (wwoods).Chris Lumens2009-02-181-3/+0
* Fix broken shell syntax from 3bdcd64d2Jesse Keating2009-02-181-0/+1
* The VLGothic-fonts package has changed name and location (#486080).Chris Lumens2009-02-181-3/+3
* New version.anaconda-11.5.0.21-1David Cantrell2009-02-171-1/+4
* Building for i586 only now in Fedora.David Cantrell2009-02-171-1/+1
* New version.anaconda-11.5.0.20-1David Cantrell2009-02-171-1/+19
* Fix indentation on upd-instrootJeroen van Meeuwen (Fedora Unity)2009-02-171-116/+120
* Fix the indentation in mk-imagesJeroen van Meeuwen (Fedora Unity)2009-02-171-291/+287
* Remove unused iface_netmask2prefix() function.David Cantrell2009-02-172-26/+0
* A parted.Disk has no attribute named "dev". It's named "device" (#486007).Chris Lumens2009-02-171-2/+2
* Use brandpkgname for the efi art tooJeremy Katz2009-02-171-7/+1
* Let's use the product string for a brandpackage name.Jeroen van Meeuwen2009-02-172-1/+5
* Fix indentation in mk-images.efiJeroen van Meeuwen (Fedora Unity)2009-02-161-52/+54
* Fix indentation in buildinstall scriptJeroen van Meeuwen (Fedora Unity)2009-02-161-57/+56
* It's part.active, not part.is_active().Chris Lumens2009-02-162-2/+2
* File the basic traceback as the first comment instead of a generic message.Chris Lumens2009-02-161-1/+1
* Encode our upgrade policy in productMatches/versionMatches and enforce it.Chris Lumens2009-02-165-58/+101
* Updated German translationFelix Kaechele2009-02-151-1890/+1774
* If we'd show package selection on kickstart installs, also show tasksel.Chris Lumens2009-02-131-7/+5
* New version.anaconda-11.5.0.19-1Chris Lumens2009-02-131-1/+4
* Fix build errors in the new net.c code.Chris Lumens2009-02-131-7/+7
* New version.anaconda-11.5.0.18-1Chris Lumens2009-02-131-1/+11
* Add the missing files.. again..Martin Sivak2009-02-132-0/+150
* Require pyparted >= 2.0.0David Cantrell2009-02-122-2/+4
* Check for 'is None' not '== None'.David Cantrell2009-02-121-1/+1
* Fix PartitionSpec.getActualSize()David Cantrell2009-02-121-4/+4
* request.drive is a string, not a list in this instance.David Cantrell2009-02-121-4/+1
* Fix typo in fsset.pyDavid Cantrell2009-02-121-1/+1
* disk.type is already a string, so we don't have to check the name attr.Chris Lumens2009-02-122-7/+7
* Fix handling of device type vs. string in FileSystemSet.setActive.Chris Lumens2009-02-121-10/+8