summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Expand)AuthorAgeFilesLines
* Use NetworkManager instead of libdhcp. (#458183)David Cantrell2008-08-2510-894/+876
* When mount fails, pass the error message up to the UI layer.Chris Lumens2008-08-256-29/+28
* Bring askmethod back to prompt for the location of install.img.Chris Lumens2008-08-252-3/+6
* Copy the install.img to /tmp on HD installs.Chris Lumens2008-08-141-14/+19
* Fix a typo (dcantrell).Chris Lumens2008-08-141-1/+1
* Expert mode was disabled in 2004. Remove it now.Chris Lumens2008-08-142-10/+2
* If the UI was used to specify a repo, construct a repo param (#458899).Chris Lumens2008-08-143-0/+6
* Correctly handle typos in the stage2 location when inferred from repo=.Chris Lumens2008-08-135-0/+57
* Rest of stage2.img changes.David Cantrell2008-08-135-11/+11
* Fix the loader UI when prompting for stage2.img on HDISO.Chris Lumens2008-08-131-8/+10
* Make it more explicit we want the stage2.img URL, not the repo URL.Chris Lumens2008-08-135-14/+14
* Copy the changes from RHEL5 for the linuxrc.s390 over.Chris Lumens2008-08-121-71/+82
* Handle 'rescue' and %post in rescue modeAlexander Todorov2008-08-111-5/+5
* Fix segfaults on interactive NFS installs (#458416).Chris Lumens2008-08-082-9/+12
* Remove extra newtPopWindow() call that was causing a crash (#260621).David Cantrell2008-08-061-1/+0
* If we're booting off the boot.iso, don't prompt for lang or kbd (#457595).Chris Lumens2008-08-061-4/+22
* 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