Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - fix some missing close(), gunzip_close(), and munmap() calls | Peter Jones | 2007-10-19 | 2 | -3/+11 | |
| | | | | - fix handling of EINTR from init_module(2) | |||||
* | - close /.buildstamp when we're done parsing it | Peter Jones | 2007-10-19 | 1 | -0/+3 | |
| | | | | - close /var/run/init.pid when we're done with it. | |||||
* | - avoid double gunzip_close() when we get a bad kbd file. | Peter Jones | 2007-10-19 | 1 | -2/+2 | |
| | ||||||
* | - fix missing closedir() calls. | Peter Jones | 2007-10-19 | 1 | -2/+5 | |
| | ||||||
* | - close /proc/net/dev when we're done with it. | Peter Jones | 2007-10-19 | 1 | -0/+1 | |
| | ||||||
* | Use the netlink code to get our IP address, instead of trusting that | Chris Lumens | 2007-10-19 | 2 | -14/+18 | |
| | | | | | kickstartNetworkUp will set the data correctly on the second time through (#336761). | |||||
* | Strip whitespace from the end of the architecture as well. | Chris Lumens | 2007-10-12 | 1 | -0/+5 | |
| | ||||||
* | Might help to pass the headers to the right function. | Chris Lumens | 2007-10-12 | 1 | -1/+1 | |
| | ||||||
* | Clean up some memory management in HTTP/FTP file transferring. Fix loader | Chris Lumens | 2007-10-12 | 2 | -25/+35 | |
| | | | | | segfaults caused by improperly appending the MAC address-specific HTTP headers (#328191). | |||||
* | 2007-10-12 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-10-12 | 1 | -4/+0 | |
| | | | | | * loader2/hardware.c (detectHardware): Revert ssb hack as kudzu has one now | |||||
* | Fix typo. | Chris Lumens | 2007-10-05 | 1 | -1/+1 | |
| | ||||||
* | Add extra headers for architecture and release (#315601). | Chris Lumens | 2007-10-05 | 1 | -4/+16 | |
| | ||||||
* | 2007-10-04 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-10-04 | 1 | -0/+4 | |
| | | | | | * loader2/hardware.c (detectHardware): Hack to ignore ssb driver (#311421) | |||||
* | The device command no longer takes a type argument. | Chris Lumens | 2007-10-01 | 1 | -4/+2 | |
| | ||||||
* | Mount the rescue CD on /mnt/stage2 for the NFS tree method as well. | Chris Lumens | 2007-09-28 | 1 | -1/+1 | |
| | ||||||
* | 2007-09-27 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-09-27 | 1 | -2/+110 | |
| | | | | | | | | * anaconda.spec: Bump version. * loader2/modules.c (loadModule): Look for options specified on the kernel command line for modules in the form modname.option = value to match the syntax of built-in params | |||||
* | Pass /mnt/stage2 as the location to mount the rescue CD on when checking for a | Chris Lumens | 2007-09-27 | 2 | -28/+33 | |
| | | | | local stage2.img. This allows the nfsiso method to work again. | |||||
* | 2007-09-25 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-09-25 | 1 | -1/+1 | |
| | | | | | | * loader2/loader.c (main): Look in /modules/firmware * scripts/mk-images: Firmware in /modules/firmware instead | |||||
* | Support loading updates from partitioned devices. | Chris Lumens | 2007-09-12 | 1 | -39/+97 | |
| | ||||||
* | 2007-09-12 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-09-12 | 3 | -0/+9 | |
| | | | | | | | | * loader2/net.c (chooseNetworkInterface): Don't pick wireless adapters unless explicitly requested * loader2/loader.c (parseCmdLineFlags): Add wireless flag * loader2/loader.h: Likewise. | |||||
* | 2007-09-11 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-09-11 | 1 | -1/+1 | |
| | | | | | * loader2/hardware.c (detectHardware): Probe usb so that usb network installs work (H.J. Lu, #285491) | |||||
* | display which signal we got correctly, and don't allocate buffers in the | Peter Jones | 2007-09-06 | 1 | -23/+22 | |
| | | | | signal handler. | |||||
* | Set up the method parameter to match what the rest of anaconda expects | Chris Lumens | 2007-09-05 | 1 | -5/+4 | |
| | | | | (#287241). | |||||
* | * loader2/loader.c (parseCmdLineFlags): Read hostname= parameter | David Cantrell | 2007-09-04 | 1 | -0/+2 | |
| | | | | and copy result to loaderData so it can be set later (#186560). | |||||
* | * loader2/loader.c (doLoaderMain): In STEP_IP, set the hostname if | David Cantrell | 2007-09-04 | 2 | -0/+16 | |
| | | | | | | | we were provided one by the user (#180451). * loader2/net.c (doDhcp): If we got a hostname from DHCP, set it (#180451). | |||||
* | * loader2/loader.c (doLoaderMain): In STEP_IFACE, if we are doing | David Cantrell | 2007-09-04 | 3 | -1/+14 | |
| | | | | | | | | a kickstart install, flag it. Init ipv4method and ipv6method (#260621). * loader2/loader.h: Add LOADER_FLAGS_IS_KICKSTART and FL_IS_KICKSTART() (#260621). * loader2/net.c (configureTCPIP): Set skipForm to 1 if kickstart flag is set (#260621). | |||||
* | Set ANACONDAVERSION in the right place. | Chris Lumens | 2007-09-04 | 1 | -2/+2 | |
| | ||||||
* | * loader2/net.c (chooseNetworkInterface): Skip devices that do not | David Cantrell | 2007-08-30 | 1 | -2/+11 | |
| | | | | | | | | | | | | have firmware loaded (#251941). * scripts/upd-instroot: Add *-firmware to PACKAGES for now. We'll change this later once the kernel provides us with more info (#177452). * scripts/mk-images (makeinitrd): Remove arch test for copying over firmware files. Just check the module list and copy firmware, also add atmel and iwl4965 (#177452). | |||||
* | * loader2/loader.c (doLoaderMain): Allow users to change their NIC | David Cantrell | 2007-08-23 | 1 | -0/+3 | |
| | | | | and reconfigure it in loader (#242019). | |||||
* | 2007-08-23 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-08-23 | 1 | -38/+59 | |
| | | | | | * loader2/hdinstall.c (loadHDImages): Handle using the rescue CD for the second stage on hard drive installs (#186641) | |||||
* | 2007-08-23 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-08-23 | 1 | -3/+28 | |
| | | | | | * loader2/nfsinstall.c (mountNfsImage): Use rescue CD for second stage on nfs installs too (#186641) | |||||
* | #244531 - Show the architecture during install | msivak | 2007-08-23 | 2 | -2/+21 | |
| | | | | | | | | | | * loader2/loader.h: Add getProductArch method. * loader2/loader.c: Populate productArch and define getProductArch. Show the architecture in stage1. * constants.py: add productArch * product.py: populate productArch * text.py: Show the architecture during text mode stage2. | |||||
* | * loader2/net.c (cidrCallback): If user provided a dotted-quad | David Cantrell | 2007-08-22 | 1 | -0/+4 | |
| | | | | | netmask for IPv4, check it and if it validates, skip the CIDR validation (#243250). | |||||
* | * loader2/nfsinstall.c (getFileFromNfs): Make sure we only add one | David Cantrell | 2007-08-22 | 1 | -1/+8 | |
| | | | | slash for NFS path names (#253539). | |||||
* | * iw/netconfig_dialog.py: Patch from hhara AT miraclelinux DOT com | David Cantrell | 2007-08-14 | 1 | -6/+10 | |
| | | | | | | | to fix some input validation errors and error reporting. * loader2/modstubs.c (ourInsmodCommand): Handle more than one module parameter in insmod (hhara AT miraclelinux DOT com). | |||||
* | Display the version number in more places. | Chris Lumens | 2007-08-13 | 1 | -2/+3 | |
| | ||||||
* | 2007-08-09 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2007-08-09 | 1 | -1/+1 | |
| | | | | * loader2/loader.c: Fix "noipv6 ip=dhcp" to not ask about v4 vs v6 | |||||
* | Same change you just saw on rhel5-branch ported to the HEAD branch. | David Cantrell | 2007-08-06 | 20 | -196/+223 | |
| | ||||||
* | * utils/genmodinfo: New file, utility to generate module-info on the fly | Bill Nottingham | 2007-08-03 | 2 | -1212/+0 | |
| | | | | | | * utils/Makefile: Install genmodinfo. * scripts/mk-images: Use genmodinfo. * loader2/module-info, loader2/Makefile: Kill it dead. | |||||
* | Fix call to mknod (patch from HARA Hiroshi <hhara AT miraclelinux DOT com>). | Chris Lumens | 2007-08-03 | 2 | -1/+7 | |
| | ||||||
* | Add a mode when creating a new file. | Chris Lumens | 2007-08-02 | 2 | -2/+2 | |
| | ||||||
* | * utils/modlist.c: Remove plip module-info support. | Bill Nottingham | 2007-07-31 | 2 | -4/+1 | |
| | | | | | * loader2/moduleinfo.c: Likewise * loader2/moduleinfo.h: Likewise | |||||
* | Correctly regenerate ppc keymaps (#249881). | Chris Lumens | 2007-07-27 | 1 | -0/+0 | |
| | ||||||
* | Apply Peter's patch to fix the usb-storage unloading and reloading dance | Chris Lumens | 2007-07-20 | 1 | -7/+12 | |
| | | | | (#247830). | |||||
* | Rebuilt keymap overrides (#240087). | Chris Lumens | 2007-07-20 | 3 | -0/+0 | |
| | ||||||
* | Allow going back to the network configuration screen if the wrong information | Chris Lumens | 2007-07-11 | 1 | -1/+3 | |
| | | | | was entered (#247807, lucasgf AT br DOT ibm DOT com). | |||||
* | Don't display garbage in the dialog box to correct the kickstart file location | Chris Lumens | 2007-06-29 | 1 | -4/+12 | |
| | | | | (#245936). | |||||
* | Try to extract modules that are in a module ball other than the default one | Chris Lumens | 2007-06-27 | 1 | -5/+2 | |
| | | | | first. This allows driver disks to override the shipped modules. | |||||
* | More build fixes. | Chris Lumens | 2007-06-22 | 2 | -8/+10 | |
| | ||||||
* | Change prototype of chooseManualDriver to take a loaderData instead of several | Chris Lumens | 2007-06-22 | 3 | -16/+11 | |
| | | | | module parameters. Use new loadDriverFromMedia interface in hdinstall.c. |