summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* If we don't have a valid hostname, tell the user to connect to the IP addressChris Lumens2006-06-022-8/+23
| | | | | | | instead (#191561). Try really hard to display a valid thing the user can connect to. Also make the logic a little clearer (to me, at least). Now if only VNC installs worked...
* If the volume group's physical extent size is other than what we expect, makeChris Lumens2006-06-012-2/+6
| | | | sure to add it to the list (#185272).
* Set the install interface in the anaconda class.Chris Lumens2006-06-012-35/+36
|
* Fix the first part of rescue mode brokenness.Chris Lumens2006-06-013-14/+29
|
* Don't specify a default center position for the main window. This is whyChris Lumens2006-06-012-1/+5
| | | | the main window was way off in the middle of nowhere with the new rhpxl stuff.
* Read from the right stdin when running scripts.Chris Lumens2006-05-312-1/+4
|
* Fix on 64-bit machines (#193609).Chris Lumens2006-05-312-1/+5
|
* traducaorodrigop2006-05-311-192/+58
|
* Bump version.Chris Lumens2006-05-303-5/+21
|
* Bump version.Chris Lumens2006-05-302-1/+11
|
* Set self.dir the right way so the back button works.Chris Lumens2006-05-302-2/+6
|
* Ignore generated documentation.David Cantrell2006-05-301-0/+1
|
* * Makefile: Added api doxygen target.David Cantrell2006-05-303-1/+1248
| | | | | * docs/api.cfg: Doxygen configuration file for generating anaconda API documentation.
* anaconda slovak updatesondrejj2006-05-301-22/+32
|
* Minor change to bengali india translationrunab2006-05-301-166/+1
|
* update all the current keys in this po filechinese2006-05-291-1470/+1125
|
* Added some translations in fr.popikachu2006-05-291-3/+3
|
* Added some translations in fr.popikachu2006-05-291-4/+4
|
* Added some translations in fr.popikachu2006-05-291-3/+7
|
* Added some translations in fr.popikachu2006-05-291-44/+57
|
* Added some translations in fr.popikachu2006-05-281-4/+3
|
* Added some translations in fr.popikachu2006-05-281-20/+40
|
* *** empty log message ***kmilos2006-05-282-3641/+2503
|
* Some fixes for anaconda nl.popve-nl2006-05-261-24/+18
|
* *** empty log message ***igor2006-05-261-57/+82
|
* Don't try to mount protected partitions again, as this will cause an errorChris Lumens2006-05-265-18/+32
| | | | since they are already mounted as the installation source.
* * isys/Makefile: Remove getipaddr.o reference.David Cantrell2006-05-265-58/+13
| | | | | | | | | * isys/getipaddr.c: Removed. * isys/isys.c (doGetIPAddress): Call netlink_interfaces_ip2str() instead of getIPAddr(). * isys/net.h: Removed getIPAddr() prototype.
* * isys/nl.c (netlink_format_ip_addr): Rewrote to malloc for spaceDavid Cantrell2006-05-263-17/+106
| | | | | | | | | | | | | | | | | | | in the function and handle IPv4 and IPv6 address lengths more gracefully. * isys/nl.c (netlink_interfaces_ip2str): Added function to return the IP address of the specified device name. If you have an IPv4 address for the device, that's returned. If you only have an IPv6 address, that's returned. The string returned is the human-readable IP addr. * isys/nl.c (_netlink_interfaces_elem_find): Renamed the _netlink_interfaces_elem_mac2str function since it's a generic intf search routine. * isys/nl.c (netlink_init_interfaces_list): If there is no IPv6 address, memset intfinfo->ip6_addr to all zeros. * isys/nl.h: Prototype updates.
* 2006-05-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-262-1/+6
| | | | * scripts/upd-instroot (KEEPFILE): pygobject2, keep pth files
* * isys/Makefile: Remove getmacaddr references. Add glib CFLAGS andDavid Cantrell2006-05-269-108/+48
| | | | | | | | | | | | | | | | | | | | | | LDFLAGS. * isys/getmacaddr.c: Removed. * isys/getmacaddr.h: Removed. * isys/isys.c: Call netlink_interfaces_mac2str() in doGetMacAddress. * isys/nl.c (netlink_format_mac_addr): Malloc space for buf if it's NULL when we enter the function. * isys/nl.c (netlink_interfaces_mac2str): Return buffer malloc is handled by netlink_format_mac_addr). * loader2/Makefile: Add glib CFLAGS and LDFLAGS. * loader2/net.c: Call netlink_format_mac_addr() and netlink_interfaces_mac2str(). * loader2/urlinstall.c: Call netlink_interfaces_mac2str() instead of getMacAddr().
* Bump version.Chris Lumens2006-05-252-2/+30
|
* Skip partition review dialog if it's custom partitioning.Chris Lumens2006-05-251-13/+14
|
* Add system-config-date, pam, and audit bits into minstg2.img to fix text modeChris Lumens2006-05-251-7/+9
| | | | (#191991).
* iutil.getArch -> rhpl.getArch.Chris Lumens2006-05-251-2/+2
|
* Add switchMedia to abstract class.Chris Lumens2006-05-251-0/+3
|
* Fix cd install number window for yum backend and various tracebacksPaul Nasrat2006-05-255-28/+31
|
* Fix hard drive ISO installs/upgrades (#185292, #187941).Chris Lumens2006-05-253-11/+13
|
* * anaconda (__main__): Pass reference to anaconda rather than id andDavid Cantrell2006-05-255-49/+55
| | | | | | | | | | | | | dispatch references when calling anaconda.intf.run(). * cmdline.py (InstallInterface.run): Changes to account for receiving a reference to the anaconda object rather than an id and dispatch object. * gui.py (InstallInterface.run): Likewise. * text.py (InstallInterface.run): Likewise. * gui.py (InstallControlWindow.releaseNotesButtonClicked): Pass reference to anaconda object to the ReleaseNotesViewerThread object.
* Updated Finnish translation.lanurmi2006-05-251-4/+5
|
* * isys/nl.h: Include glib.h and netinet/in.h.David Cantrell2006-05-252-0/+7
|
* Don't allow logical volumes to be smaller than their volume group's PE sizeChris Lumens2006-05-253-1/+15
| | | | (#186412)
* * isys/nl.h: Prototypes for netlink_interfaces_list_free() andDavid Cantrell2006-05-253-1/+109
| | | | | | | | | netlink_interfaces_mac2str()...and their helper functions. * isys/nl.c: Several things... In netlink_format_mac_addr, make the formatted MAC address uppercase. Added netlink_interfaces_mac2str which searches the interface list and hands you the human-readable MAC address for the specified interface. Added netlink_interfaces_list_free to free the interfaces list and associated elements.
* Consolidate file fetching error handling into one set of urlgrabber errorChris Lumens2006-05-256-60/+98
| | | | callbacks. Allow retrying when the error dialog is displayed (#183974).
* * isys/nl.c: Skip Netlink messages with void ARP headers or zero-lengthDavid Cantrell2006-05-242-0/+12
| | | | ARP headers.
* 2006-05-24 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-05-242-1/+6
| | | | | * scripts/upd-instroot (PACKAGESGR): Add new pygobject package coming soon to a theatre near you
* Bump version.David Cantrell2006-05-242-1/+12
|
* All hail the hypnotoad!David Cantrell2006-05-244-2/+414
| | | | | | | | Yeah, so we have some netlink_* functions now. You can build nltest in the isys directory and it'll dump info on your interfaces including the index number, the name, the MAC address, the IPv4 address, and the IPv6 address. Next up is rewriting isys functions to use the netlink_* functions.
* Don't try to pop the wait window twice - fixes text UI hang.Chris Lumens2006-05-242-2/+3
|
* Don't allow logical volumes to be smaller than their volume group's PE sizeChris Lumens2006-05-242-7/+15
| | | | (#186412).
* glib2 has moved, of course.Chris Lumens2006-05-242-4/+8
|