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