summaryrefslogtreecommitdiffstats
path: root/pyanaconda
Commit message (Expand)AuthorAgeFilesLines
...
* DMI_CHASSIS_VENDOR has moved into blivet.David Lehman2013-02-041-3/+0
* Fix typo "DHCPV6"Radek Vykydal2013-02-011-1/+1
* Don't crash on wireless connections created in Live CD desktop (#895736)Radek Vykydal2013-02-011-1/+5
* Adapt ifcfg -> ksdata mapping to NM change from IPADDR to IPADDR0.Radek Vykydal2013-02-011-0/+11
* NM defaults to IPV6_AUTOCONF=yesRadek Vykydal2013-02-011-1/+1
* Fix up spacing on installation options dialog buttons a little bit.Chris Lumens2013-01-311-14/+6
* When the user creates a new mountpoint, display it by default (#886039).Chris Lumens2013-01-311-9/+20
* Add device node name information to the storage spoke and disk cart (#902617).Chris Lumens2013-01-314-15/+15
* Do not include disks that have 0 size (#903131, #904977).Chris Lumens2013-01-312-0/+2
* Preserve the state of the Customize... expanders on custom storage (#883134).Chris Lumens2013-01-313-3/+17
* Make it a little more clear what's happening on the disk selection spoke (#90...Chris Lumens2013-01-311-5/+48
* Move Xorg to vt7Brian C. Lane2013-01-301-1/+1
* Network: read ipv6 configuration type from NM settings instead of ifcfg fileRadek Vykydal2013-01-301-2/+15
* Don't fail on missing ifcfg file when setting default ONBOOT (#904817)Radek Vykydal2013-01-301-1/+5
* Don't fail on invalid network --device kickstart specification.Radek Vykydal2013-01-302-7/+8
* Network: fix disabling of ipv6 (noipv6 option)Radek Vykydal2013-01-301-9/+6
* Stop writing /etc/sysconfig/network (#895900)Radek Vykydal2013-01-301-35/+0
* We dont create missing ifcfg files on our own in anaconda anymore.Radek Vykydal2013-01-301-25/+1
* Use NM dbus interface to modify ifcfg configuration (#893892)Radek Vykydal2013-01-301-26/+54
* Document FileSystemSpaceChecker.Chris Lumens2013-01-291-0/+28
* Add selinux to the list of parameters we pass on (#895860).Chris Lumens2013-01-291-1/+2
* Add newline at the end of xorg.conf generated from ksdataVratislav Podzimek2013-01-291-1/+1
* Move pyanaconda.packaging.get_mount_* into blivet.util.David Lehman2013-01-283-53/+14
* Remove obsolete references to simpleFilter.David Lehman2013-01-281-2/+0
* Remove the storage module and replace it with blivet.David Lehman2013-01-2867-21861/+119
* Move tsort, platform, and baseudev into storage.David Lehman2013-01-2822-208/+142
* Start laying groundwork for splitting storage out of pyanaconda.David Lehman2013-01-2812-56/+107
* Remove anaconda flag checking from OpticalDevice.eject.David Lehman2013-01-281-4/+0
* Remove unused functions and move storage-specific utils to storage.David Lehman2013-01-2847-2007/+1076
* Remove installclass arch filtering.David Lehman2013-01-281-4/+0
* Handle sending program output to tty5 through the logging setup.David Lehman2013-01-2825-199/+79
* Use dumpe2fs output to determine dirty fs.David Lehman2013-01-282-6/+18
* Remove filesystem migration code.David Lehman2013-01-288-175/+4
* Use threadMgr.wait to check threadsBrian C. Lane2013-01-288-41/+15
* Add error reporting to threadMgrBrian C. Lane2013-01-281-0/+29
* Use only one large grid for the hubs.Chris Lumens2013-01-242-38/+27
* Indicate nothing will happen until "Begin Installation" is clicked (#883195).Chris Lumens2013-01-241-1/+19
* Move communication module to pyanaconda/uiVratislav Podzimek2013-01-248-8/+11
* Use constant for default hostname ("localhost.localdomain" currently)Radek Vykydal2013-01-242-6/+7
* Make update_hostname function do just one thing - update ksdata.Radek Vykydal2013-01-242-10/+12
* Rename wait_for_dhcp pieces to say what they actually doRadek Vykydal2013-01-243-5/+5
* Initialize network synchronously (#902090)Radek Vykydal2013-01-242-7/+7
* xgettext wants "utf-8", not "utf8". Python doesn't seem to care.Chris Lumens2013-01-231-1/+1
* On the storage spoke, only show the summary button if a disk is selected.Chris Lumens2013-01-232-4/+7
* Add text letting people know they can use existing filesystems (#883150).Chris Lumens2013-01-231-7/+21
* Default to mirrored RAID instead of striped (#888867).Chris Lumens2013-01-231-2/+2
* Replace the RAID level checkboxes with a single combo box.Chris Lumens2013-01-232-621/+143
* Don't allow mountpoints to start with /proc or /sys either.Chris Lumens2013-01-221-1/+2
* Add 'nmcli dev list' output to data gathered after crashVratislav Podzimek2013-01-221-0/+7
* Add lsblk output to data gathered after crash (#879940)Vratislav Podzimek2013-01-221-1/+10