summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Expand)AuthorAgeFilesLines
* - add probing_detect_devices() to keep existing pci devices in an arrayOlivier Blin2005-04-073-23/+175
* export THIRDPARTY_DEVICE and THIRDPARTY_DIR for stage2Olivier Blin2005-04-072-2/+9
* add thirdparty_load_media_modules(), try to find third party modules on the i...Olivier Blin2005-04-043-40/+81
* allow to keep track of orphan devices (no module available)Olivier Blin2005-04-041-0/+1
* allow to keep track of orphan devices (no module available)Olivier Blin2005-04-041-3/+30
* try to load ide-generic as fallback when no disk or cdrom is foundOlivier Blin2005-04-012-0/+12
* warn that the mount can fail if the partition hasn't been cleanly unmountedOlivier Blin2005-03-231-1/+2
* dirname may modify the string, so copy it firstOlivier Blin2005-03-221-1/+3
* rephrase message (#14813)Olivier Blin2005-03-211-1/+1
* give ability to tell in which list_modules category is a modulePascal Rigaux2005-03-171-0/+5
* pcmcia also works on x86-64 (old 10.1-branch)Gwenolé Beauchesne2005-03-171-0/+8
* merge with recent enough kernel and remove osbolete (unused) stuff, also doGwenolé Beauchesne2005-03-1710-117/+16
* fix usb devices id generationGwenolé Beauchesne2005-03-171-1/+1
* use sata modules tooOlivier Blin2005-03-171-1/+1
* probe in automatic mode to create devices (and really check for mount return ...Olivier Blin2005-03-171-3/+15
* fix return code checkOlivier Blin2005-03-171-1/+1
* message fix againOlivier Blin2005-03-171-1/+1
* more message fixesOlivier Blin2005-03-171-3/+3
* fix/enhance messagesOlivier Blin2005-03-171-4/+5
* look for modules in /install/thirdparty firstOlivier Blin2005-03-171-9/+20
* - merge update_modules stuff in third-party moduleOlivier Blin2005-03-166-142/+148
* fail if device doesn't match anythingOlivier Blin2005-03-161-1/+3
* allow to clean local directory onlyOlivier Blin2005-03-161-1/+3
* partition.c is used only in disk installs for nowOlivier Blin2005-03-161-2/+2
* cdrom support in third-party moduleOlivier Blin2005-03-163-62/+156
* fix pcmcia modules loadingOlivier Blin2005-03-151-0/+3
* fix messagesOlivier Blin2005-03-101-2/+2
* expert mode is deadOlivier Blin2005-03-093-6/+1
* don't forget to link with third_party stuffOlivier Blin2005-03-091-1/+1
* do not ask for third party modules here, it's available from main menuOlivier Blin2005-03-091-3/+0
* allow to use new third party stuff from main menuOlivier Blin2005-03-091-62/+9
* initial import (allow to load thirdparty modules from disks)Olivier Blin2005-03-092-0/+178
* fix messageOlivier Blin2005-03-091-1/+1
* probe usb devices before trying to use third party modulesOlivier Blin2005-03-091-3/+3
* move partition stuff in partition.c and common disk stuff in tools.cOlivier Blin2005-03-096-166/+238
* do ask for modules here, it is already done when neededOlivier Blin2005-03-091-5/+0
* wait for mass storage devices to be detectedOlivier Blin2005-03-091-0/+3
* add log message when looking for scsi adaptersOlivier Blin2005-03-091-3/+4
* remove spurious spaceOlivier Blin2005-03-071-1/+1
* try to reuse hostname and domain information from dhcp step (#14285)Olivier Blin2005-03-071-6/+17
* ask if the http proxy should be used for ftp (#13492)Olivier Blin2005-03-071-4/+13
* don't segault if proxy step is cancelledOlivier Blin2005-03-071-4/+4
* export dhcp_domain tooOlivier Blin2005-03-071-0/+1
* set MODE_TESTING too if DEBUGSTAGE1 is setOlivier Blin2005-03-041-1/+3
* remove unused variableOlivier Blin2005-03-041-1/+0
* do not show a dialog box before loading network or SCSI drivers, we'llOlivier Blin2005-03-011-8/+4
* new option "keepmounted" to allow the rescue media to be kept mountedPascal Rigaux2005-02-285-3/+6
* fix using the mirror tree when there is an iso at the root of the mirror but ...Pascal Rigaux2005-02-181-0/+2
* new kernel doesn't like usbdevfs any more, it wants usbfsPascal Rigaux2005-02-081-1/+2
* add a dhcp-client built using mdk-stage1 codePascal Rigaux2005-01-317-8/+46