summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Sending translation for Maithilirajesh2009-04-051-655/+598
|
* Sending translation for Portugueseraven2009-04-031-1/+1
|
* If no partitioning commands are given, apply the UI selections (#490880).Chris Lumens2009-04-034-14/+17
| | | | | | | First, always apply the default partitioning scheme in kickstart installs. Then, always run clearPartitions since it knows best. Finally, if any of the various kickstart partitioning commands are given, unset doAutoPart so the user-provided partitioning scheme takes effect.
* Update font package names for ml_IN, si_LK, etc. (#493792, #493794).Chris Lumens2009-04-031-4/+5
|
* Fix a typo in the city name for Nepali (#493803).Chris Lumens2009-04-031-1/+1
|
* Fix writing out the partition= line on PPC (#492732).Chris Lumens2009-04-031-6/+2
|
* Sending translation for Tamilifelix2009-04-031-311/+231
|
* Sending translation for Germandominiksandjaja2009-04-031-1893/+1280
|
* Sending translation for po/sr@latin.pokmilos2009-04-031-4/+4
|
* Sending translation for Serbiankmilos2009-04-031-3/+3
|
* Sending translation for Kannadashanky2009-04-031-19/+19
|
* Do not check size when adding LV to growing VG (bug #492264)Radek Vykydal2009-04-031-1/+4
| | | | | | | | | It doesn't fit in how we are creating devices in kickstart. We don't grow them before adding LV. Moreover we can't know size of grown VG until all ks requests are processed. Without substantial change of processing of ks partitioning, I am not able to come up with anything better - see comments in BZ for my rationale. Any ideas are very welcome.
* Sending translation for Hungarianpeti2009-04-031-14/+34
|
* 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
|