summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Expand)AuthorAgeFilesLines
* Disable logging in the firmware loader, since it clobbers other log messages.Peter Jones2008-07-301-0/+4
* Fix another NFS kickstart segfault (#456461).Chris Lumens2008-07-241-2/+2
* Remove support for generating a minstg2.img image.David Cantrell2008-07-244-32/+7
* METHOD_CDROM is now supported on s390 (jgranado).Chris Lumens2008-07-241-2/+0
* Fix test for if we could access stage2.img on the CD (wwoods).Chris Lumens2008-07-241-1/+1
* Look for updates.img and product.img on the boot.iso.Chris Lumens2008-07-241-0/+20
* Compile fixes.anaconda-11.4.1.17-1Chris Lumens2008-07-232-4/+6
* Code cleanup - handling of --serialAlexander Todorov2008-07-231-4/+3
* Offer physical NIC identification in stage 1 (#261101)David Cantrell2008-07-221-15/+82
* Fix getting the stage2 image when doing kickstart installs.Chris Lumens2008-07-221-9/+28
* Support booting from FCP-attached CD/DVD drive on s390 (#184648)David Cantrell2008-07-174-248/+280
* Set interface MTU if user specified mtu= param (#435874)David Cantrell2008-07-161-8/+34
* It's called crypto_blkcipher.ko these days.Chris Lumens2008-07-161-1/+1
* Fix a segfault when displaying the wrong CD message.Chris Lumens2008-07-141-4/+4
* Use the right stage2.img path for kickstart URL installs (#452140).Chris Lumens2008-07-111-4/+9
* Display a status message while waiting for the CD to become ready.Chris Lumens2008-07-111-0/+9
* In cmdline mode, give some feedback when transferring loader files.Chris Lumens2008-07-111-3/+6
* If network config info isn't provided for cmdline, abort.Chris Lumens2008-07-111-3/+11
* If we're not given a method in cmdline mode, we have to quit.Chris Lumens2008-07-111-1/+5
* In cmdline mode, set language to the default if none is provided.Chris Lumens2008-07-111-4/+5
* Don't stop on the method screen if stage2= is provided.Chris Lumens2008-07-111-4/+7
* Fix whitespace silliness.Peter Jones2008-07-101-2/+2
* Fix closing the drive door so that if the kernel happens to start giving us t...Peter Jones2008-07-101-5/+93
* Correct argument order for newtWinMessage.Chris Lumens2008-07-101-4/+5
* Fix the mysterious Error: OK message.Chris Lumens2008-07-101-12/+4
* The return value from mediaCheckCdrom is totally useless.Chris Lumens2008-07-101-8/+4
* 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