summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* use mirrors with type=distrib only (skip both type=iso and type=updates, #34912)Olivier Blin2007-10-231-2/+2
|
* allow to probe USB bus onlyOlivier Blin2007-10-231-2/+9
|
* link with pcmcia/sysfs libsOlivier Blin2007-10-231-1/+1
|
* use FULL objects in probe-modulesOlivier Blin2007-10-231-1/+1
|
* do not probe PCI devices when probing USB busOlivier Blin2007-10-231-1/+1
|
* fix probing USB controllers when probing USB devices directlyOlivier Blin2007-10-231-3/+1
|
* 1.18Olivier Blin2007-10-032-1/+4
|
* add probe-modules helperOlivier Blin2007-10-032-1/+48
|
* export find_media functionOlivier Blin2007-10-032-1/+2
|
* 1.17Olivier Blin2007-09-242-1/+6
|
* do not explicitely try to load ide-generic, ldetect will fallback to ↵Olivier Blin2007-09-242-12/+0
| | | | ide-generic when appropriate (#33043)
* use modules from disk/ide category (#33043)Olivier Blin2007-09-241-1/+1
|
* 1.16Pascal Rigaux2007-09-052-1/+2
|
* - if you give nfs directory xxx, try to use xxx/ARCHPascal Rigaux2007-09-055-5/+28
| | | | | | | - handle cdroms with and without ARCH at the root and factorize the code into create_IMAGE_LOCATION()
* 1.15Olivier Blin2007-08-272-1/+2
|
* read modules description from /modules/modules.description (and drop ↵Olivier Blin2007-08-274-72/+62
| | | | hardcoded descriptions...)
* make filename2modname modify in-placeOlivier Blin2007-08-271-8/+7
|
* extract filename2modname() functionOlivier Blin2007-08-271-9/+12
|