summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Expand)AuthorAgeFilesLines
* 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
* 2007-10-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-10-121-4/+0
* 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
* 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
* Pass /mnt/stage2 as the location to mount the rescue CD on when checking for aChris Lumens2007-09-272-28/+33
* 2007-09-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-251-1/+1
* 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
* 2007-09-11 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-09-111-1/+1
* display which signal we got correctly, and don't allocate buffers in thePeter Jones2007-09-061-23/+22
* Set up the method parameter to match what the rest of anaconda expectsChris Lumens2007-09-051-5/+4
* * loader2/loader.c (parseCmdLineFlags): Read hostname= parameterDavid Cantrell2007-09-041-0/+2
* * loader2/loader.c (doLoaderMain): In STEP_IP, set the hostname ifDavid Cantrell2007-09-042-0/+16
* * loader2/loader.c (doLoaderMain): In STEP_IFACE, if we are doingDavid Cantrell2007-09-043-1/+14
* 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
* * loader2/loader.c (doLoaderMain): Allow users to change their NICDavid Cantrell2007-08-231-0/+3
* 2007-08-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-231-38/+59
* 2007-08-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-231-3/+28
* #244531 - Show the architecture during installmsivak2007-08-232-2/+21
* * loader2/net.c (cidrCallback): If user provided a dotted-quadDavid Cantrell2007-08-221-0/+4
* * loader2/nfsinstall.c (getFileFromNfs): Make sure we only add oneDavid Cantrell2007-08-221-1/+8
* * iw/netconfig_dialog.py: Patch from hhara AT miraclelinux DOT comDavid Cantrell2007-08-141-6/+10
* 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
* 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
* 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
* 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
* 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
* Don't display garbage in the dialog box to correct the kickstart file locationChris Lumens2007-06-291-4/+12
* Try to extract modules that are in a module ball other than the default oneChris Lumens2007-06-271-5/+2
* 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
* - Fix doLoadModules() to get the paths correct and find all the modules.Peter Jones2007-06-221-17/+14
* - add some (now #if 0'd) debugging printsPeter Jones2007-06-221-11/+38
* - get rid of unused empty function...Peter Jones2007-06-221-5/+0
* - add a firmware loaderPeter Jones2007-06-228-100/+956
* Move copyDirectory out of both init.c and method.c.Chris Lumens2007-06-199-147/+177
* Use copyDirectory to support the new style of driver disk layouts.Chris Lumens2007-06-191-16/+3