summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a function to split hostname/port number pairs up that takes IPv6 numericChris Lumens2006-10-311-0/+54
| | | | addresses into account.
* Fix up how we assemble URLs a little bit.Chris Lumens2006-10-312-9/+11
|
* Make sure the network always comes up if there's a network command in theChris Lumens2006-10-231-0/+10
| | | | kickstart file (#191424).
* * loader2/loader.c (readNetInfo): Continue if vname or vparm are NULLDavid Cantrell2006-10-201-0/+5
| | | | (#211502).
* Tabs to spaces. I have to keep alignment consistent.David Cantrell2006-10-201-11/+11
|
* * anaconda (parseOptions): Add the --noipv4 and --noipv6 opts (#208334).David Cantrell2006-10-182-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 weDavid Cantrell2006-10-172-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 Katz2006-10-161-1/+1
| | | | | * loader2/modules.c (lateModuleSort: Add qla2400 and qla2xxx to late sort by request (#210886)
* Fix bad info message.Chris Lumens2006-10-161-1/+1
|
* - add rpadlpar_io (IBM storage on pSeries) to the module listPeter Jones2006-10-041-0/+4
|
* * loader2/nfsinstall.c (getFileFromNfs): Do not bring down networkDavid Cantrell2006-10-022-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 Lumens2006-10-021-1/+1
|
* 2006-10-02 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-10-021-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 Lumens2006-09-281-6/+11
|
* Teach the loader about more HTTP redirect response codes.Chris Lumens2006-09-281-2/+3
|
* 2006-09-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-271-0/+8
| | | | * loader2/module-info: Add qla4xxx (#208324) and qla3xxx
* firewire devices never have ->deviceBill Nottingham2006-09-221-1/+1
|
* 2006-09-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-202-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 Cantrell2006-09-201-1/+1
|
* * loader2/net.c (manualNetConfig): Add description at the top of theDavid Cantrell2006-09-191-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 treeChris Lumens2006-09-181-11/+1
| | | | layout (#205571, #206072).
* Remove hostap from initrd (#196334).Chris Lumens2006-09-181-12/+0
|
* - add ehea driverPeter Jones2006-09-151-0/+4
|
* - use int not size_t for %n output in sscanfPeter Jones2006-09-141-7/+6
|
* - don't put usb-storage in modprobe.conf as a scsi_hostadapter twicePeter Jones2006-09-141-21/+92
|
* 2006-09-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-141-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 headersChris Lumens2006-09-141-75/+139
| | | | | and response codes. Handle 301 Redirect by calling httpGetFileDesc again with the redirect location (#188198, #204488).
* - make "xserver=foo" workPeter Jones2006-09-121-5/+8
|
* 2006-09-06 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-061-0/+4
| | | | * loader2/module-info: Add hptiop (#205337)
* 2006-09-05 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-09-051-0/+2
| | | | | | | * anaconda.spec: Bump version. * loader2/loader.c: Fix build on s390 * po/as.po: Fix build
* - don't use firmware loaderPeter Jones2006-09-052-3/+25
|
* * loader2/net.c: Remember manual TCP/IP settings if user selectsDavid Cantrell2006-08-291-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 Katz2006-08-253-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 unsupportedChris Lumens2006-08-231-1/+3
| | | | (#203331).
* - Fix building with newer libselinuxPeter Jones2006-08-143-19/+1
|
* * loader2/net.c: Remember user choices on network configurationDavid Cantrell2006-08-101-11/+15
| | | | dialog box (#200797).
* Don't try to strdup nothing (#196334).Chris Lumens2006-08-091-2/+6
|
* * loader2/net.c (setupNetworkDeviceConfig): Test ipinfo_set to see ifDavid Cantrell2006-08-092-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_SATAPeter Jones2006-08-092-2/+5
|
* * loader2/urlinstall.c: Do not pass silentErrors toDavid Cantrell2006-08-083-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 Lumens2006-08-071-1/+1
|
* 2006-08-07 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-071-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 methodChris Lumens2006-08-041-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 oneChris Lumens2006-08-041-10/+3
| | | | (#197403, #201243, #201367).
* Don't show method menu if we're installing from CD (#201108).Chris Lumens2006-08-031-2/+3
|
* Better error handling and logging.Chris Lumens2006-08-031-2/+9
|
* * loader2/nfsinstall.c (getFileFromNfs): More useful log message thanDavid Cantrell2006-08-012-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 asDavid Cantrell2006-08-011-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 Lumens2006-08-011-1/+0
|
* 2006-08-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-08-011-1/+6
| | | | | * loader2/modules.c: We need to sleep for the disk state to be settled, not the USB stack after loading usb-storage