summaryrefslogtreecommitdiffstats
path: root/loader2/modules.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed loader2 subdirectory to loader (hooray for git)David Cantrell2008-08-251-30/+0
|
* Map 'nousb', 'nofirewire', etc. to be proper module blacklists.Bill Nottingham2008-01-241-0/+1
| | | | Also, remove some extraneous flags in the process.
* Don't handle all aspects of module loading ourselves - just wrap modprobe.Bill Nottingham2007-12-191-38/+4
| | | | | | | | | | | | 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
|
* Make the boot flags variable global. We don't need to pass it (or a pointer ↵David Cantrell2006-06-121-4/+3
| | | | to it) all over the place.
* 2005-10-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-10-201-6/+0
| | | | * anaconda.spec: Bump version.
* thanks to alsa, it's now way too easy to buffer overflow the loaderBill Nottingham2004-02-251-1/+1
| | | | when testing
* merge taroon branch. mostly package bits, but a lot of other misc stuffJeremy Katz2003-06-061-3/+2
| | | | and cleanups in here too
* merge taroon branch up until now. tagged as before-taroon-merge before andJeremy Katz2003-03-211-0/+4
| | | | | will be tagged after-taroon-merge after. taroon at this point is tagged taroon-merge-point for where to base merges from in the future
* bogus comment nowJeremy Katz2003-01-091-1/+1
|
* write out /tmp/scsidisks after we're done loading modules with theJeremy Katz2002-12-131-0/+2
| | | | | correspondence between sds and scsi adapters so that the second stage has a way to filter out things like usb or firewire drives
* * add a usecancel param for the driver disk dialog so we can use it even ifJeremy Katz2002-12-111-1/+4
| | | | | | | back doesn't make any sense * make sure we got new drivers that we care about from the driver disk * manual driver selection and loading (with arbitrary args) * lots of stuff to get noprobe mostly working
* restructuring and clean up of some of the older unused code in the loader.Jeremy Katz2002-11-261-0/+43
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