summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Expand)AuthorAgeFilesLines
* Fix the build by defining a variable that was being used.Chris Lumens2007-11-081-1/+1
* Add the nicdelay command line option (#349521)Martin Sivak2007-11-062-0/+12
* move existing cvsignores to gitignore; remove ones no longer neededJeremy Katz2007-11-051-0/+0
* Set re-IPL device before reboot on s390xDavid Cantrell2007-11-052-4/+27
* Add error handling to allocations in ourInsmodCommand() .Peter Jones2007-11-051-3/+22
* It's MALLOC_CHECK_, not _MALLOC_CHECK (#354131).Chris Lumens2007-10-261-1/+1
* Clean up after findAnacondaCD if the user provided an invalid URL so retriesChris Lumens2007-10-241-0/+4
* Fix processing of ks=<whatever> ksdevice=(link|bootif). Free some moreChris Lumens2007-10-222-9/+14
* - remove sdupprintf(), use asprintf() instead.Peter Jones2007-10-2215-124/+143
* - fix some missing close(), gunzip_close(), and munmap() callsPeter Jones2007-10-192-3/+11
* - close /.buildstamp when we're done parsing itPeter Jones2007-10-191-0/+3
* - 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
* 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