summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove references to /tmp/netinfoDavid Cantrell2008-08-272-2/+2
* Gather network settings from NetworkManager and ifcfg files.David Cantrell2008-08-271-77/+113
* Update the pot file and refresh the posJeremy Katz2008-08-2779-123639/+158426
* For all HTTP/FTP repos, keep the cached repodata (#173441).Chris Lumens2008-08-271-1/+5
* Fix a traceback when trying to set the status whiteboard on a bug.Chris Lumens2008-08-271-1/+1
* When the wrong filesystem type is used, raise a more explicit error.Chris Lumens2008-08-271-4/+16
* Don't copy the install.img over in single media cases (#216167).Chris Lumens2008-08-272-60/+64
* Remove isys.getopt()David Cantrell2008-08-261-148/+0
* Remove code not used in net.cDavid Cantrell2008-08-261-246/+8
* Write to /etc/sysconfig/network-scripts/ifcfg-INTERFACEDavid Cantrell2008-08-262-19/+85
* mystrstr() -> strstr()David Cantrell2008-08-261-1/+1
* Expand getDeviceProperties to return all devices.David Cantrell2008-08-261-10/+18
* Pass --follow to git-logDavid Cantrell2008-08-261-2/+2
* Support accessing preexisting LUKS devs using LRW or XTS ciphers. (#455063)David Lehman2008-08-262-2/+2
* Use yum's handling of optional/default/mandatory package selection (#448172).Chris Lumens2008-08-261-21/+9
* List iSCSI multipath devices in the installer UI.David L. Cantrell Jr2008-08-261-1/+1
* Fix text wrap width on the partition type combo, for real this time (#221791)dlehman2008-08-261-2/+3
* For /dev/hvc0 terminals, set TERM to vt320 (#219556).David Cantrell2008-08-262-9/+18
* The Timer class is no longer used.Chris Lumens2008-08-262-49/+0
* Handle preexisting swraid w/ encrypted member disks/partitions.David Lehman2008-08-263-7/+33
* Don't try to close a dm-crypt mapping that is not open.David Lehman2008-08-261-0/+4
* Remove unused silo code that wouldn't even build if it were used.Chris Lumens2008-08-262-904/+0
* Remove some really old, really unused code.Chris Lumens2008-08-262-63/+0
* Add another mount function that takes a list of fstypes to try.Chris Lumens2008-08-266-48/+50
* Download progress indicator for FTP and HTTP in stage 1.David Cantrell2008-08-2511-24/+163
* Make sure we wait for NetworkManager.David Cantrell2008-08-251-39/+46
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-25153-21440/+21440
* Do not include wireless.h or call is_wireless_device()David Cantrell2008-08-251-6/+0
* Add getDeviceProperties() and rewrite getMacAddress()David Cantrell2008-08-252-63/+48
* Do not include wireless.hDavid Cantrell2008-08-251-1/+0
* Rewrite isys.isWireless() to use D-Bus and NetworkManagerDavid Cantrell2008-08-255-112/+30
* Rewrite isys.getIPAddress() to use D-Bus and NetworkManager.David Cantrell2008-08-252-42/+36
* Include ../isys/ethtool.h instead of ../isys/net.h.David Cantrell2008-08-251-1/+1
* Rename isys/net.h to isys/ethtool.h, removed unnecessary typedefs.David Cantrell2008-08-254-21/+3
* Removed waitForLink() function in loader.David Cantrell2008-08-251-35/+0
* Remove initLoopback() function in loaderDavid Cantrell2008-08-253-32/+0
* Use D-Bus properties to get current NM state.David Cantrell2008-08-251-44/+65
* Use dbus in hasActiveNetDev() and _anyUsing()David Cantrell2008-08-253-41/+57
* Use NetworkManager instead of libdhcp. (#458183)David Cantrell2008-08-2522-1438/+1577
* When mount fails, pass the error message up to the UI layer.Chris Lumens2008-08-259-45/+59
* Bring askmethod back to prompt for the location of install.img.Chris Lumens2008-08-252-3/+6
* Include the anaconda-yum-plugins in the install.img.anaconda-11.4.1.29-1Chris Lumens2008-08-221-1/+5
* New version.Chris Lumens2008-08-221-1/+62
* Enable yum plugins.Chris Lumens2008-08-211-0/+1
* In the preupgrade case, repo=hd: means an exploded tree on the hard drive.Chris Lumens2008-08-211-4/+7
* Remove preupgrade-specific hacks.Chris Lumens2008-08-211-28/+2
* Add conf files for our yum plugins so they can be enabled.Chris Lumens2008-08-214-0/+7
* Create a subpackage containing the yum plugins.Chris Lumens2008-08-212-1/+14
* Add the new blacklist and whiteout plugins to anaconda source.Chris Lumens2008-08-214-1/+153
* Remove the whiteout since we can use a yum plugin for that too.Chris Lumens2008-08-212-82/+0