summaryrefslogtreecommitdiffstats
path: root/loader/hdinstall.c
Commit message (Expand)AuthorAgeFilesLines
* Check the return value of get_file_list (#741466)Brian C. Lane2011-09-291-1/+1
* Move most anaconda mount points to be under /mnt/install.Chris Lumens2011-04-131-19/+19
* Fixup rindex usage (#678086)Brian C. Lane2011-03-241-1/+1
* Clarify that loader method entries are looking for a tree.Chris Lumens2011-02-251-5/+5
* Move all kickstart functions into kickstart.c.Chris Lumens2011-01-251-55/+0
* Use glib for getPartitionsList()David Cantrell2010-10-211-2/+2
* Add some debugging prints.Chris Lumens2010-10-151-0/+2
* Use parseDeviceAndDir instead of reimplementing the same things two more times.Chris Lumens2010-10-151-39/+20
* Rework how image loading works for HD installs.Chris Lumens2010-10-151-142/+116
* Get rid of mountLoopback and umountLoopback.Chris Lumens2010-10-071-1/+1
* Pass size of structure not a size of pointer to calloc (#592227)Martin Sivak2010-07-071-1/+1
* Add a slash to the path pointing to hdinstall dir (#592154)Martin Sivak2010-06-291-2/+2
* Move isys and booty into the pyanaconda/ directory, adjust paths to match.Chris Lumens2010-06-281-4/+4
* Set repository in kickstart harddrive command (#592239)Radek Vykydal2010-05-261-0/+9
* Use module reloading in driver disc operations (#590015)Martin Sivak2010-05-071-2/+2
* Use g_str_has_suffix() to check end of stringDavid Cantrell2010-05-031-2/+2
* Find stage2 install.img on local hd installsDavid Cantrell2010-05-031-20/+27
* Default to /images/install.img if no dir is given in stage2=hd: (#528809)Radek Vykydal2010-04-121-1/+4
* move log.c from loader into isys.Ales Kozumplik2010-03-081-1/+1
* Remove test mode from the loader, too.Chris Lumens2009-12-031-3/+0
* Introduces check_asprintf macro that checks asprintfs return value and termin...Ales Kozumplik2009-11-191-36/+14
* Replace all popt use with glib's option parsing code.David Cantrell2009-11-181-16/+20
* Fix going back from hd install UI when stage2 is given as boot param (#519206).Radek Vykydal2009-09-171-7/+4
* No longer force ISOs to be on ext2, ext3, or vfat partitions.Chris Lumens2009-04-171-60/+51
* Fix a segfault when the wrong HDISO repo parameter is given.Chris Lumens2008-10-011-1/+1
* Look in images/ for install.img on HDISO (#463474).Chris Lumens2008-09-291-1/+1
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-0/+519