summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Expand)AuthorAgeFilesLines
* 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
* canProbeDevices always returns 1, so remove it.Chris Lumens2007-11-153-46/+22
* Explicitly set mountOpts to NULL.Chris Lumens2007-11-131-0/+2
* Fix a traceback when building the updates partition dialog (#372011).Chris Lumens2007-11-131-1/+3
* Fix the build by defining a variable that was being used.Chris Lumens2007-11-081-1/+1
* Add the nicdelay command line option (#349521)Martin Sivak2007-11-062-0/+12
* move existing cvsignores to gitignore; remove ones no longer neededJeremy Katz2007-11-051-0/+0
* Set re-IPL device before reboot on s390xDavid Cantrell2007-11-052-4/+27
* Add error handling to allocations in ourInsmodCommand() .Peter Jones2007-11-051-3/+22
* It's MALLOC_CHECK_, not _MALLOC_CHECK (#354131).Chris Lumens2007-10-261-1/+1
* Clean up after findAnacondaCD if the user provided an invalid URL so retriesChris Lumens2007-10-241-0/+4
* Fix processing of ks=<whatever> ksdevice=(link|bootif). Free some moreChris Lumens2007-10-222-9/+14
* - remove sdupprintf(), use asprintf() instead.Peter Jones2007-10-2215-124/+143
* - fix some missing close(), gunzip_close(), and munmap() callsPeter Jones2007-10-192-3/+11
* - close /.buildstamp when we're done parsing itPeter Jones2007-10-191-0/+3
* - avoid double gunzip_close() when we get a bad kbd file.Peter Jones2007-10-191-2/+2
* - fix missing closedir() calls.Peter Jones2007-10-191-2/+5
* - close /proc/net/dev when we're done with it.Peter Jones2007-10-191-0/+1
* Use the netlink code to get our IP address, instead of trusting thatChris Lumens2007-10-192-14/+18