summaryrefslogtreecommitdiffstats
path: root/loader2/moduledeps.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't handle all aspects of module loading ourselves - just wrap modprobe.Bill Nottingham2007-12-191-202/+0
| | | | | | | | | | | | This includes: - removal of the moddeps code - removal of the module list tracking For handling passed options in the installed system, write a /etc/modprobe.d files with: 1) any options passed on the installer command line 2) any modules blacklisted via the command line 3) any options directly specified for modules
* Clean up typos and other things for GPLv2+ changes.David Cantrell2007-12-171-4/+4
| | | | | | | Shorten 'Red Hat Author(s)' to just 'Author(s)'. Perhaps eventually we'll get an AUTHORS file and will just remove author names from the individual files. Also fixed a type in scripts/dumphdrlist.py where Author was listed twice.
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-9/+15
|
* another read with ignored return. I sure wish warn_unused_result could bePeter Jones2005-03-021-1/+2
| | | | stifled by casting to void, like in the old days.
* apply hj lu's patch to handle \\ in modules.dep more correctly (#92094)Jeremy Katz2003-10-161-1/+23
|
* driver disks should work now, from cds as well as floppiesJeremy Katz2002-12-021-0/+40
|
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+133
still a lot to do, but this gets to stage2 for cd, nfs, http, and ftp booting from either the cd initrd or the pxe initrd