summaryrefslogtreecommitdiffstats
path: root/loader2/cdinstall.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Typo fix.David Cantrell2006-07-271-1/+1
* * loader2/cdinstall.c: loaderData->method is now an int.David Cantrell2006-07-271-133/+133
* 2006-06-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-301-15/+5
* Look for the kickstart file on all CD drives (notting, #197192).Chris Lumens2006-06-291-9/+12
* Fixed corrupted double-linked list problem.David Cantrell2006-06-271-48/+58
* Make the boot flags variable global. We don't need to pass it (or a pointer ...David Cantrell2006-06-121-14/+13
* Rewording for the media check prompt dialog.David Cantrell2005-12-011-5/+5
* 2005-09-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-151-3/+3
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-131-11/+10
* 2005-05-05 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-05-051-1/+1
* fix mediacheck calls from installer.Peter Jones2005-04-281-2/+5
* 2005-04-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-04-171-1/+1
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-1/+1
* 2005-03-29 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-03-291-2/+2
* Don't unlink device (#151232)Paul Nasrat2005-03-211-1/+1
* parsepvd() doesn't want md5sum to be unsigned any more.Peter Jones2005-03-021-1/+1
* Eject CD when failing (#147272)Paul Nasrat2005-02-231-0/+1
* 2004-09-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-231-2/+2
* don't segfault if there's not a device (#122019)Jeremy Katz2004-04-291-0/+1
* use PROBE_LOADED as appropriate (it only really does anything for networkJeremy Katz2004-03-121-2/+2
* don't include non-existent devs in cd probesJeremy Katz2004-03-041-2/+2
* switch to using kudzu's probeDevices() instead of the isys knownDevicesJeremy Katz2003-11-221-34/+20
* read product path from the build stamp if possible, default to RedHat if notJeremy Katz2003-10-141-4/+11