summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Collapse)AuthorAgeFilesLines
* 1.32Olivier Blin2008-09-262-1/+2
|
* automatically find compressed stage2 with automatic=method:diskOlivier Blin2008-09-262-0/+65
|
* 1.31Pascal Rigaux2008-08-272-1/+2
|
* - usbkbd is dead, using usbhid insteadPascal Rigaux2008-08-202-3/+4
| | | | | (as told by pterjan)
* 1.30Olivier Blin2008-06-122-1/+2
|
* handle ide-cd being renamed as ide-cd_modOlivier Blin2008-06-123-2/+3
|
* better textOlivier Blin2008-06-121-2/+2
|
* add back "ide-generic" support (incorrectly removed in 1.17), theOlivier Blin2008-06-123-0/+16
| | | | | | module that we want to avoid is "ide-pci-generic" (previously "generic"), and this is handled by ldetect-lst preferred modules list
* mention build fixesOlivier Blin2008-06-121-0/+1
|
* do not define unused functions in network standalone modeOlivier Blin2008-06-122-0/+4
|
* do not define unused lex input functionOlivier Blin2008-06-121-0/+1
|
* 1.29Olivier Blin2008-06-122-1/+2
|
* allow to pass module options to probe-modulesOlivier Blin2008-06-122-1/+9
|
* 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