summaryrefslogtreecommitdiffstats
path: root/loader/method.c
Commit message (Expand)AuthorAgeFilesLines
* Move most anaconda mount points to be under /mnt/install.Chris Lumens2011-04-131-19/+19
* devt.h is no longer useful, remove it.Chris Lumens2011-03-031-2/+0
* Remove unused unpackCpioBall() function.David Cantrell2010-11-101-34/+0
* Use unpack_archive_file() instead of unpackCpioBall()David Cantrell2010-11-101-2/+2
* Don't look for a CD number in readStampFileFromIso.Chris Lumens2010-10-291-33/+0
* Remove a bunch of unused support functions.Chris Lumens2010-10-151-35/+0
* Remove the unused mountNfsImage and all code that was only called by it.Chris Lumens2010-10-151-71/+0
* Remove the unused iurlinfo, urlInstallData, and fix up URL kickstarts.Chris Lumens2010-10-151-7/+0
* Get rid of mountLoopback and umountLoopback.Chris Lumens2010-10-071-83/+6
* Clarify loopback mount log message (#633444).Chris Lumens2010-09-221-4/+3
* Adding output to method selection processBrian C. Lane2010-08-271-6/+29
* Pass size of structure not a size of pointer to calloc (#592227)Martin Sivak2010-07-071-4/+4
* Move isys and booty into the pyanaconda/ directory, adjust paths to match.Chris Lumens2010-06-281-4/+4
* removal: umountStage2().Ales Kozumplik2010-04-231-6/+0
* nfs: direct mounting of stage2.Ales Kozumplik2010-04-231-0/+21
* loader: strip trailing slash character from stage2= URL.Ales Kozumplik2010-04-231-0/+10
* Derive stage2= from repo=nfsiso: correctly (#565885)Radek Vykydal2010-03-171-0/+8
* move log.c from loader into isys.Ales Kozumplik2010-03-081-1/+1
* Fix whitespace error that was introduced.Peter Jones2010-01-191-1/+1
* setStage2LocFromCmdline() shouldn't strdup so much.Peter Jones2010-01-191-34/+33
* Fix implicit declaration of things in sys/stat.h.Chris Lumens2010-01-121-0/+1
* Introduces check_asprintf macro that checks asprintfs return value and termin...Ales Kozumplik2009-11-191-4/+1
* Sleep if the kickstart file read fails (#537361)Ales Kozumplik2009-11-191-2/+11
* Consolidate the parsing of nfs: locations for ks= and stage2= (#529197)Stijn Hoop2009-11-031-6/+4
* Add proxy support to kickstart in the loader.Chris Lumens2009-09-301-1/+1
* libcurl supports https in addition to http, so change our tests.Chris Lumens2009-09-301-1/+1
* Use mount -t auto instead of passing a list of valid fstypes (#477328).Chris Lumens2009-01-051-4/+2
* Fix a segfault when the wrong HDISO repo parameter is given.Chris Lumens2008-10-011-4/+6
* Add another mount function that takes a list of fstypes to try.Chris Lumens2008-08-261-16/+8
* Download progress indicator for FTP and HTTP in stage 1.David Cantrell2008-08-251-3/+4
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-0/+540