Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed loader2 subdirectory to loader (hooray for git) | David Cantrell | 2008-08-25 | 1 | -30/+0 |
| | |||||
* | Map 'nousb', 'nofirewire', etc. to be proper module blacklists. | Bill Nottingham | 2008-01-24 | 1 | -0/+1 |
| | | | | Also, remove some extraneous flags in the process. | ||||
* | Don't handle all aspects of module loading ourselves - just wrap modprobe. | Bill Nottingham | 2007-12-19 | 1 | -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 Cantrell | 2007-12-17 | 1 | -0/+19 |
| | |||||
* | Make the boot flags variable global. We don't need to pass it (or a pointer ↵ | David Cantrell | 2006-06-12 | 1 | -4/+3 |
| | | | | to it) all over the place. | ||||
* | 2005-10-20 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-10-20 | 1 | -6/+0 |
| | | | | * anaconda.spec: Bump version. | ||||
* | thanks to alsa, it's now way too easy to buffer overflow the loader | Bill Nottingham | 2004-02-25 | 1 | -1/+1 |
| | | | | when testing | ||||
* | merge taroon branch. mostly package bits, but a lot of other misc stuff | Jeremy Katz | 2003-06-06 | 1 | -3/+2 |
| | | | | and cleanups in here too | ||||
* | merge taroon branch up until now. tagged as before-taroon-merge before and | Jeremy Katz | 2003-03-21 | 1 | -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 now | Jeremy Katz | 2003-01-09 | 1 | -1/+1 |
| | |||||
* | write out /tmp/scsidisks after we're done loading modules with the | Jeremy Katz | 2002-12-13 | 1 | -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 if | Jeremy Katz | 2002-12-11 | 1 | -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 Katz | 2002-11-26 | 1 | -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 |