summaryrefslogtreecommitdiffstats
path: root/iw
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't traceback if no baseurl has been set yet.Chris Lumens2008-09-291-2/+6
* Reduce code duplication by moving methods into backendJeremy Katz2008-09-291-21/+2
* Select packages after repos are set up (#457583)Jeremy Katz2008-09-291-4/+8
* Cleanups and simplifications to repo setup (clumens)Jeremy Katz2008-09-291-36/+39
* Sort Installation Repo to the top of the repo list.Chris Lumens2008-09-291-0/+12
* Set the first network device in the list to active.David Cantrell2008-09-241-1/+4
* Get rid of firstnetdevice in NetworkDavid Cantrell2008-09-241-2/+1
* Fix problems with bringDeviceUp() calls (#463512)David Cantrell2008-09-241-2/+3
* Add getDefaultHostname() to network.pyDavid Cantrell2008-09-181-9/+1
* Call network.bringDeviceUp() instead of old isys functions.David Cantrell2008-09-151-21/+11
* There's only one passphrase member (encryptionPassphrase) in Partitions.David Lehman2008-09-151-3/+6
* Don't prompt for a passphrase when creating encrypted devices.David Lehman2008-09-153-125/+10
* Fix the crash reported in bug 454135Hans de Goede2008-09-151-0/+2
* Add full CHAP support to iSCSI. (rhbz#432819)Hans de Goede2008-09-151-7/+38
* sys.stderr.write needs a newline.Chris Lumens2008-09-101-1/+1
* print doesn't yet support the file= syntax in our version of python.Chris Lumens2008-09-101-2/+2
* Fix line wrapping on part type screen (jlaska, #461759).Chris Lumens2008-09-101-2/+2
* Use print() as a function.Peter Jones2008-09-083-3/+3
* Reword text for easy of translating plurals (#460728).Chris Lumens2008-09-041-3/+1
* Remove last vestiges of rhpxl and pirut.Chris Lumens2008-09-031-1/+0
* Do repo setup and sack setup as separate steps.Chris Lumens2008-09-031-1/+2
* Rewrite NetworkWindow to only prompt for hostname.David Cantrell2008-08-281-888/+42
* Remove invalid line iw/autopart_type.pyDavid Cantrell2008-08-271-1/+0
* Fix text wrap width on the partition type combo, for real this time (#221791)dlehman2008-08-261-2/+3
* Use dbus in hasActiveNetDev() and _anyUsing()David Cantrell2008-08-251-3/+3
* Support establishing a global passphrase when creating encrypted devices.David Lehman2008-08-194-6/+66
* Display the lock icon for encrypted RAID members. (#459123)David Lehman2008-08-191-0/+3
* Fix traceback in passphrase handling code for encrypted RAID requests. (#459121)David Lehman2008-08-141-2/+2
* Preserve baseurl/mirrorlist and mirrorlist checkbox settings across loads.Chris Lumens2008-08-081-1/+3
* - Fix formatting on disk sizes >1TBPeter Jones2008-08-062-15/+14
* Display capslock status correctly (#442258)David Cantrell2008-08-041-5/+12
* Fix a GTK warning that only appears with s-c-ks running from a shell (#431844).Chris Lumens2008-08-041-1/+1
* Break a few functions out of yuminstall.py into their own file.Chris Lumens2008-08-041-8/+8
* Fix a typo in the initial partitioning screen.Chris Lumens2008-08-041-1/+1
* Filter out repos that aren't enabled when running in betanag mode.Chris Lumens2008-08-041-4/+0
* We no longer add the fstype to the hd: method in loader.Chris Lumens2008-07-181-1/+7
* Catch mount errors when adding NFS repos (#455645).Chris Lumens2008-07-161-1/+10
* baseurl should be a list, mirrorlist should not.Chris Lumens2008-07-161-2/+2
* Use the right format for the NFS methodstr, but harder this time.Chris Lumens2008-07-151-1/+1