summaryrefslogtreecommitdiffstats
path: root/loader2/cdinstall.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-508/+0
* When mount fails, pass the error message up to the UI layer.Chris Lumens2008-08-251-2/+2
* Rest of stage2.img changes.David Cantrell2008-08-131-4/+4
* Make it more explicit we want the stage2.img URL, not the repo URL.Chris Lumens2008-08-131-2/+2
* 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
* Support booting from FCP-attached CD/DVD drive on s390 (#184648)David Cantrell2008-07-171-2/+0
* Fix a segfault when displaying the wrong CD message.Chris Lumens2008-07-141-4/+4
* Display a status message while waiting for the CD to become ready.Chris Lumens2008-07-111-0/+9
* 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
* Use %m rather than strerror() where appropriate.Peter Jones2008-07-081-8/+4
* 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-271-17/+39
* Enable media check again, and let it check the boot.iso.Chris Lumens2008-06-181-54/+35
* Strip cdinstall.c down to just looking for the stage2 image.Chris Lumens2008-06-181-54/+26
* mountStage2 no longer takes a directory argument.Chris Lumens2008-06-181-10/+4
* Change mount point for CD to /mnt/stage2 when looking for stage2 (#443755).Chris Lumens2008-04-231-5/+3
* 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
* Fix figuring out that the CD has stage2 on it and should be mounted.Chris Lumens2008-04-161-2/+1
* Don't look for a .discinfo file in rescue mode (jvonau, #442098).Chris Lumens2008-04-151-8/+3
* Try to guess what Chris meant. At least we'll compileJeremy Katz2008-03-041-1/+1
* Support stage2= for CD installs in loader.Chris Lumens2008-03-041-6/+21
* mountStage2 now needs to take an extra argument for where updates are.Chris Lumens2008-03-041-4/+9
* Use the mount program instead of our own code.Chris Lumens2008-02-111-4/+2
* Fix error message on continuing after changing cds with mediacheckJeremy Katz2008-02-071-1/+1
* Adjust loader to new hardware code.Bill Nottingham2007-12-201-2/+2
* Adjust to removal of moduleDeps and moduleList.Bill Nottingham2007-12-191-10/+4
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-4/+4
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-9/+16
* When retrying to locate the install CD, don't keep adding /dev/.Chris Lumens2007-12-111-4/+7
* Use libcheckisomd5 from standalone isomd5sum packageJeremy Katz2007-12-101-67/+2
* Handle CDs by actual device name, not a /tmp/cdrom device node.Bill Nottingham2007-12-071-30/+22
* Don't download images into /tmp/ramfs; use /tmpJeremy Katz2007-12-061-2/+2
* Only run media check if we're installing off the CD (#362561).Chris Lumens2007-11-191-1/+2
* - remove sdupprintf(), use asprintf() instead.Peter Jones2007-10-221-12/+15
* Pass /mnt/stage2 as the location to mount the rescue CD on when checking for aChris Lumens2007-09-271-27/+32
* Same change you just saw on rhel5-branch ported to the HEAD branch.David Cantrell2007-08-061-1/+1
* Use "disc" instead of "CD" in dialogs (#242830).Chris Lumens2007-06-061-22/+22
* If there's an error getting the kickstart file, display an error message thatChris Lumens2006-11-211-1/+1
* Better error handling and logging.Chris Lumens2006-08-031-2/+9
* more s390 fixageJeremy Katz2006-07-281-0/+2