summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/modules.c
Commit message (Collapse)AuthorAgeFilesLines
...
* cleanup code using kernel_module_extension()Pascal Rigaux2004-11-041-8/+7
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* stage1 used to write files /tmp/network, /tmp/ifcfg-eth0, /etc/modules.confPascal Rigaux2004-07-011-1/+1
| | | | | | | but those files are in /stage1 after pivot rooting, so: - write modules.conf in /tmp instead of /etc - cp those files from /stage1/tmp to /tmp before umounting /stage1
* blank.img has been removed, so remove special code handling itPascal Rigaux2004-05-031-11/+1
|
* support automatic installs even when needing the additional drivers floppyGuillaume Cottenceau2004-02-181-2/+12
|
* support 2.6 insmoding for expert third party modules and loading named modulesGuillaume Cottenceau2004-02-171-17/+26
|
* try to detect regular floppy drivesGuillaume Cottenceau2004-02-121-3/+0
|
* use floppy_device rather than /dev/fd0 because we now support usb floppies ↵Guillaume Cottenceau2004-02-101-2/+2
| | | | as well
* differentiate no floppy disk in driver or ext2 fsGuillaume Cottenceau2004-02-031-2/+5
|
* don't forget to umount additional drivers floppy after successful copy of ↵Guillaume Cottenceau2004-01-261-0/+1
| | | | modules.mar (gc sux)
* better do 2.4->2.6 compat module alias as soon as possible to display ↵Guillaume Cottenceau2004-01-221-37/+40
| | | | correct stuff in logs and simplify code
* until we haven't loaded the usb interface and the keyboard usb driver, we ↵Guillaume Cottenceau2004-01-221-12/+12
| | | | can't allow asking for additional drivers floppy, so need another parameter to my_insmod to indicate in which situation we are
* when checking for modules already loaded, be sure to check for the real nameGuillaume Cottenceau2004-01-221-1/+2
|
* ensure insmod will try to access correct filename according to 2.4->2.6 ↵Guillaume Cottenceau2004-01-221-3/+1
| | | | compat mapping
* really display filename when "error reading" a file to insmod in 2.6Guillaume Cottenceau2004-01-221-1/+1
|
* nice kernel guys like to change modules names for no reasons when they have ↵Guillaume Cottenceau2004-01-221-1/+30
| | | | a break
* add capability to use an additional drivers floppyGuillaume Cottenceau2004-01-211-12/+66
|
* network_gigabit_usb doesn't exist anymoreGuillaume Cottenceau2004-01-211-1/+1
|
* 2.6 kernel supportGuillaume Cottenceau2003-12-181-4/+70
|
* don't log anything when module is already presentGuillaume Cottenceau2003-10-301-0/+3
|
* fix myself sux: don't unconditionnally fgets /proc/modules, because fopenGuillaume Cottenceau2003-03-141-8/+9
| | | | | | may have failed (the libc, in its great search for speed, probably doesn't care to check if the FILE* given to fgets is valid and opened)
* 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
| | | | | and Pixel)
* 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
| | | | | - add "updatemodules" feature
* 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
| | | | | but rather, try to do some clever things
* better modules handling interface (use of enum rather than guessing single ↵Guillaume Cottenceau2001-05-151-12/+14
| | | | numbers..)
* 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
| | | | | | | | file-not-found in mar file (raid cards, etc) - print "please include msg from Alt-F3" for this warning message to ease further support - print pci entry of cards found in te logs
* use modutils for non Intel arch'sGuillaume Cottenceau2001-02-221-1/+1
|
* ask for modules parameters everytime in expert mode, to avoid wrong ↵Guillaume Cottenceau2001-02-131-11/+2
| | | | autodetections in certain cases
* - better log of nfs mount errorsGuillaume Cottenceau2001-02-131-0/+19
| | | | | - don't insmod modules already present (important for bzip2 slowness)
* - use description of network cards when you have to select between ↵Guillaume Cottenceau2001-02-071-0/+2
| | | | | | | interfaces; has accuracy even in the case of multiple interface for a given kernel module - write down a small "shell" to change parameters on the fly (needs compile option SPAWN_INTERACTIVE)
* - slighty change the message when exiting successfully from install, to not ↵Guillaume Cottenceau2001-02-061-1/+1
| | | | | | | | | | mess with abnormal termination - get back dialog for hostname and domain in case of unable to guess domain - try to resolve DNS if self-ip can't resolve, to guess domain - remember entries so that when there is a problem you don't have to re-enter everything (ncurses sucking stuff in case of stdio-frontend..) - use larger buffer for list_directory since in /dev there can be *many* files
* - use bzlib instead of zlib to reduce overall sizeGuillaume Cottenceau2001-01-261-4/+8
| | | | | - take home my own bzlib code to (1) reduce code size with good compile options (2) make it compile and link against dietlibc
* 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
|