summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Collapse)AuthorAgeFilesLines
* 2007-03-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-03-191-0/+5
| | | | | | * scripts/mk-images (FIREWIREMODS): Add new firewire modules (based on patch from krh, #231708) * loader2/module-info: Likewise.
* * loader2/module-info: Changed description for cciss module toDavid Cantrell2007-03-151-1/+1
| | | | 'HP/Compaq Smart Array Controller' (#210414).
* Fix confusing wording (#163329).Chris Lumens2007-03-141-1/+1
|
* * loader2/net.c (doDhcp): Return NULL in instances where DHCPv4_DISABLEDavid Cantrell2007-03-121-1/+4
| | | | and DHCPv6_DISABLE have been set (#230941).
* Make sure ext2 filesystem module is loaded early (#230946).Chris Lumens2007-03-081-2/+2
|
* * loader2/loader.c (parseCmdLineFlags): If BOOTIF= is passed as a bootDavid Cantrell2007-03-081-0/+12
| | | | | argument, pull the MAC address from it and replace hyphens with colons so that the MAC address is usable in loader (#209284).
* * loader2/loader.c (doLoaderMain): In STEP_IP, set loaderData->ip ifDavid Cantrell2007-03-081-4/+27
| | | | it's NULL and we have IPv4 and/or IPv6 networking enabled (#231290).
* * loader2/net.c (doDhcp): Need DHCPv6_DISABLE set as well asDavid Cantrell2007-03-081-1/+1
| | | | | DHCPv6_DISABLE_ADDRESSES when auto neighbor discovery is selected for IPv6 (#230941, #230949).
* * loader2/net.c (initLoopback): Init loopback correctly, have to go backDavid Cantrell2007-03-061-13/+21
| | | | to using ioctl() rather than netlink. (#229670)
* * loader2/net.c (strcount): Moved to isys/str.c.David Cantrell2007-03-061-15/+0
| | | | | * isys/str.c: Added strcount() function. * isys/str.h: Prototype for strcount.
* Whitespace cleanups before code changes.David Cantrell2007-03-061-25/+24
|
* * loader2/loader.c (doLoaderMain): Set ipinfo_set and ipv6info_setDavid Cantrell2007-03-052-2/+14
| | | | | | | in loaderData depending on what happened in readNetConfig() (#210370) * loader2/net.c (kickstartNetworkUp): If IPv4 or IPv6 networking is already set up, return (#210370)
* Add a new updates kickstart commant for fetching an updates.img. ThisChris Lumens2007-02-282-0/+14
| | | | command also allows fetching from a floppy if no argument is provided.
* Don't attempt to load a module when the kickstart device line is incorrectChris Lumens2007-02-261-2/+5
| | | | (#227510).
* Added atl1.ko (#229641).Chris Lumens2007-02-221-0/+4
|
* Load the ext3 module before prompting for install method so we can find imagesChris Lumens2007-02-131-3/+3
| | | | on the hard drive again (#223749, #224534).
* If the wrong interface is picked, allow going back to the interface selectionChris Lumens2007-02-061-33/+46
| | | | screen (#213787).
* * loader2/net.c (doDhcp): Add 'anaconda-' to the front of the automaticDavid Cantrell2007-01-221-1/+2
| | | | | vendor-class-identifier (#220082). * isys/isys.c (doDhcpNetDevice): Likewise.
* * loader2/net.c (manualNetConfig): Make sure error flags are resetDavid Cantrell2007-01-191-2/+3
| | | | | | when the user is asked to re-enter IP information. Previously, once you triggered the input error, all subsequent tries would be marked as invalid input.
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-1/+1
| | | | | | | | | | * isys/Makefile (_isys.so): Use LDFLAGS * loader2/Makefile (loader): Likewise. * stubs/Makefile ($(LIBUTF8)): Likewise. * Makefile: Likewise. * isomd5sum/Makefile (CFLAGS): Use common CFLAGS and LDFLAGS; use LDFLAGS everywhere * utils/Makefile: Use common LDFLAGS
* 2007-01-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-181-1/+1
| | | | * loader2/method.c (unpackCpioBall): Fix the build
* Bring up loopback as well (#191424).Chris Lumens2007-01-181-0/+1
|
* * loader2/method.c (unpackCpioBall): new function to unpack adlehman2007-01-171-0/+35
| | | | | | | cpio ball into a specified root directory * loader2/method.c (copyUpdatesImg): if the updates can't be mounted try unpacking them as a cpio ball
* - clear memory before using itPeter Jones2007-01-171-1/+1
|
* Fix test for NULL (#222767, Zhang Yanmin <yanmin.zhang AT intel.com>).Chris Lumens2007-01-161-1/+1
|
* * ui/netpostconfig.glade: Note DHCP for IPv6 as 'DHCPv6'. RemoveDavid Cantrell2007-01-112-2/+3
| | | | | | | | | | 'RFC 2461' from the text for the automatic neighbor discovery option. * loader/net.c (configureTCPIP): Use DHCPV6_METHOD_STR for the DHCP on IPv6 checkbox. * loader/net.h: Define DHCPV6_METHOD_STR. Remove 'RFC 2461' from the AUTO_METHOD_STR macro.
* 2007-01-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-091-0/+104
| | | | * loader2/module-info: Add pata_*
* Don't try to free ksFile on ks=file: paths (#221904).Chris Lumens2007-01-091-0/+1
|
* Don't care about the return value of asprintf.Chris Lumens2007-01-092-3/+6
|
* - Don't write over the last message from grub or syslinuxPeter Jones2007-01-081-1/+1
|
* If dhcpclass is empty, build one from uname() likeDavid Cantrell2007-01-051-3/+12
| | | | 'Linux 2.6.18-1.2869.fc6 i686' (#220082).
* * loader2/urls.c (urlMainSetupPanel): If the user specified http://David Cantrell2007-01-051-2/+8
| | | | | or ftp:// on the site name, trim that before putting it in the ui structure (#220728).
* * loader2/modules.c (getModuleLocation): Log module path at debugDavid Cantrell2007-01-051-2/+3
| | | | level.
* 2007-01-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-01-041-0/+6
| | | | * loader2/modules.c (scsiDiskCount): Include cdroms in the count
* * isys/isys.c (doDhcpNetDevice): Honor dhcpclass param (#220057).David Cantrell2006-12-181-2/+18
| | | | * loader2/net.c: Likewise.
* * loader2/module-info: Added stex driver since that was added in theDavid Cantrell2006-12-181-0/+8
| | | | RHEL-5 tree. Added pata_mpc52xx (#220009).
* 2006-12-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-12-131-1/+1
| | | | * loader2/devices.h: Official xvc0 major/minor
* This new UI change is meant to match (as much as possible) what users seeDavid Cantrell2006-12-121-1/+13
| | | | | | | | | | | | | | | | | | | | | in stage 1 and what users can see in the text mode version of stage 2. These changes are meant for RHEL-5 as well. * ui/netpostconfig.glade: Defines the Edit Network Device window used in the stage 2 part of anaconda. * loader2/net.c (writeNetInfo): Write out IPv6 settings. * network.py (Network): Move the useIPv4 and useIPv6 flags to be per device rather than per system. * iw/network_gui.py: Removed old code in editDevice(), replaced with NetworkDeviceEditWindow class. Removed the awful mess of input validation code I had since the new dialog box handles all of that. Support independent IPv4 and IPv6 stack configuration per device and offer IPv6 automatic neighbor discovery in addition to DHCPv6 and static configuration (#213110, #213112).
* If there's an error getting the kickstart file, display an error message thatChris Lumens2006-11-213-41/+94
| | | | allows the user to select a new location (#216446).
* Get ready for a surprise.David Cantrell2006-11-074-171/+257
|
* Added IPv6 DNS lookup support to libisys.David Cantrell2006-11-024-18/+24
|
* Don't need that variable anymore.Chris Lumens2006-11-011-7/+5
|
* Use splitHostname so we don't attempt to gethostbyname on a string containing aChris Lumens2006-10-312-13/+25
| | | | port number (#212622).
* Include newt.h.Chris Lumens2006-10-311-0/+1
|
* If we're not passed a port, use the default.Chris Lumens2006-10-311-17/+3
|
* Make sure loader builds.Chris Lumens2006-10-312-2/+1
|
* 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).