summaryrefslogtreecommitdiffstats
path: root/loader2/hdinstall.c
Commit message (Expand)AuthorAgeFilesLines
* Use the mount program instead of our own code.Chris Lumens2008-02-111-1/+1
* Make loopback device purposes line up with what stage2 expects.Chris Lumens2008-02-061-2/+2
* Use /mnt/source and /mnt/isodir just like nfsiso installs.Chris Lumens2008-02-041-16/+10
* Don't use quite so many slashes in path names.Chris Lumens2008-02-041-2/+9
* Adjust loader to new hardware code.Bill Nottingham2007-12-201-2/+2
* Adjust to removal of moduleDeps and moduleList.Bill Nottingham2007-12-191-13/+7
* 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
* Adjust to new udev world. Use actual device names, not /tmp/<whatever>.Bill Nottingham2007-12-071-6/+4
* Don't download images into /tmp/ramfs; use /tmpJeremy Katz2007-12-061-1/+1
* - remove sdupprintf(), use asprintf() instead.Peter Jones2007-10-221-9/+11
* Set up the method parameter to match what the rest of anaconda expectsChris Lumens2007-09-051-5/+4
* 2007-08-23 Jeremy Katz <katzj@redhat.com>Jeremy Katz2007-08-231-38/+59
* Same change you just saw on rhel5-branch ported to the HEAD branch.David Cantrell2007-08-061-1/+1
* Change prototype of chooseManualDriver to take a loaderData instead of severalChris Lumens2007-06-221-4/+2
* Fix test for NULL (#222767, Zhang Yanmin <yanmin.zhang AT intel.com>).Chris Lumens2007-01-161-1/+1
* If there's an error getting the kickstart file, display an error message thatChris Lumens2006-11-211-4/+4
* * loader2/cdinstall.c: loaderData->method is now an int.David Cantrell2006-07-271-281/+221
* 2006-06-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-06-301-5/+5
* Make the boot flags variable global. We don't need to pass it (or a pointer ...David Cantrell2006-06-121-18/+20
* 2006-02-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-191-1/+1
* 2005-11-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-091-8/+4
* 2005-10-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-201-2/+2
* 2005-09-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-09-151-1/+2
* Support logging levels in the loader just like in the python parts of theChris Lumens2005-08-131-31/+32
* 2005-06-13 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-06-131-4/+4
* * loader2/method.c: make validIsoImages check the buildstamp and reportPeter Jones2005-01-251-1/+1
* 2004-11-02 Tim Waugh <twaugh@redhat.com>twaugh2004-11-021-3/+4
* 2004-10-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-10-141-2/+2
* 2004-09-28 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-281-1/+1
* 2004-09-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2004-09-271-1/+4
* add patch from Rezwanul_Kabir (AT dell DOT com) to add support for usingJeremy Katz2004-07-091-2/+79
* move partition list code out into its own file, let it take a drive to onlyJeremy Katz2004-06-091-138/+2
* remove some Red Hat-ismsBill Nottingham2003-12-161-2/+2
* switch to using kudzu's probeDevices() instead of the isys knownDevicesJeremy Katz2003-11-221-7/+4
* read product path from the build stamp if possible, default to RedHat if notJeremy Katz2003-10-141-5/+5
* massive merge from taroon branch. changes are all over the place, but aJeremy Katz2003-07-081-1/+9
* remove unused legacy debugging code, as well as ill fated attempt to mount st...Mike Fulbright2003-06-231-50/+33
* merge from taroon. highlights of this time aroundJeremy Katz2003-06-231-0/+1
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-11/+12
* remove spurious debugging codeMike Fulbright2003-05-051-9/+0
* rest of remount tweaksMike Fulbright2003-05-011-1/+1
* oops we werent unmounting partition if we failed to find a set of ISOsMike Fulbright2003-04-301-0/+6
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-0/+11
* check stamp for hd installsMike Fulbright2003-04-021-2/+18
* bump copyrightsMike Fulbright2003-03-281-1/+1
* made it so we loopback mount stage2 now, and we look for graphical stage2 firstMike Fulbright2003-03-281-0/+64
* add a way to skip the probe if we're going into loadDriverFromMedia fromJeremy Katz2003-02-181-2/+2
* support bind mounts for upgrade/rescue mode.Jeremy Katz2003-02-181-1/+1
* don't substitute PRODUCTNAME at build time and instead read it fromJeremy Katz2003-01-131-1/+1