summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Expand)AuthorAgeFilesLines
* Don't strip too much off the NFS directory path.Chris Lumens2008-07-091-2/+7
* Log stage2 url better.Peter Jones2008-07-081-1/+4
* Fix minor whitespace nits.Peter Jones2008-07-082-2/+2
* Use %m rather than strerror() where appropriate.Peter Jones2008-07-0822-212/+130
* Make setupCdrom() actually return the path to the stage2 image it found.Peter Jones2008-07-081-42/+43
* Get the math right on how many usec per second...Peter Jones2008-07-071-1/+1
* Wait up to 45 seconds for "No medium found" to stop happening when looking forPeter Jones2008-07-071-0/+15
* setupCdrom: Don't free stage2loc in a loop, since it isn't reallocated there.Peter Jones2008-07-021-1/+0
* Check return value of asprintf() consistentlyDavid Cantrell2008-06-2714-147/+449
* Per strtol(3) man page, set errno=0 before call.David Cantrell2008-06-274-0/+13
* Use strtol() instead of atoi()David Cantrell2008-06-264-19/+127
* Get rid of wlite and unicode-lite; these were necessary to supportPeter Jones2008-06-231-2/+0
* Enable media check again, and let it check the boot.iso.Chris Lumens2008-06-181-54/+35
* Fix a simple build error.Chris Lumens2008-06-181-1/+1
* Add some memory error handling.Chris Lumens2008-06-182-3/+14
* Remove verifyStamp and validIsoImages which are no longer used.Chris Lumens2008-06-184-140/+5
* The askmethod cmdline option no longer does anything.Chris Lumens2008-06-182-12/+3
* Add support for RHupdates back in, the easy way.Chris Lumens2008-06-181-3/+25
* The STAGE2 loader flag is no longer used.Chris Lumens2008-06-181-2/+1
* Strip nfsinstall.c down to just looking for the stage2 image.Chris Lumens2008-06-181-127/+28
* Strip hdinstall.c down to just looking for the stage2 image.Chris Lumens2008-06-181-173/+45
* Strip urlinstall.c down to just looking for the stage2 image.Chris Lumens2008-06-185-222/+89
* Strip cdinstall.c down to just looking for the stage2 image.Chris Lumens2008-06-186-77/+49
* mountStage2 no longer takes a directory argument.Chris Lumens2008-06-185-42/+14
* Add support for the repo= and stage2= options, deprecate method=.Chris Lumens2008-06-181-14/+43
* Reorganize the doLoaderMain state machine to make later work easier.Chris Lumens2008-06-181-304/+279
* Rename methodData to stage2Data, since that's more appropriate.Chris Lumens2008-06-186-35/+36
* Remove support for RHupdates. updates.img is the way to go now.Chris Lumens2008-06-181-19/+1
* Deal with udev losing udevcontrol/udevtriggerJeremy Katz2008-06-171-1/+1
* Fix yet another typo.Chris Lumens2008-06-131-1/+1
* Don't display garbage when prompting for the updates device.Chris Lumens2008-06-131-3/+3
* It doesn't make sense to insert a disk into a partition, so don't ask.Chris Lumens2008-06-121-3/+9
* 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)Ján ONDREJ2008-06-046-72/+56
* Don't crash when given URLs of the form ftp://user@host/path (#445295)David Lehman2008-05-051-0/+1
* Kickstart flag is backwardsJeremy Katz2008-05-011-3/+3
* If we're given a language, don't warn about console fonts (#444258)Jeremy Katz2008-05-013-10/+10
* Once we've found the stage2 media on CD, always use it (#443736).Chris Lumens2008-04-231-1/+3
* Change mount point for CD to /mnt/stage2 when looking for stage2 (#443755).Chris Lumens2008-04-232-6/+4
* Changes related to BZ #230949David Cantrell2008-04-211-12/+39
* Don't look for .discinfo on the rescue CD (#442098).Chris Lumens2008-04-181-1/+1
* Revert "Don't look for a .discinfo file in rescue mode (jvonau, #442098)."Chris Lumens2008-04-181-3/+8
* Revert "Fix figuring out that the CD has stage2 on it and should be mounted."Chris Lumens2008-04-181-1/+2
* Don't put an extra slash on the error messageJoel Andres Granados2008-04-181-1/+1
* Kernel changed howw the uevent API works for firmware loading *AGAIN*.Peter Jones2008-04-171-65/+38
* Expose the log file descriptors so fwloader can avoid closing them whenPeter Jones2008-04-172-7/+13
* Fix figuring out that the CD has stage2 on it and should be mounted.Chris Lumens2008-04-161-2/+1
* Don't copy the stage2 image on NFS installs (#438377).Chris Lumens2008-04-161-11/+11
* Don't look for a .discinfo file in rescue mode (jvonau, #442098).Chris Lumens2008-04-151-8/+3
* Try to mount the NFS source in loader to verify it is correct.Chris Lumens2008-04-091-3/+21
* Ignore warnings in copying /etc and /var for now.Chris Lumens2008-04-091-2/+2