summaryrefslogtreecommitdiffstats
path: root/textw
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix problems with bringDeviceUp() calls (#463512)David Cantrell2008-09-241-3/+4
* Make the textw network screen match the iw interface by only prompting for ho...David Cantrell2008-09-181-66/+29
* Remove most of the network configuration from text mode as well (#462691).Chris Lumens2008-09-181-718/+13
* Call network.bringDeviceUp() instead of old isys functions.David Cantrell2008-09-151-13/+3
* Add full CHAP support to iSCSI. (rhbz#432819)Hans de Goede2008-09-151-2/+35
* Use print() as a function.Peter Jones2008-09-082-2/+2
* Use dbus in hasActiveNetDev() and _anyUsing()David Cantrell2008-08-251-2/+2
* Break a few functions out of yuminstall.py into their own file.Chris Lumens2008-08-041-3/+3
* Check DHCP by default on the text network configurator screen.Chris Lumens2008-07-181-1/+1