summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Expand)AuthorAgeFilesLines
* Add the arch to the top line everywhere else.Chris Lumens2008-01-111-3/+3
* Add the version number really early in the log file too.Chris Lumens2008-01-111-0/+2
* Add nicdelay parameter to loader, so we can wait before sending DHCP requestsMartin Sivak2008-01-101-1/+0
* Add dhcpdelay to loader so we can modify the default dhcp timeout (#198147, #...Martin Sivak2008-01-104-1/+12
* Free the grid like we do everywhere else.Chris Lumens2008-01-101-4/+3
* Don't double free buf.Chris Lumens2008-01-091-2/+0
* Make the URL entry box wider.Chris Lumens2008-01-091-1/+1
* If downloading the updates image fails, prompt for a new location.Chris Lumens2008-01-081-2/+49
* Fix a segfault in making the URL dialog box.Chris Lumens2008-01-071-1/+1
* Use a better test when populating the URL panel in loader.Chris Lumens2008-01-041-2/+2
* Use mkstemp() instead of tempnam()Jeremy Katz2007-12-271-7/+3
* Adjust loader to new hardware code.Bill Nottingham2007-12-2012-121/+57
* Fix the build.Chris Lumens2007-12-191-4/+3
* Remove obsolete hardware code.Bill Nottingham2007-12-196-487/+0
* Use udev to coldplug modules.Bill Nottingham2007-12-191-95/+40
* Adjust to removal of moduleDeps and moduleList.Bill Nottingham2007-12-1918-275/+70
* Don't handle all aspects of module loading ourselves - just wrap modprobe.Bill Nottingham2007-12-196-1561/+165
* Switch to a dynamically linked stage 1.Bill Nottingham2007-12-191-1/+1
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-1738-115/+115
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-1774-354/+1217
* Add license boilerplates to Makefiles.David Cantrell2007-12-171-0/+19
* Update list of crypto mods to load.David Lehman2007-12-131-1/+1
* Merge branch 'master' of git+ssh://git.fedorahosted.org/git/anacondaBill Nottingham2007-12-132-5/+4
|\
| * Don't try to parse a NULL ui structure.Chris Lumens2007-12-111-2/+3
| * Fix the implied ksfile name to use the system's IP address (#420281).Chris Lumens2007-12-111-3/+1
* | Remove function that does not do anything useful.Bill Nottingham2007-12-131-21/+0
|/
* When retrying to locate the install CD, don't keep adding /dev/.Chris Lumens2007-12-111-4/+7
* Remove more md5 bitsBill Nottingham2007-12-103-301/+2
* Use libcheckisomd5 from standalone isomd5sum packageJeremy Katz2007-12-105-458/+22
* Merge the FTP and HTTP methods into a single URL method.Chris Lumens2007-12-077-243/+88
* Adjust to new udev world. Use actual device names, not /tmp/<whatever>.Bill Nottingham2007-12-076-76/+58
* Handle CDs by actual device name, not a /tmp/cdrom device node.Bill Nottingham2007-12-071-30/+22
* Start udev from install init.Bill Nottingham2007-12-071-0/+5
* Copy /etc and /var from /mnt/runtime to the root filesystem.Bill Nottingham2007-12-071-4/+5
* Don't #ifdef the rename for s390 only - just do it if unlink() fails.Bill Nottingham2007-12-071-8/+6
* Remove final traces of /tmp/ramfs usageJeremy Katz2007-12-061-7/+0
* Just drop driver disks into /tmp instead of /tmp/ramfsJeremy Katz2007-12-061-4/+4
* Don't download images into /tmp/ramfs; use /tmpJeremy Katz2007-12-063-8/+8
* methodstr cleanups.Chris Lumens2007-12-051-13/+29
* remove duplicate lineBill Nottingham2007-11-301-2/+0
* Add support for ext4dev hidden away behind a command line optionJeremy Katz2007-11-291-2/+2
* ignore translations for the loaderJeremy Katz2007-11-281-0/+1
* Probe for USB on more busses (dwmw2 AT infraded DOT org, #401821).Chris Lumens2007-11-271-1/+1
* Add linear.ko to the modules available for rescue mode (#151742).Chris Lumens2007-11-271-1/+1
* Correct the previous patch, we were doing the nicdelay on the wrong place. (#...Martin Sivak2007-11-201-8/+10
* Only run media check if we're installing off the CD (#362561).Chris Lumens2007-11-191-1/+2
* Initial support for block devices encrypted using LUKS/dm-crypt.David Lehman2007-11-161-1/+1
* Fix the unused variable warning that breaks the build.Chris Lumens2007-11-151-1/+0
* Remove the ISA flag.Chris Lumens2007-11-152-14/+2
* Fix the obvious typo.Chris Lumens2007-11-151-1/+1