summaryrefslogtreecommitdiffstats
path: root/loader2/hdinstall.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-519/+0
* When mount fails, pass the error message up to the UI layer.Chris Lumens2008-08-251-1/+1
* Copy the install.img to /tmp on HD installs.Chris Lumens2008-08-141-14/+19
* If the UI was used to specify a repo, construct a repo param (#458899).Chris Lumens2008-08-141-0/+2
* Correctly handle typos in the stage2 location when inferred from repo=.Chris Lumens2008-08-131-0/+6
* Rest of stage2.img changes.David Cantrell2008-08-131-1/+1
* 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-131-7/+7
* Remove support for generating a minstg2.img image.David Cantrell2008-07-241-7/+2
* Use %m rather than strerror() where appropriate.Peter Jones2008-07-081-14/+7
* Check return value of asprintf() consistentlyDavid Cantrell2008-06-271-14/+48
* Strip hdinstall.c down to just looking for the stage2 image.Chris Lumens2008-06-181-173/+45
* Strip cdinstall.c down to just looking for the stage2 image.Chris Lumens2008-06-181-1/+1
* mountStage2 no longer takes a directory argument.Chris Lumens2008-06-181-1/+1
* Rename methodData to stage2Data, since that's more appropriate.Chris Lumens2008-06-181-6/+6
* Change mount point for CD to /mnt/stage2 when looking for stage2 (#443755).Chris Lumens2008-04-231-1/+1
* Fix a segfault freeing memory on boot.iso+hdiso installs.Chris Lumens2008-03-301-5/+10
* Tear down the right loopback device before going to stage2.Chris Lumens2008-03-281-1/+1
* Handle /dev being on hard drive devices in the second stageJeremy Katz2008-03-201-2/+2
* Always unmount /mnt/source on hdiso installs before starting stage2.Chris Lumens2008-03-191-1/+2
* Fix format of method=hd: parameter (#438075).Chris Lumens2008-03-181-6/+5
* Work on support for NFSISO installs when using boot.iso.Chris Lumens2008-03-181-1/+1
* On HDISO installs, look for the stage2.img file in the right directory.Chris Lumens2008-03-141-12/+12
* Fix the format of the method=hd: parameter.Chris Lumens2008-03-131-4/+6
* Fix detection of ISO images on a hard drive partition.Chris Lumens2008-03-111-3/+3
* Support stage2= for HD installs.Chris Lumens2008-03-041-33/+71
* If stage2= is given, it overrides the check for a CD stage2 image.Chris Lumens2008-03-041-3/+7
* 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