summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kickstart.py needs udev that now lives in blivetVratislav Podzimek2013-02-191-11/+12
* Refactor pieces of the Datetime spoke and move some parts to kickstart.pyVratislav Podzimek2013-02-193-42/+56
* Set ONBOOT=no for default autoconnections (#905918, #886090)Radek Vykydal2013-02-191-0/+2
* Don't use "type" to name a variable.Radek Vykydal2013-02-191-4/+4
* Update all spokes on a Hub when spoke is exitedMartin Sivak2013-02-151-1/+2
* Wait for continueButton in KS mode if the user changed anythingMartin Sivak2013-02-151-15/+21
* Fix up word wrap on the DetailedErrorDialog.Chris Lumens2013-02-152-1/+3
* Display storage warnings, similar to how errors are displayed (#909410).Chris Lumens2013-02-151-20/+33
* Fix reprompting and screen redrawing on invalid inputVratislav Podzimek2013-02-151-2/+6
* Refresh addons_paths once we know if gui or tui takes placeVratislav Podzimek2013-02-151-1/+11
* Fixup anaconda.specBrian C. Lane2013-02-141-2/+1
* New version.Brian C. Lane2013-02-143-273/+306
* fix uuid reference in parse-kickstartBrian C. Lane2013-02-141-3/+3
* Fixup kickstart script loggingBrian C. Lane2013-02-144-47/+55
* Tell libreport the crash happened in Anaconda (#885690)Vratislav Podzimek2013-02-142-0/+2
* Restore older behavior regarding ks argument without a file name (#910550).Chris Lumens2013-02-131-4/+5
* Move the encryption checkbox to the dialogBrian C. Lane2013-02-132-38/+58
* re-fetch metadata when proxy settings changeBrian C. Lane2013-02-131-4/+6
* Apply some fixes to the spec file (#909592, metherid@gmail.com).Chris Lumens2013-02-131-12/+3
* install -> installation in a couple user-visible strings.Chris Lumens2013-02-133-6/+6
* Restore support for partial kickstart files (#887254).Chris Lumens2013-02-139-34/+67
* Get rid of packagesSeen.Chris Lumens2013-02-133-9/+4
* Remove debugging print (DatetimeSpoke)Vratislav Podzimek2013-02-131-1/+0
* Honor modules' __all__ when doing collectMartin Sivak2013-02-131-1/+9
* Use ksdata.addons instead of ksdata.addon and add ADDON_PATHS to sys.pathVratislav Podzimek2013-02-134-7/+11
* Remove unused modules (dbus) and stuff from network.pyRadek Vykydal2013-02-121-30/+0
* Replace get_NM_connection() using new nm module.Radek Vykydal2013-02-121-68/+18
* Replace get_NM_settings_value() using new nm moduleRadek Vykydal2013-02-121-14/+1
* Replace nmIsConnected() using new nm moduleRadek Vykydal2013-02-121-16/+5
* Replace hasActiveNetDev() using new nm moduleRadek Vykydal2013-02-125-21/+11
* Replace getDevicesProperies() using new nm moduleRadek Vykydal2013-02-121-25/+0
* Replace getIPAddresses() using new nm moduleRadek Vykydal2013-02-121-58/+4
* Replace getMacAddress() using new nm moduleRadek Vykydal2013-02-122-20/+20
* Replace isWirelessDevice() using new nm moduleRadek Vykydal2013-02-122-20/+2
* Replace getLinkStatus() using new nm moduleRadek Vykydal2013-02-122-20/+22
* Replace getActiveNetDevs() using new nm moduleRadek Vykydal2013-02-123-36/+7
* Replace getDevices() using new nm moduleRadek Vykydal2013-02-123-14/+15
* Move NM dbus calls to separate module.Radek Vykydal2013-02-121-0/+506
* Move networking functions from isys to network module.Radek Vykydal2013-02-126-244/+232
* Remove unused stuff from network.pyRadek Vykydal2013-02-121-187/+1
* Remove unused networking stuff from isysRadek Vykydal2013-02-121-8/+0
* Network spoke: remove unused NM path and interface constantsRadek Vykydal2013-02-121-6/+0
* Add 'eject' to the anaconda initramfsWill Woods2013-02-111-0/+2
* Ensure hookdir exists before creating eject scriptWill Woods2013-02-111-0/+1
* remove anaconda-cleanup-initramfs.serviceWill Woods2013-02-114-51/+1
* Add dracut/save-initramfs.shWill Woods2013-02-113-3/+32
* Bring back the askmethod parameter (#889887).Chris Lumens2013-02-115-2/+21
* Add a new selectorFromDevice method to the accordion.Chris Lumens2013-02-112-70/+74
* The storage logger is now the blivet logger.David Lehman2013-02-114-4/+4
* DeviceFactory has moved from blivet to blivet.devicefactory.David Lehman2013-02-111-38/+41