summaryrefslogtreecommitdiffstats
path: root/loader2/cdinstall.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* merge changes from taroon branchJeremy Katz2003-08-201-0/+1
* addresses bug #99443 by freeing CD drive during CD based rescue mode if enoug...Mike Fulbright2003-08-121-3/+28
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-1/+2
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-2/+2
* rest of remount tweaksMike Fulbright2003-05-011-2/+2
* bump copyrightsMike Fulbright2003-03-281-1/+1
* add ability to hint we just want to find a cd with stage2, but not necessaril...Mike Fulbright2003-03-281-5/+9
* merge taroon branch up until now. tagged as before-taroon-merge before andJeremy Katz2003-03-211-7/+0
* support bind mounts for upgrade/rescue mode.Jeremy Katz2003-02-181-2/+2
* only nag about mediacheck if we are not in rescue mode, and dont be anal abou...Mike Fulbright2003-01-291-3/+4
* make sure there is a .discinfo file before we try to mount the CD as a possib...Mike Fulbright2003-01-281-1/+2
* this would work a lot better. oopsJeremy Katz2003-01-201-1/+1
* s390 funJeremy Katz2003-01-171-0/+4
* don't substitute PRODUCTNAME at build time and instead read it fromJeremy Katz2003-01-131-6/+6
* add support for pulling ks.cfg from hd or cdMike Fulbright2002-12-171-0/+38
* clean up lang.c, remove duplicate codewMatt Wilson2002-12-171-1/+12
* add ks supportMike Fulbright2002-12-041-2/+13
* add a data structure to hold loader data and pass it around lots of placesJeremy Katz2002-12-031-0/+1
* added hd install supportMike Fulbright2002-12-031-0/+4
* moved function out to method.c and cleaned up logic when going through CDs fo...Mike Fulbright2002-12-031-128/+17