summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update EDD code for new probing code.Bill Nottingham2007-12-201-5/+2
* Add some simple hardware probing code that uses sysfs.Bill Nottingham2007-12-203-2/+209
* Remove extraneous include.Bill Nottingham2007-12-201-2/+0
* Fix the build.Chris Lumens2007-12-191-4/+3
* Copy over the anaconda-written blacklists and options.Bill Nottingham2007-12-191-3/+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
* Add buildinstall.functions (DSO dependency finding)Bill Nottingham2007-12-191-0/+120
* Don't handle all aspects of module loading ourselves - just wrap modprobe.Bill Nottingham2007-12-196-1561/+165
* Remove obsolete bits that we no longer need with module trees.Bill Nottingham2007-12-194-179/+4
* Don't ship module balls; just ship a 'normal' /lib/modules and /lib/firmware ...Bill Nottingham2007-12-192-123/+51
* Switch to dynamic buildrequires.Bill Nottingham2007-12-191-6/+6
* Switch to a dynamically linked stage 1.Bill Nottingham2007-12-195-188/+46
* Ensure there's an active deviceJeremy Katz2007-12-191-1/+2
* Fix error reporting messages (sfernand, #242252).Chris Lumens2007-12-181-3/+3
* Don't immediately retry on downloading a package.Chris Lumens2007-12-181-0/+8
* Update to work with new system-config-keyboard.Chris Lumens2007-12-181-3/+3
* Bump versionanaconda-11.4.0.11-1Jeremy Katz2007-12-171-1/+9
* Validation of root password with cracklibHARA Hiroshi2007-12-173-2/+28
* Minor fixes to liveinst shell scriptJeremy Katz2007-12-171-3/+3
* Fix path to swapoffJeremy Katz2007-12-171-1/+1
* Make doMethodComplete not depend on the yum backendJeremy Katz2007-12-173-17/+23
* Remove another line related to the release notes (hhara@miraclelinux.com).Chris Lumens2007-12-171-3/+0
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-17123-248/+248
* GPLv2+ boilerplates for the command-stubs/ files.David Cantrell2007-12-179-0/+156
* GPLv2+ boilerplates for scripts/ scripts and other such odds and ends.David Cantrell2007-12-1726-24/+436
* GPLv2+ boilerplates for stubs/ and utils/David Cantrell2007-12-1713-7/+234
* GPLv2+ boilerplates for liveinst/ files.David Cantrell2007-12-171-0/+15
* GPLv2+ boilerplates for isys/ source files.David Cantrell2007-12-1737-93/+627
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-1774-354/+1217
* GPLv2+ boilerplates on all installclasses/*.py files.David Cantrell2007-12-172-0/+38
* GPLv2+ boilerplates on all of the iw/*.py files.David Cantrell2007-12-1734-223/+441
* GPLv2+ license boilerplates for textw/*.py files.David Cantrell2007-12-1719-117/+242
* More GPLv2+ license boilerplate updates.David Cantrell2007-12-174-31/+61
* Common GPLv2+ boilerplate on toplevel python source files.David Cantrell2007-12-1750-346/+717
* Add license boilerplates to Makefiles.David Cantrell2007-12-1717-1/+323
* Update license tag to GPLv2+David Cantrell2007-12-171-1/+1
* Bump version.anaconda-11.4.0.10-1Jeremy Katz2007-12-151-1/+11
* Add support for encryption via autopart.Jeremy Katz2007-12-146-1/+48
* Avoid unnecessary downloading and caching by not setting mediaid (#422801).Chris Lumens2007-12-141-1/+1
* Don't copy the stage2 image over for NFS installs.Chris Lumens2007-12-142-23/+26
* Remove an unused function.Chris Lumens2007-12-141-6/+0
* Allow going back to package selection after transaction errors.Chris Lumens2007-12-142-3/+9
* Add file conflicts to the transaction errors we show the user.Chris Lumens2007-12-141-14/+30
* Remove isomd5sum/.gitignoreDavid Cantrell2007-12-131-4/+0
* New version.anaconda-11.4.0.9-1Chris Lumens2007-12-131-1/+15
* 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-1312-70/+79
|\
| * Create full paths before trying to make device nodes.Chris Lumens2007-12-131-1/+8