| Commit message (Expand) | Author | Age | Files | Lines |
* | 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. | 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. | 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 |
* | Make bootable a property of PartitionDevice. | David Lehman | 2009-03-19 | 1 | -10/+15 |
* | After setting up our random UUID, inform the storage layer | Jeremy Katz | 2009-03-19 | 1 | -0/+8 |
* | Handle system crappyness. | Joel Granados Moreno | 2009-03-19 | 7 | -17/+179 |
* | Fix up checking for live image backing | Jeremy Katz | 2009-03-19 | 1 | -0/+2 |
* | Let's not remove our mountpoints | Jeremy Katz | 2009-03-19 | 1 | -1/+1 |
* | Fix writing the default= line in grub.conf (#490756). | Chris Lumens | 2009-03-19 | 4 | -8/+9 |
* | Revert "Fix pruning of destroy actions for preexisting devices." | David Lehman | 2009-03-19 | 1 | -5/+0 |
* | Add more blacklisting | Jeremy Katz | 2009-03-19 | 1 | -0/+7 |
* | Blacklist the live image backing device | Jeremy Katz | 2009-03-19 | 1 | -0/+10 |
* | Move blockdev blacklisting to be a function | Jeremy Katz | 2009-03-19 | 1 | -1/+8 |
* | Inhibit devkit-disks during a live install | Jeremy Katz | 2009-03-19 | 1 | -1/+3 |
* | try to unmount everything from /media on live installs | Jeremy Katz | 2009-03-19 | 1 | -0/+2 |