Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2007-03-19 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-03-19 | 1 | -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 to | David Cantrell | 2007-03-15 | 1 | -1/+1 |
| | | | | 'HP/Compaq Smart Array Controller' (#210414). | ||||
* | Fix confusing wording (#163329). | Chris Lumens | 2007-03-14 | 1 | -1/+1 |
| | |||||
* | * loader2/net.c (doDhcp): Return NULL in instances where DHCPv4_DISABLE | David Cantrell | 2007-03-12 | 1 | -1/+4 |
| | | | | and DHCPv6_DISABLE have been set (#230941). | ||||
* | Make sure ext2 filesystem module is loaded early (#230946). | Chris Lumens | 2007-03-08 | 1 | -2/+2 |
| | |||||
* | * loader2/loader.c (parseCmdLineFlags): If BOOTIF= is passed as a boot | David Cantrell | 2007-03-08 | 1 | -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 if | David Cantrell | 2007-03-08 | 1 | -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 as | David Cantrell | 2007-03-08 | 1 | -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 back | David Cantrell | 2007-03-06 | 1 | -13/+21 |
| | | | | to using ioctl() rather than netlink. (#229670) | ||||
* | * loader2/net.c (strcount): Moved to isys/str.c. | David Cantrell | 2007-03-06 | 1 | -15/+0 |
| | | | | | * isys/str.c: Added strcount() function. * isys/str.h: Prototype for strcount. | ||||
* | Whitespace cleanups before code changes. | David Cantrell | 2007-03-06 | 1 | -25/+24 |
| | |||||
* | * loader2/loader.c (doLoaderMain): Set ipinfo_set and ipv6info_set | David Cantrell | 2007-03-05 | 2 | -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. This | Chris Lumens | 2007-02-28 | 2 | -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 incorrect | Chris Lumens | 2007-02-26 | 1 | -2/+5 |
| | | | | (#227510). | ||||
* | Added atl1.ko (#229641). | Chris Lumens | 2007-02-22 | 1 | -0/+4 |
| | |||||
* | Load the ext3 module before prompting for install method so we can find images | Chris Lumens | 2007-02-13 | 1 | -3/+3 |
| | | | | on the hard drive again (#223749, #224534). | ||||
* | If the wrong interface is picked, allow going back to the interface selection | Chris Lumens | 2007-02-06 | 1 | -33/+46 |
| | | | | screen (#213787). | ||||
* | * loader2/net.c (doDhcp): Add 'anaconda-' to the front of the automatic | David Cantrell | 2007-01-22 | 1 | -1/+2 |
| | | | | | vendor-class-identifier (#220082). * isys/isys.c (doDhcpNetDevice): Likewise. | ||||
* | * loader2/net.c (manualNetConfig): Make sure error flags are reset | David Cantrell | 2007-01-19 | 1 | -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 Katz | 2007-01-18 | 1 | -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 Katz | 2007-01-18 | 1 | -1/+1 |
| | | | | * loader2/method.c (unpackCpioBall): Fix the build | ||||
* | Bring up loopback as well (#191424). | Chris Lumens | 2007-01-18 | 1 | -0/+1 |
| | |||||
* | * loader2/method.c (unpackCpioBall): new function to unpack a | dlehman | 2007-01-17 | 1 | -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 it | Peter Jones | 2007-01-17 | 1 | -1/+1 |
| | |||||
* | Fix test for NULL (#222767, Zhang Yanmin <yanmin.zhang AT intel.com>). | Chris Lumens | 2007-01-16 | 1 | -1/+1 |
| | |||||
* | * ui/netpostconfig.glade: Note DHCP for IPv6 as 'DHCPv6'. Remove | David Cantrell | 2007-01-11 | 2 | -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 Katz | 2007-01-09 | 1 | -0/+104 |
| | | | | * loader2/module-info: Add pata_* | ||||
* | Don't try to free ksFile on ks=file: paths (#221904). | Chris Lumens | 2007-01-09 | 1 | -0/+1 |
| | |||||
* | Don't care about the return value of asprintf. | Chris Lumens | 2007-01-09 | 2 | -3/+6 |
| | |||||
* | - Don't write over the last message from grub or syslinux | Peter Jones | 2007-01-08 | 1 | -1/+1 |
| | |||||
* | If dhcpclass is empty, build one from uname() like | David Cantrell | 2007-01-05 | 1 | -3/+12 |
| | | | | 'Linux 2.6.18-1.2869.fc6 i686' (#220082). | ||||
* | * loader2/urls.c (urlMainSetupPanel): If the user specified http:// | David Cantrell | 2007-01-05 | 1 | -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 debug | David Cantrell | 2007-01-05 | 1 | -2/+3 |
| | | | | level. | ||||
* | 2007-01-04 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-01-04 | 1 | -0/+6 |
| | | | | * loader2/modules.c (scsiDiskCount): Include cdroms in the count | ||||
* | * isys/isys.c (doDhcpNetDevice): Honor dhcpclass param (#220057). | David Cantrell | 2006-12-18 | 1 | -2/+18 |
| | | | | * loader2/net.c: Likewise. | ||||
* | * loader2/module-info: Added stex driver since that was added in the | David Cantrell | 2006-12-18 | 1 | -0/+8 |
| | | | | RHEL-5 tree. Added pata_mpc52xx (#220009). | ||||
* | 2006-12-13 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2006-12-13 | 1 | -1/+1 |
| | | | | * loader2/devices.h: Official xvc0 major/minor | ||||
* | This new UI change is meant to match (as much as possible) what users see | David Cantrell | 2006-12-12 | 1 | -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 that | Chris Lumens | 2006-11-21 | 3 | -41/+94 |
| | | | | allows the user to select a new location (#216446). | ||||
* | Get ready for a surprise. | David Cantrell | 2006-11-07 | 4 | -171/+257 |
| | |||||
* | Added IPv6 DNS lookup support to libisys. | David Cantrell | 2006-11-02 | 4 | -18/+24 |
| | |||||
* | Don't need that variable anymore. | Chris Lumens | 2006-11-01 | 1 | -7/+5 |
| | |||||
* | Use splitHostname so we don't attempt to gethostbyname on a string containing a | Chris Lumens | 2006-10-31 | 2 | -13/+25 |
| | | | | port number (#212622). | ||||
* | Include newt.h. | Chris Lumens | 2006-10-31 | 1 | -0/+1 |
| | |||||
* | If we're not passed a port, use the default. | Chris Lumens | 2006-10-31 | 1 | -17/+3 |
| | |||||
* | Make sure loader builds. | Chris Lumens | 2006-10-31 | 2 | -2/+1 |
| | |||||
* | 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). |