summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added the changes made by the upstreambershath2006-10-191-179/+68
|
* * anaconda (parseOptions): Add the --noipv4 and --noipv6 opts (#208334).David Cantrell2006-10-186-2/+49
| | | | | | | | | | | | | | | | | | | | | * anaconda (__main__): Set flags.useIPv4 and flags.useIPv6 to false if we receive one of the --noipv{4,6} options (#208334). * flags.py (Flags): Add useIPv4 and useIPv6 flags, default to True (#208334). * network.py (Network): Initialize self.useIPv4 and self.useIPv6 to flags.useIPv4 and flags.useIPv6 (#208334). * loader2/loader.c (doLoaderMain): After readNetConfig() call, set the noipv4 and noipv6 flags in loaderData (#208334). * loader2/loader.c (main): If noipv4 or noipv6 flag is set in the loaderData, add option to pass to anaconda (#208334). * loader2/net.c (readNetConfig): Set noipv4 and noipv6 flags in newCfg after configureTCPIP() call (#208334). * loader2/net.c (readNetConfig): After dialog window closes, copy the noipv4 and noipv6 flags from newCfg to cfg (#208334).
* Correct --onbiosdisk handling (#210705).Chris Lumens2006-10-182-2/+5
|
* Routine merge by l10nltenn2006-10-181-977/+1441
|
* Keep runlevel 3 if doing a VNC install (#211318).Chris Lumens2006-10-182-1/+6
|
* sq.pouran2006-10-181-19/+21
|
* 2006-10-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-182-3/+5
| | | | * yuminstall.py (AnacondaYumRepo.__get): Fix retries (#211117)
* 2006-10-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-182-3/+13
| | | | | * stubs/unicode-lite.c: Hack so that we don't try to use unicode line drawing chars on vt100-nav terminals. (#208374)
* translation completedbershath2006-10-181-129/+26
|
* trans completed.. checking for fuzzy nowbershath2006-10-181-2/+9
|
* added more stringsbershath2006-10-181-1347/+1103
|
* Routine merge by l10nltenn2006-10-171-985/+1311
|
* added more stringsbershath2006-10-171-6/+9
|
* added more stringbershath2006-10-171-11/+13
|
* added more stringsbershath2006-10-171-17/+16
|
* added more translated stringsbershath2006-10-171-25/+27
|
* adde more stringsbershath2006-10-171-35/+37
|
* added more translated stringsbershath2006-10-171-68/+78
|
* added more stringsbershath2006-10-171-37/+122
|
* * loader2/loader.c (readNetInfo): Rewrote the /tmp/netinfo parser so weDavid Cantrell2006-10-173-69/+95
| | | | | | | | | | | | get loaderData populated with valid strings for inet_pton (#207991). * loader2/net.c (printLoaderDataIPINFO): Wrap debugging output in pipes so we can more easily see when space characters are present. * loader2/net.c (setupNetworkDeviceConfig): If the IP information in loaderData is invalid, set isDynamic flag to 0. * loader2/net.c (kickstartNetworkUp): Remove isDynamic initialization.
* Fix up for failure on __get (#211117)Paul Nasrat2006-10-172-2/+6
|
* *** empty log message ***bershath2006-10-171-1165/+976
|
* 2006-10-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-162-4/+7
| | | | | * yuminstall.py (YumBackend.doGroupSetup): Fix up for virtualization being the group instead of xen
* 2006-10-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-163-23/+41
| | | | | | | | | | | * zfcp.py (ZFCPDevice.offlineDevice): Fix a few stupid bugs (ZFCP.startup): Move config reading to here so that we don't have problems with bringing up devs more than once (#210094) (ZFCP.write): Better way of writing out zfcp.conf (ZFCP.writeKS): Write out in anaconda-ks.cfg * iscsi.py (writeKS): Support writing out iscsi bits to anaconda-ks.cfg
* 2006-10-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-162-1/+6
| | | | | * loader2/modules.c (lateModuleSort: Add qla2400 and qla2xxx to late sort by request (#210886)
* Be smarter about finding ISO loopback mount points and setting up baseUrlChris Lumens2006-10-163-2/+18
| | | | for yum.
* Routine merge by l10nltenn2006-10-161-908/+1102
|
* added more translated linesbershath2006-10-161-23/+23
|
* *** empty log message ***bershath2006-10-161-54/+57
|
* Fix bad info message.Chris Lumens2006-10-162-1/+5
|
* added more translater wordsbershath2006-10-161-26/+26
|
* translated more linesbershath2006-10-161-52/+109
|
* Telugu translation comitedsganesh2006-10-161-3/+3
|
* Telugutranslation commitedsganesh2006-10-161-5/+12
|
* Telugu translation commitedsganesh2006-10-161-5/+50
|
* Telugu translation commitedsganesh2006-10-161-13/+73
|
* *** empty log message ***bershath2006-10-161-1593/+1797
|
* updateyulia2006-10-161-145/+48
|
* Updated Malay translationarclynx2006-10-141-12/+6
|
* Updated Gujarati Translationsankitp2006-10-131-1/+1
|
* 2006-10-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-132-1/+6
| | | | | * iw/progress_gui.py (InstallProgressWindow.getScreen): Take up more of the space (#210531)
* * textw/network_text.py (NetworkDeviceWindow): Set IPv6 entry boxDavid Cantrell2006-10-122-3/+10
| | | | | sensitivity correctly. Fixes bizarre UI problems where unchecking DHCP and IPv6 would leave all the input boxes active.
* Tweak min/max swap numbers for the low memory case (#189490).Chris Lumens2006-10-122-3/+8
|
* * network.py (Network): If not has key BOOTPROTO, s'il vous plaît.David Cantrell2006-10-122-1/+4
| | | | I like double negatives. I'm not not licking toads.
* * textw/network_text.py (handleMissingOptionalIP): Added from theDavid Cantrell2006-10-122-6/+21
| | | | | | | | | iw netconfig screen. * textw/network_text.py (NetworkGlobalWindow): If gateway or primary DNS are missing, warn user via handleMissingOptionalIP() and continue. Just pass if secondary DNS is missing. This is consistent with the iw interface.
* - anaconda (__main__): Only do auditDaemon if we're not in test orPeter Jones2006-10-113-4/+12
| | | | | | rootpath mode. - isys/auditd.c (audit_daemonize): Don't start a new process group, and do "exit(0)" rather than "return" after recieving SIGTERM.
* Fix layout in case where the extra repo selection box is not displayed.Chris Lumens2006-10-112-2/+7
|
* Older getHeaderPaul Nasrat2006-10-112-0/+16
|
* Added because it's needed by __get additions from yesterday.Chris Lumens2006-10-112-0/+16
|
* Maxim Dziumanenko <dziumanenko@gmail.com.ua>maxik2006-10-111-66/+46
| | | | Updated Ukrainian translation