summaryrefslogtreecommitdiffstats
path: root/loader2/modstubs.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't handle all aspects of module loading ourselves - just wrap modprobe.Bill Nottingham2007-12-191-28/+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
* GPLv2+ boilerplates for loader2/ source files.David Cantrell2007-12-171-0/+19
|
* let's start on 2.6...Jeremy Katz2003-11-141-3/+1
| | | | | try to write some module loading code modules are .ko, not .o
* add a data structure to hold loader data and pass it around lots of placesJeremy Katz2002-12-031-0/+3
| | | | | kickstart basically works now. need to hook up sources other than nfs for installing and getting kickstart file from other than floppy and file
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+8
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