summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New version.anaconda-11.5.0.40-1David Cantrell2009-04-021-1/+25
|
* Don't let device names affect action order in general case.David Lehman2009-04-021-5/+5
| | | | | | Some complex action sets were being sorted incorrectly because of the name comparisons. Names should only matter if both devices are partitions on the same disk.
* Round up when aligning to pesize for space used. (#493656)David Lehman2009-04-021-3/+8
|
* Improve handling for various nodev filesystems in fstab. (#493685, #493202)David Lehman2009-04-021-2/+3
|
* Present the correct max lv size in the dialog.David Lehman2009-04-021-1/+1
|
* Use the head of the current branch, not master, for scratch archives.David Lehman2009-04-021-1/+1
|
* Make a top level StorageError that all others are based on.David Lehman2009-04-021-12/+36
|
* Remove unused PRePDevice class.David Lehman2009-04-021-37/+0
|
* Make the disk model an attribute of DiskDevice.David Lehman2009-04-024-4/+7
|
* Sending translation for Koreaneukim2009-04-031-281/+216
|
* Sending translation for Portugueseruigo2009-04-021-3/+4
|
* Handle format actions in cancelAction()David Cantrell2009-04-021-0/+4
|
* Fix format check box for pre-existing partitions (#491675)David Cantrell2009-04-022-59/+105
| | | | | | When performing a custom partitioning layout, make the Format check mark column work correctly depending on what you enter in the Edit Partition dialog box. Also register and cancel storage actions as necessary.
* Remove temporary directory used in _getExistingSize()David Cantrell2009-04-021-0/+1
|
* Activate storage before looking up the hdiso source drive (#491781).Chris Lumens2009-04-021-7/+25
|
* Remove isys.getDeviceByToken since it is no longer used.Chris Lumens2009-04-022-22/+0
|
* Don't allow the rootfs on live installs to not match (#493206, #492727)Jeremy Katz2009-04-023-0/+11
| | | | | | Ensure that with live installs that the type of the rootfs matches what we need it to. This used to be done behind the user's back in the livecd code, but it's probably better to handle more generally like this
* Sending translation for Telugukkrothap2009-04-021-465/+436
|
* Create setup and teardown functs for dmraid devs.Joel Granados Moreno2009-04-021-7/+25
| | | | | | | | | | * storage/devices.py (DMRaidArrayDevice): Erase the activate and deactivate functions for the DMRaidArrayDevice. They are no really being used. * storage/devices.py (DMRaidArrayDevice): Create setup and teardown functions for the class. * storage/devices.py (Device): Add the pyblock attribute to the shallow copy list.
* put xfs back where it belongsEric Sandeen2009-04-021-1/+1
| | | | | | | | Ow, turned xfs to unsupported *and* no cmdline override, bummer. -Eric Signed-off-by: Eric Sandeen <sandeen@redhat.com>
* Fix up the other caller of unmountCD to pass in a device (#493537).Chris Lumens2009-04-021-1/+3
|
* Sending translation for Dutchnippur2009-04-021-7/+6
|
* Sending translation for Dutchnippur2009-04-021-151/+128
|
* Sending translation for Oriyamgiri2009-04-021-156/+152
|
* Sending translation for Slovakfeonsu2009-04-021-262/+231
|
* Sending translation for Kannadashanky2009-04-021-301/+230
|
* Sending translation for Hungarianpeti2009-04-021-13/+26
|
* Sending translation for Brazilian Portugueseigor2009-04-021-1887/+1359
|
* Sending translation for Chinese (Traditional)tchuang2009-04-021-266/+209
|
* Sending translation for Japanesekhasida2009-04-021-148/+116
|
* New version.Chris Lumens2009-04-011-1/+70
|
* Sending translation for Danishkristho2009-04-011-1077/+1028
|
* Prevent sensitive information in kickstart files from ending up in tracebacks.Chris Lumens2009-04-011-3/+1
| | | | | | | The __str__ method on a KickstartParser will cause the whole object to be printed out as a kickstart file. This means we have no chance to exclude certain sensitive pieces of information. It would be better for us to not see the ksdata at all than to see passwords.
* It's 2009, let's ignore floppy drives now (#493338, #493377).Chris Lumens2009-04-011-1/+1
|
* Sending translation for Greekcharnik2009-04-011-1831/+1275
|
* Remove DmRaidArrayDevice level attribute (#493293)Hans de Goede2009-04-012-4/+1
| | | | | | Remove the DmRaidArrayDevice level attribute, pyblock's RaidSet.level property is broken causing issues when calling it, and we do not use the level attribute anywhere.
* get_containing_device takes two arguments (#493266).Chris Lumens2009-04-011-2/+2
|
* Fix the check for if there's enough space available on / and /usr (#492614).Chris Lumens2009-04-011-8/+1
|
* Fix testing if a PPC partition is bootable (#492726).Chris Lumens2009-04-011-1/+1
|
* Look for a PReP "partition" by examining the format, not the flags (#492426).Chris Lumens2009-04-011-2/+2
|
* Sending translation for Oriyamgiri2009-04-011-100/+67
|
* Sending translation for Punjabijassy2009-04-011-226/+238
|
* Sending translation for Japanesekhasida2009-04-011-137/+129
|
* Sending translation for Gujaratiswkothar2009-04-011-260/+219
|
* Sending translation for Hungarianpeti2009-04-011-12/+17
|
* Sending translation for Portugueseruigo2009-04-011-16/+16
|
* Revert "Work around gcc bug #492973"David Cantrell2009-03-3110-12/+12
| | | | | | This reverts commit 5a0189827c1c6db21ecbfd01f00ee1f5edbb7a77. gcc-4.4.0-0.31 in rawhide fixes the problem we were seeing.
* Fix a few more pylint warnings and errors in storage/*Hans de Goede2009-03-311-12/+10
|
* Fix some pylint warnings in iw/*.pyHans de Goede2009-03-313-24/+15
|
* Don't start our audit daemon with the livecd installerJeremy Katz2009-03-311-1/+1
| | | | | On the livecd install, the normal audit daemon is running, so we don't need to start our own. This also keeps us from leaving around a stray process on exit (#492513)