summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Expand)AuthorAgeFilesLines
* A parted.Disk has no attribute named "dev". It's named "device" (#486007).Chris Lumens2009-02-171-2/+2
* It's part.active, not part.is_active().Chris Lumens2009-02-162-2/+2
* Iterate over partitions to see free space.David Cantrell2009-02-121-1/+7
* Syntax fixes for the new pyparted for parted.FileSystem.David Cantrell2009-02-121-2/+2
* Iterate over partitions using disk.partitionsDavid Cantrell2009-02-121-12/+5
* Read CHS values from Device.biosGeometry propertyDavid Cantrell2009-02-122-8/+7
* Use device property on Disk and Geometry objects.David Cantrell2009-02-124-27/+27
* Syntax changes for the new pyparted.David Cantrell2009-02-122-4/+4
* Don't use the native_type flag anymore.Chris Lumens2009-02-121-2/+2
* Removed partedUtils.get_partition_by_name()David Cantrell2009-02-121-2/+1
* Removed partedUtils.get_partition_name()David Cantrell2009-02-122-4/+4
* Removed sector<->cylinder conversion functions.David Cantrell2009-02-122-9/+6
* Removed partedUtils.getPartSizeMB()David Cantrell2009-02-121-3/+3
* Removed partedUtils.getDeviceSizeMB(), functionality now in pyparted.David Cantrell2009-02-124-4/+4
* Add iBFT support to loaderMartin Sivak2009-02-121-2/+2
* Rewrite iscsi code using libiscsiHans de Goede2009-02-111-1/+6
* Remove unused partmethod step.Chris Lumens2009-02-091-84/+0
* Make ext4 default in UI filesystem selection (bug #481112)Radek Vykydal2009-02-031-0/+2
* repo.proxy is now a property, so check before setting it (#481342).Chris Lumens2009-01-231-3/+5
* Update partedUtils.py:findExistingRootPartitions to return UUID (atodorov).Chris Lumens2009-01-071-1/+1
* Various packaging fixed from review (#225246)Hans de Goede2009-01-051-1/+1
* Fix a few syntax error caugh by pycheckerHans de Goede2008-12-203-3/+5
* cracklib now raises exceptions on bad passwords (rzhou, #476312).Chris Lumens2008-12-151-2/+4
* Avoid tracebacks when filling in static network config fields (#474275)David Cantrell2008-12-051-4/+23
* Prevent network install when no network devices are found (#470144)David Cantrell2008-12-051-2/+19
* Change text to reflect Jesse's commentsJeremy Katz2008-12-051-3/+2
* Partition requests can be None when populating the tree. (#474284)David Lehman2008-12-031-5/+4
* Say we are unable to configure the network interface (#467960)David Cantrell2008-12-021-7/+17
* Make complete text mention updates (#244431)Jeremy Katz2008-12-011-11/+6
* Make text for autopartitioning types clearer (#441350)Jeremy Katz2008-12-011-4/+4
* Add comps groups for new repos that are added (#470653)Jeremy Katz2008-11-121-0/+16
* iscsi do missing value check only onceHans de Goede2008-11-111-22/+6
* Include cracklib .mo files and look up strings in the right domain.Chris Lumens2008-11-111-2/+1
* Set the default keyboard based on the language (#470446).Chris Lumens2008-11-101-0/+1
* Set the correct path when using the directory chooser.Chris Lumens2008-11-051-1/+1
* If there's no language selected, don't traceback (#469578).Chris Lumens2008-11-031-2/+4
* Improve filtering of non-available groups (#469438)Jeremy Katz2008-11-031-20/+3
* Fix the last pychecker warnings in masterHans de Goede2008-10-302-2/+2
* Fix various syntax errors caught by PyCheckerHans de Goede2008-10-292-3/+2
* Do all new device passphrase prompting from partitioningComplete.David Lehman2008-10-271-6/+0
* Revert "Say we are unable to configure the network interface (#467960)"David Cantrell2008-10-241-17/+7
* Say we are unable to configure the network interface (#467960)David Cantrell2008-10-231-7/+17
* Only bring up the netconfig dialog if the repo requires networking.Chris Lumens2008-10-171-9/+9
* Fix bringing up the network in rescue mode (#466523).Chris Lumens2008-10-101-3/+8
* Fix sorting of repos so we always return an integer value (#466174).Chris Lumens2008-10-091-6/+11
* Automatically select NIC based on ksdevice= boot parameter.David Cantrell2008-10-021-4/+13
* Gateway and nameserver are optional for static network configuration.David Cantrell2008-09-301-2/+3
* Store nameserver in NetworkDevice object.David Cantrell2008-09-301-10/+2
* Fix static network configuration from boot.iso installs.David Cantrell2008-09-291-1/+3
* Use all caps naming for the netdev keys.David Cantrell2008-09-291-7/+7