Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a function to split hostname/port number pairs up that takes IPv6 numeric | Chris Lumens | 2006-10-31 | 1 | -0/+54 | |
| | | | | addresses into account. | |||||
* | Fix up how we assemble URLs a little bit. | Chris Lumens | 2006-10-31 | 2 | -9/+11 | |
| | ||||||
* | Make sure the network always comes up if there's a network command in the | Chris Lumens | 2006-10-23 | 1 | -0/+10 | |
| | | | | kickstart file (#191424). | |||||
* | * loader2/loader.c (readNetInfo): Continue if vname or vparm are NULL | David Cantrell | 2006-10-20 | 1 | -0/+5 | |
| | | | | (#211502). | |||||
* | Tabs to spaces. I have to keep alignment consistent. | David Cantrell | 2006-10-20 | 1 | -11/+11 | |
| | ||||||
* | * anaconda (parseOptions): Add the --noipv4 and --noipv6 opts (#208334). | David Cantrell | 2006-10-18 | 2 | -0/+13 | |
| | | | | | | | | | | | | | | | | | | | | | * 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). | |||||
* | * loader2/loader.c (readNetInfo): Rewrote the /tmp/netinfo parser so we | David Cantrell | 2006-10-17 | 2 | -69/+82 | |
| | | | | | | | | | | | | 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. | |||||
* | 2006-10-16 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-10-16 | 1 | -1/+1 | |
| | | | | | * loader2/modules.c (lateModuleSort: Add qla2400 and qla2xxx to late sort by request (#210886) | |||||
* | Fix bad info message. | Chris Lumens | 2006-10-16 | 1 | -1/+1 | |
| | ||||||
* | - add rpadlpar_io (IBM storage on pSeries) to the module list | Peter Jones | 2006-10-04 | 1 | -0/+4 | |
| | ||||||
* | * loader2/nfsinstall.c (getFileFromNfs): Do not bring down network | David Cantrell | 2006-10-02 | 2 | -14/+0 | |
| | | | | | | | interface after fetching file (#201194). * loader2/urlinstall.c (getFileFromUrl): Do not bring down network interface after fetching file (#201194). | |||||
* | Fix a misleading message. | Chris Lumens | 2006-10-02 | 1 | -1/+1 | |
| | ||||||
* | 2006-10-02 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-10-02 | 1 | -2/+2 | |
| | | | | | * loader2/lang.c: Fix handling of !latarcyrheb-sun16 console fonts which we don't have any way to display in anaconda right now (#208841) | |||||
* | Pass the updates image location to anaconda. | Chris Lumens | 2006-09-28 | 1 | -6/+11 | |
| | ||||||
* | Teach the loader about more HTTP redirect response codes. | Chris Lumens | 2006-09-28 | 1 | -2/+3 | |
| | ||||||
* | 2006-09-27 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-09-27 | 1 | -0/+8 | |
| | | | | * loader2/module-info: Add qla4xxx (#208324) and qla3xxx | |||||
* | firewire devices never have ->device | Bill Nottingham | 2006-09-22 | 1 | -1/+1 | |
| | ||||||
* | 2006-09-20 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-09-20 | 2 | -7/+8 | |
| | | | | | | * loader2/loader.c: Change iscsi flag -> asknetwork. Don't bail if we don't have find disk devices in the loader. * loader2/loader.h: Likewise. | |||||
* | * loader2/net.c (manualNetConfig): Translation fix (#207069) | David Cantrell | 2006-09-20 | 1 | -1/+1 | |
| | ||||||
* | * loader2/net.c (manualNetConfig): Add description at the top of the | David Cantrell | 2006-09-19 | 1 | -3/+13 | |
| | | | | | manual network configuration dialog that explains what the input fields expect from the user. | |||||
* | Remove check for repodata/repomd.xml that doesn't understand the new RHEL tree | Chris Lumens | 2006-09-18 | 1 | -11/+1 | |
| | | | | layout (#205571, #206072). | |||||
* | Remove hostap from initrd (#196334). | Chris Lumens | 2006-09-18 | 1 | -12/+0 | |
| | ||||||
* | - add ehea driver | Peter Jones | 2006-09-15 | 1 | -0/+4 | |
| | ||||||
* | - use int not size_t for %n output in sscanf | Peter Jones | 2006-09-14 | 1 | -7/+6 | |
| | ||||||
* | - don't put usb-storage in modprobe.conf as a scsi_hostadapter twice | Peter Jones | 2006-09-14 | 1 | -21/+92 | |
| | ||||||
* | 2006-09-14 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-09-14 | 1 | -3/+7 | |
| | | | | | * loader2/driverdisk.c: Better checking for what driver disks really need now and erroring appropriately (#195899) | |||||
* | Break httpGetFileDesc up into helper functions to read and example HTTP headers | Chris Lumens | 2006-09-14 | 1 | -75/+139 | |
| | | | | | and response codes. Handle 301 Redirect by calling httpGetFileDesc again with the redirect location (#188198, #204488). | |||||
* | - make "xserver=foo" work | Peter Jones | 2006-09-12 | 1 | -5/+8 | |
| | ||||||
* | 2006-09-06 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-09-06 | 1 | -0/+4 | |
| | | | | * loader2/module-info: Add hptiop (#205337) | |||||
* | 2006-09-05 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-09-05 | 1 | -0/+2 | |
| | | | | | | | * anaconda.spec: Bump version. * loader2/loader.c: Fix build on s390 * po/as.po: Fix build | |||||
* | - don't use firmware loader | Peter Jones | 2006-09-05 | 2 | -3/+25 | |
| | ||||||
* | * loader2/net.c: Remember manual TCP/IP settings if user selects | David Cantrell | 2006-08-29 | 1 | -18/+47 | |
| | | | | | | Back and then re-enters the TCP/IP entry dialog again. * gptsync/Makefile: Remove .depend in clean target. | |||||
* | 2006-08-25 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-08-25 | 3 | -17/+16 | |
| | | | | | | | | | * loader2/init.c: Handle xvc0 as a "weird" console. Also, fix a case where we didn't properly close an fd * loader2/devices.h: Add xvc0 under experimental major/minor * loader2/Makefile (init.o): Add dependency rule on devices.h | |||||
* | Make sure to set the language to English every time if it's unsupported | Chris Lumens | 2006-08-23 | 1 | -1/+3 | |
| | | | | (#203331). | |||||
* | - Fix building with newer libselinux | Peter Jones | 2006-08-14 | 3 | -19/+1 | |
| | ||||||
* | * loader2/net.c: Remember user choices on network configuration | David Cantrell | 2006-08-10 | 1 | -11/+15 | |
| | | | | dialog box (#200797). | |||||
* | Don't try to strdup nothing (#196334). | Chris Lumens | 2006-08-09 | 1 | -2/+6 | |
| | ||||||
* | * loader2/net.c (setupNetworkDeviceConfig): Test ipinfo_set to see if | David Cantrell | 2006-08-09 | 2 | -3/+8 | |
| | | | | | | | | | we already have network configuration information (#200986). Set the dev.ipv4 and dev.ipv6 values when copying in the network config info. Set additional pump flags accordingly. * loader2/loader.c (doLoaderMain): Set netDev.preset = 1 if we have network config data already (#200986). | |||||
* | - add support for CLASS_ATA and CLASS_SATA | Peter Jones | 2006-08-09 | 2 | -2/+5 | |
| | ||||||
* | * loader2/urlinstall.c: Do not pass silentErrors to | David Cantrell | 2006-08-08 | 3 | -23/+9 | |
| | | | | | | | | | | urlinstStartTransfer() (#201247). * loader2/urls.c: Remove redundant download failure messages in the urlinstStartTransfer() function. Do not accept silentErrors as a parameter (#201247). * loader2/urls.h: Prototype update for urlinstStartTransfer(). | |||||
* | s390 build fix. | Chris Lumens | 2006-08-07 | 1 | -1/+1 | |
| | ||||||
* | 2006-08-07 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-08-07 | 1 | -1/+1 | |
| | | | | | * scripts/mk-images (RAIDMODS): New raid module name (#201361) * loader2/loader.c: Likewise. | |||||
* | Don't initialize method to a valid selection, since that causes the method | Chris Lumens | 2006-08-04 | 1 | -0/+1 | |
| | | | | | selection screen to never appear. This may re-break 201108, but this stuff is too tricky to debug without new CDs. Let's see what happens next time. | |||||
* | Fix traceback when trying to add a leading slash to paths without one | Chris Lumens | 2006-08-04 | 1 | -10/+3 | |
| | | | | (#197403, #201243, #201367). | |||||
* | Don't show method menu if we're installing from CD (#201108). | Chris Lumens | 2006-08-03 | 1 | -2/+3 | |
| | ||||||
* | Better error handling and logging. | Chris Lumens | 2006-08-03 | 1 | -2/+9 | |
| | ||||||
* | * loader2/nfsinstall.c (getFileFromNfs): More useful log message than | David Cantrell | 2006-08-01 | 2 | -5/+15 | |
| | | | | | | | "foo bar", set client IP string correctly before calling getHostandPath() (BZ #195203). * loader2/kickstart.c (getHostandPath): Debug log messages. | |||||
* | * loader2/urls.c (addrToIp): Correctly handle IP addresses passed as | David Cantrell | 2006-08-01 | 1 | -5/+6 | |
| | | | | | | | strings to this function. * loader2/urls.c (urlinstStartTransfer): Commented out mygethostbyname() call for IPv6 family for now, since it's not ready yet. | |||||
* | Remove DDC probing support to sync up with how rhpxl is going to work. | Chris Lumens | 2006-08-01 | 1 | -1/+0 | |
| | ||||||
* | 2006-08-01 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-08-01 | 1 | -1/+6 | |
| | | | | | * loader2/modules.c: We need to sleep for the disk state to be settled, not the USB stack after loading usb-storage |