summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.c
Commit message (Expand)AuthorAgeFilesLines
* fix myself sux: don't unconditionnally fgets /proc/modules, because fopenGuillaume Cottenceau2003-03-141-8/+9
* hd_usb.img -> hdcdrom_usb.imgGuillaume Cottenceau2003-02-281-1/+1
* fake support the firewire in stage1 (as if it were usb ;p)Guillaume Cottenceau2002-09-051-1/+1
* compile with -WGuillaume Cottenceau2002-07-031-2/+6
* suggest other.img in file-not-found-in-archive (sugg David FaureGuillaume Cottenceau2002-01-141-1/+1
* fpons is a sucking chiefGuillaume Cottenceau2001-12-041-3/+1
* fixed gégé sucking.Francois Pons2001-12-041-0/+2
* typo of last commit (unused variable -> could not compile)Guillaume Cottenceau2001-12-031-3/+0
* remove unneeded handling of "alias scsi_hostadapter"Guillaume Cottenceau2001-11-291-12/+1
* oops forgot to umount after "updatemodules"...Guillaume Cottenceau2001-10-221-0/+1
* mount all but ramdisk Read OnlyGuillaume Cottenceau2001-08-221-1/+1
* allow to escape from Update Modules if you don't want to insert an ext2 floppyGuillaume Cottenceau2001-07-271-2/+5
* Disk -> Floppy for Update Modules diskGuillaume Cottenceau2001-07-271-1/+1
* pass "--blank" to DrakX when module loading is disabledGuillaume Cottenceau2001-07-261-1/+1
* - add "changedisk" featureGuillaume Cottenceau2001-07-261-0/+66
* fix minor bug detecting when modules are presentGuillaume Cottenceau2001-06-051-1/+1
* add log for modules aliasing of SCSI driversGuillaume Cottenceau2001-05-171-0/+1
* don't write nonsense code to separate frontend from stage1,Guillaume Cottenceau2001-05-171-1/+1
* better modules handling interface (use of enum rather than guessing single nu...Guillaume Cottenceau2001-05-151-12/+14
* Provide some description of the driversGuillaume Cottenceau2001-04-301-1/+19
* - do not print warning when we are in AUTOMATIC and insmod failed because of ...Guillaume Cottenceau2001-04-061-2/+2
* use modutils for non Intel arch'sGuillaume Cottenceau2001-02-221-1/+1
* ask for modules parameters everytime in expert mode, to avoid wrong autodetec...Guillaume Cottenceau2001-02-131-11/+2
* - better log of nfs mount errorsGuillaume Cottenceau2001-02-131-0/+19
* - use description of network cards when you have to select between interfaces...Guillaume Cottenceau2001-02-071-0/+2
* - slighty change the message when exiting successfully from install, to not m...Guillaume Cottenceau2001-02-061-1/+1
* - use bzlib instead of zlib to reduce overall sizeGuillaume Cottenceau2001-01-261-4/+8
* consistent dot-terminated error messages, consistent no-dot log messagesGuillaume Cottenceau2001-01-221-2/+2
* - add load of third party modules in Expert mode (PS rulz)Guillaume Cottenceau2001-01-121-1/+1
* polish generic blank.img situation (no modules and/or modules.dep available)Guillaume Cottenceau2001-01-111-19/+23
* continue anyway when insmod'ing of modules fail (for blank.img)Guillaume Cottenceau2001-01-111-3/+5
* uglyfy my shiny modules-loading code to save some stuff in /etc/modules.conf ...Guillaume Cottenceau2001-01-061-12/+83
* support load of modules with parameters when insmod failed without parameter ...Guillaume Cottenceau2001-01-021-10/+30
* nice handle of automatic mode for cdrom installGuillaume Cottenceau2000-12-181-0/+2
* - network/nfs worksGuillaume Cottenceau2000-12-161-5/+3
* - add pci probing featureGuillaume Cottenceau2000-12-121-15/+56
* week-end stuff: now supports second stage as a ramdiskGuillaume Cottenceau2000-12-111-2/+1
* first draft can detect your cdrom drivesGuillaume Cottenceau2000-12-071-0/+203