summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Collapse)AuthorAgeFilesLines
...
* - fix some missing close(), gunzip_close(), and munmap() callsPeter Jones2007-10-192-3/+11
| | | | - fix handling of EINTR from init_module(2)
* - close /.buildstamp when we're done parsing itPeter Jones2007-10-191-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 Jones2007-10-191-2/+2
|
* - fix missing closedir() calls.Peter Jones2007-10-191-2/+5
|
* - close /proc/net/dev when we're done with it.Peter Jones2007-10-191-0/+1
|
* Use the netlink code to get our IP address, instead of trusting thatChris Lumens2007-10-192-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 Lumens2007-10-121-0/+5
|
* Might help to pass the headers to the right function.Chris Lumens2007-10-121-1/+1
|
* Clean up some memory management in HTTP/FTP file transferring. Fix loaderChris Lumens2007-10-122-25/+35
| | | | | segfaults caused by improperly appending the MAC address-specific HTTP headers (#328191).
* 2007-10-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-121-4/+0
| | | | | * loader2/hardware.c (detectHardware): Revert ssb hack as kudzu has one now
* Fix typo.Chris Lumens2007-10-051-1/+1
|
* Add extra headers for architecture and release (#315601).Chris Lumens2007-10-051-4/+16
|
* 2007-10-04 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-041-0/+4
| | | | | * loader2/hardware.c (detectHardware): Hack to ignore ssb driver (#311421)
* The device command no longer takes a type argument.Chris Lumens2007-10-011-4/+2
|
* Mount the rescue CD on /mnt/stage2 for the NFS tree method as well.Chris Lumens2007-09-281-1/+1
|
* 2007-09-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-271-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 aChris Lumens2007-09-272-28/+33
| | | | local stage2.img. This allows the nfsiso method to work again.
* 2007-09-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-251-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 Lumens2007-09-121-39/+97
|
* 2007-09-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-123-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 Katz2007-09-111-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 thePeter Jones2007-09-061-23/+22
| | | | signal handler.
* Set up the method parameter to match what the rest of anaconda expectsChris Lumens2007-09-051-5/+4
| | | | (#287241).
* * loader2/loader.c (parseCmdLineFlags): Read hostname= parameterDavid Cantrell2007-09-041-0/+2
| | | | and copy result to loaderData so it can be set later (#186560).
* * loader2/loader.c (doLoaderMain): In STEP_IP, set the hostname ifDavid Cantrell2007-09-042-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 doingDavid Cantrell2007-09-043-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 Lumens2007-09-041-2/+2
|
* * loader2/net.c (chooseNetworkInterface): Skip devices that do notDavid Cantrell2007-08-301-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 NICDavid Cantrell2007-08-231-0/+3
| | | | and reconfigure it in loader (#242019).
* 2007-08-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-231-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 Katz2007-08-231-3/+28
| | | | | * loader2/nfsinstall.c (mountNfsImage): Use rescue CD for second stage on nfs installs too (#186641)
* #244531 - Show the architecture during installmsivak2007-08-232-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-quadDavid Cantrell2007-08-221-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 oneDavid Cantrell2007-08-221-1/+8
| | | | slash for NFS path names (#253539).
* * iw/netconfig_dialog.py: Patch from hhara AT miraclelinux DOT comDavid Cantrell2007-08-141-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 Lumens2007-08-131-2/+3
|
* 2007-08-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-091-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 Cantrell2007-08-0620-196/+223
|
* * utils/genmodinfo: New file, utility to generate module-info on the flyBill Nottingham2007-08-032-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 Lumens2007-08-032-1/+7
|
* Add a mode when creating a new file.Chris Lumens2007-08-022-2/+2
|
* * utils/modlist.c: Remove plip module-info support.Bill Nottingham2007-07-312-4/+1
| | | | | * loader2/moduleinfo.c: Likewise * loader2/moduleinfo.h: Likewise
* Correctly regenerate ppc keymaps (#249881).Chris Lumens2007-07-271-0/+0
|
* Apply Peter's patch to fix the usb-storage unloading and reloading danceChris Lumens2007-07-201-7/+12
| | | | (#247830).
* Rebuilt keymap overrides (#240087).Chris Lumens2007-07-203-0/+0
|
* Allow going back to the network configuration screen if the wrong informationChris Lumens2007-07-111-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 locationChris Lumens2007-06-291-4/+12
| | | | (#245936).
* Try to extract modules that are in a module ball other than the default oneChris Lumens2007-06-271-5/+2
| | | | first. This allows driver disks to override the shipped modules.
* More build fixes.Chris Lumens2007-06-222-8/+10
|
* Change prototype of chooseManualDriver to take a loaderData instead of severalChris Lumens2007-06-223-16/+11
| | | | module parameters. Use new loadDriverFromMedia interface in hdinstall.c.