summaryrefslogtreecommitdiffstats
path: root/textw
Commit message (Expand)AuthorAgeFilesLines
* Use the right import path for checkbootloader (#490049).Chris Lumens2009-03-131-1/+1
* Only select the Core group in text mode (#488754).Chris Lumens2009-03-131-1/+0
* It's clearPartDisks, not clearPartDrives.Chris Lumens2009-03-121-2/+2
* Fix booty for dmraidHans de Goede2009-03-091-2/+2
* Check to see if we're on S390 on the congrats screen (#488747).Chris Lumens2009-03-051-1/+2
* Merge branch 'master' into storageDavid Lehman2009-03-041-6/+26
|\
| * reIPL support for s390Mark Hamzy2009-03-021-6/+26
* | Lots of minor fixes and cleanups. A non-exhaustive list follows.David Lehman2009-02-271-1/+1
* | Lots of little updates to make things use the new storage module.David Lehman2009-02-242-54/+44
|/
* Use device property on Disk and Geometry objects.David Cantrell2009-02-121-2/+2
* Removed partedUtils.getDeviceSizeMB(), functionality now in pyparted.David Cantrell2009-02-121-1/+1
* Rewrite iscsi code using libiscsiHans de Goede2009-02-111-1/+1
* Remove interactive partitioning. Now you only get autopart.Chris Lumens2009-02-091-1473/+11
* Completely remove the bootloader step from interactive text mode.Chris Lumens2009-02-092-468/+1
* Remove unused partmethod step.Chris Lumens2009-02-091-46/+0
* Reduce package selection down to automatically installing Base and Core.Chris Lumens2009-02-092-220/+5
* Strip the network screen down to just setting the default hostname.Chris Lumens2009-02-091-54/+3
* 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
* Do not import unused modules.David Cantrell2008-12-231-1/+0
* Fix a few syntax error caugh by pycheckerHans de Goede2008-12-202-2/+3
* cracklib now raises exceptions on bad passwords (rzhou, #476312).Chris Lumens2008-12-151-2/+4
* Prevent network install when no network devices are found (#470144)David Cantrell2008-12-051-2/+14
* Move strip_markup() into iutil.Chris Lumens2008-12-051-16/+1
* Change text to reflect Jesse's commentsJeremy Katz2008-12-051-3/+2
* Say we are unable to configure the network interface (#467960)David Cantrell2008-12-021-0/+2
* Match textw/network_text.py strings to iw/network_gui.py (#470145)David Cantrell2008-12-021-26/+16
* Make complete text mention updates (#244431)Jeremy Katz2008-12-011-10/+6
* Make text for autopartitioning types clearer (#441350)Jeremy Katz2008-12-011-8/+4
* iscsi do missing value check only onceHans de Goede2008-11-111-18/+0
* Include cracklib .mo files and look up strings in the right domain.Chris Lumens2008-11-111-1/+1
* Set initial state of IP configuration fields in text mode (#469933)David Cantrell2008-11-041-0/+1
* Fix typo that somehow snuck inJeremy Katz2008-11-031-1/+1
* Improve filtering of non-available groups (#469438)Jeremy Katz2008-11-031-0/+2
* Get the right list elements for the iscsi text interface (#466902).Chris Lumens2008-10-311-1/+1
* Don't traceback when displaying error messages (#469372).Chris Lumens2008-10-311-2/+2
* Fix various syntax errors caught by PyCheckerHans de Goede2008-10-291-1/+1
* Revert "Say we are unable to configure the network interface (#467960)"David Cantrell2008-10-241-2/+0
* Say we are unable to configure the network interface (#467960)David Cantrell2008-10-231-0/+2
* Don't display the entire lengthy device description (#467825).Chris Lumens2008-10-231-1/+1
* Fix bringing up the network in rescue mode (#466523).Chris Lumens2008-10-101-5/+12
* Fix a typo.Chris Lumens2008-10-071-1/+1
* Disable IPv6 widgets for F-10.David Cantrell2008-10-061-26/+26
* Automatically select NIC based on ksdevice= boot parameter.David Cantrell2008-10-021-0/+11
* Gateway and nameserver are optional for static network configuration.David Cantrell2008-09-301-2/+3
* Store nameserver in NetworkDevice object.David Cantrell2008-09-301-3/+1
* Fix static network configuration from boot.iso installs.David Cantrell2008-09-291-2/+4
* Reduce code duplication by moving methods into backendJeremy Katz2008-09-291-13/+2
* Select packages after repos are set up (#457583)Jeremy Katz2008-09-291-3/+5
* Fix network interface bring up in text mode (#463861, #462592)David Cantrell2008-09-241-79/+68