| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Move resolveDevice into the DeviceTree class. | Chris Lumens | 2009-03-24 | 2 | -84/+75 |
| * | Move most of the parseFSTab logic into its own function. | Chris Lumens | 2009-03-24 | 2 | -69/+81 |
| * | We don't even use partedUtils in this module. | Chris Lumens | 2009-03-24 | 1 | -1/+0 |
| * | PReP formats can never be active. (#491865) | David Lehman | 2009-03-24 | 1 | -0/+4 |
| * | Move protectedPartition setup into storageInitialize (#491781). | Chris Lumens | 2009-03-24 | 2 | -27/+29 |
| * | Use the mount and unmount methods on OpticalDevice.format now. | Chris Lumens | 2009-03-24 | 2 | -15/+15 |
| * | Add a format for ISO9660 filesystems. | Chris Lumens | 2009-03-24 | 1 | -0/+17 |
| * | getDeviceByName does not expect the CD device to start with "/dev/" (#491768). | Chris Lumens | 2009-03-24 | 2 | -1/+4 |
| * | Write the same arch to .discinfo as iutil.getArch() gives us (#490977). | Chris Lumens | 2009-03-24 | 1 | -1/+1 |
| * | Port the dlabel feature from RHEL (#489314) | Martin Sivak | 2009-03-24 | 8 | -2/+158 |
| * | Don't remove partitions twice. | Joel Granados Moreno | 2009-03-24 | 1 | -3/+0 |
| * | New version.anaconda-11.5.0.36-1 | David Cantrell | 2009-03-23 | 1 | -1/+20 |
| * | Add EFI, Apple Bootstrap, and PPC PReP Boot formats. | David Lehman | 2009-03-23 | 7 | -20/+109 |
| * | Remove all implicit calls to self.format.destroy from Device classes. | David Lehman | 2009-03-23 | 1 | -19/+0 |
| * | Pop the busy cursor when we're done with the wait window (#491736). | Chris Lumens | 2009-03-23 | 2 | -1/+3 |
| * | If the new size and old size are the same, treat as a no-op (#491496). | Chris Lumens | 2009-03-23 | 1 | -3/+7 |
| * | Let mountFilesystems handling bind mounting /dev (#490772). | Chris Lumens | 2009-03-23 | 4 | -20/+2 |
| * | Not all FileDevices have parents, so don't assume. | Chris Lumens | 2009-03-23 | 1 | -1/+1 |
| * | Bind mount formats are mountable. | Chris Lumens | 2009-03-23 | 1 | -0/+4 |
| * | If a filesystem is already mounted, don't raise an error. | Chris Lumens | 2009-03-23 | 1 | -1/+1 |
| * | Fix a typo calling the superclass's constructor. | Chris Lumens | 2009-03-23 | 1 | -1/+1 |
| * | Add a fake device for bind mounting /dev. | Chris Lumens | 2009-03-23 | 1 | -6/+15 |
| * | If there was an exception leading to the urlgrabber error, log it. | Chris Lumens | 2009-03-23 | 1 | -1/+4 |
| * | Fix the import of checkbootloader (#491574). | Chris Lumens | 2009-03-23 | 1 | -2/+1 |
| * | Add a missing import (#491605). | Chris Lumens | 2009-03-23 | 1 | -0/+1 |
| * | New version.anaconda-11.5.0.35-1 | David Cantrell | 2009-03-20 | 1 | -1/+20 |
| * | Fix traceback in FSSet.crypttab. (#491160) | David Lehman | 2009-03-20 | 1 | -1/+1 |
| * | Fix traceback on upgrade. (#491446) | David Lehman | 2009-03-20 | 1 | -1/+1 |
| * | Do not include .h and .sh files in updates.img | David Cantrell | 2009-03-20 | 1 | -0/+1 |
| * | Make PartitionDevice resize work. | David Cantrell | 2009-03-20 | 1 | -23/+38 |
| * | Reset mouse pointer if we find an unreadable disk. | David Cantrell | 2009-03-20 | 1 | -0/+1 |
| * | Use label attr instead of non-existent fslabel attr. (#491120) | David Lehman | 2009-03-20 | 1 | -3/+3 |
| * | Need to notify the kernel of changes before udev settle | Jeremy Katz | 2009-03-20 | 1 | -1/+2 |
| * | Revert "mount and umount commands are in /sbin now, remove from /usr/sbin" | David Cantrell | 2009-03-20 | 1 | -0/+6 |
| * | Make some fixes to the rescue mode system selection UI (#489973, #489977). | Chris Lumens | 2009-03-20 | 1 | -2/+5 |
| * | Fix text mode autopartitioning (#491282). | Chris Lumens | 2009-03-20 | 1 | -1/+2 |
| * | Do not use _rnetdev as fstab option for network based / | Hans de Goede | 2009-03-20 | 1 | -4/+1 |
| * | Make root= line in grub.conf and path spec in fstab consistent | Hans de Goede | 2009-03-20 | 6 | -21/+6 |
| * | Fix a reference to the partitions list (#491335). | Chris Lumens | 2009-03-20 | 1 | -1/+1 |
| * | Do not traceback at the very beginning of rescue mode | Martin Sivak | 2009-03-20 | 2 | -3/+12 |
| * | Fix traceback when editing encrypted mdraid device in UI. | Radek Vykydal | 2009-03-20 | 1 | -4/+5 |
| * | New version.anaconda-11.5.0.34-1 | David Cantrell | 2009-03-19 | 1 | -1/+29 |
| * | Catch FSError when detecting storage, prevent user from continuing. | David Cantrell | 2009-03-19 | 1 | -16/+24 |
| * | If we have no error string, place None in the tuple. | David Cantrell | 2009-03-19 | 1 | -1/+8 |
| * | Move OUTPUT_TERMINAL definition to isys.h | David Cantrell | 2009-03-19 | 3 | -1/+3 |
| * | mount and umount commands are in /sbin now, remove from /usr/sbin | David Cantrell | 2009-03-19 | 1 | -6/+0 |
| * | Avoid SIGSEGV in doPwMount() when NULL is last parameter (#491192) | David Cantrell | 2009-03-19 | 1 | -3/+5 |
| * | Attempt disk commits 5 times before raising an exception. | David Cantrell | 2009-03-19 | 1 | -1/+16 |
| * | Add boot partition size limit properties and size validation method. | David Lehman | 2009-03-19 | 1 | -2/+42 |
| * | Make sure boot flag gets set. (#491170) | David Lehman | 2009-03-19 | 3 | -5/+12 |