summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Collapse)AuthorAgeFilesLines
* 1.28Olivier Blin2008-04-032-1/+4
|
* fix segfault with empty device description (can happen for USB devices)Olivier Blin2008-04-031-4/+8
|
* 1.27.1Olivier Blin2008-03-312-1/+4
|
* declare init_firmware_timeoutOlivier Blin2008-03-312-1/+2
|
* 1.27Olivier Blin2008-03-312-1/+2
|
* do not set firmware timeout to 1 second in probe-modules helper for Mandriva ↵Olivier Blin2008-03-313-1/+4
| | | | One (#39216)
* 1.26Olivier Blin2008-03-202-1/+5
|
* load bus/firewire controllers (#31356)Olivier Blin2008-03-201-1/+1
|
* really ask dhcp domain if not guessedOlivier Blin2008-03-201-1/+1
|
* 1.25Olivier Blin2008-03-182-1/+4
|
* do not allow to choose outdated cooker mirror list (#37278)Olivier Blin2008-03-181-1/+1
|
* add bug numberOlivier Blin2008-03-181-2/+2
|
* 1.24Olivier Blin2008-03-182-1/+6
|
* load disk/ide before disk/scsi (to prevent sata deps from overriding ↵Olivier Blin2008-03-182-3/+7
| | | | non-libata pata modules, like in install::steps)
* simplify (and remove gotos \o/)Olivier Blin2008-03-181-15/+6
|
* extract probe_pci_modules functions (will be reused to load media ↵Olivier Blin2008-03-181-12/+17
| | | | controllers in two times, IDE first, other then)
* simplifyOlivier Blin2008-03-181-2/+1
|
* fix asking modules when no controller is detectedOlivier Blin2008-03-181-1/+1
|
* 1.23Olivier Blin2008-02-282-1/+10
|
* probe usb-storage/sbp2 only when probing USB/SCSI buses (to make automatic ↵Olivier Blin2008-02-281-1/+2
| | | | boot faster on IDE)
* clear tty2 after shell is killedOlivier Blin2008-02-281-1/+3
|
* log "killed shell" message on tty3Olivier Blin2008-02-281-1/+1
|
* fix indentationOlivier Blin2008-02-281-3/+3
|
* make dhcp the first choice (instead of static) in the network type menuOlivier Blin2008-02-281-2/+2
|
* space-pad top line with spaces to the right (like help message)Olivier Blin2008-02-281-1/+3
|
* add a space in front of top line (like help message)Olivier Blin2008-02-281-4/+6
|
* 1.22Olivier Blin2008-02-272-1/+6
|
* fix automatic IDE media detection (was broken with multiple CD drives, #36161)Olivier Blin2008-02-271-4/+3
| | | | | | | | | | This is fixed by also loading media adapters for IDE bus, it was probably broken when we switched to modular IDE in the kernel. This should also allow keeping the bootsplash during stage2 load (previously automatic IDE mode was not working in the "automatic" code path, but working only if one IDE drives was present, after having disabled automatic mode...)
* - rename SCSI_ADAPTERS as MEDIA_ADAPTERS since we really mean media adpaters nowOlivier Blin2008-02-275-21/+21
| | | | | | - update comments and messages accordingly - rename already_probed_scsi_adapters as already_probed_media_adapters
* wait only 1 second for firmware upload (not to hang boot with iwl3945, #37279)Olivier Blin2008-02-271-0/+14
|
* 1.21:Olivier Blin2008-02-112-1/+5
| | | | | | - load nls_cp437 and nls_iso8859_1 when loading vfat (used to be in custom modules.dep)
* do not modify modules.dep to load nls modules for fat, but inline in code ↵Olivier Blin2008-02-111-0/+2
| | | | (to keep a "clean" modules.dep)
* update NEWSOlivier Blin2008-02-111-1/+1
|
* 1.20Olivier Blin2008-02-112-1/+7
|
* load module passed as argument (if any), instead of probing busOlivier Blin2008-02-111-3/+16
|
* make probe-modules handle the "--usb" option instead of "usb"Olivier Blin2008-02-111-1/+1
|
* switch to modules from /lib/modules/`uname -r`, modules.dep containing full ↵Olivier Blin2008-02-111-4/+12
| | | | filename
* fix typoOlivier Blin2008-02-111-1/+1
|
* strip directory and module extension when getting module nameOlivier Blin2008-02-111-1/+5
|
* convert module deps to modname as wellOlivier Blin2008-02-111-1/+1
|
* alloc the string in filename2modnameOlivier Blin2008-02-111-9/+14
|
* add find_modules_directoryOlivier Blin2008-02-111-1/+7
|
* factorize /modulesOlivier Blin2008-02-111-4/+5
|
* fix typoOlivier Blin2007-12-211-1/+1
|
* rebuild with list_modules to handle atl2 ethernet driverOlivier Blin2007-12-212-1/+4
|
* export BASE when building tarballOlivier Blin2007-12-211-2/+2
|
* fix linking with dietlibc /o\Olivier Blin2007-11-161-1/+1
|
* fix linking of static archives with gccOlivier Blin2007-11-161-2/+4
|
* fix build with gccOlivier Blin2007-11-164-0/+5
|
* fix typo, return the number of KA tryAntoine Ginies2007-10-251-9/+8
|