| Commit message (Expand) | Author | Age | Files | Lines |
* | detect IP address from DSL connection | Olivier Blin | 2005-04-26 | 1 | -5/+11 |
* | fix dns resolution for DSL connections | Olivier Blin | 2005-04-26 | 1 | -2/+3 |
* | enhance logging again, re-indent | Olivier Blin | 2005-04-26 | 1 | -9/+8 |
* | fix typo (me sux) | Olivier Blin | 2005-04-26 | 1 | -1/+1 |
* | enhance logging | Olivier Blin | 2005-04-26 | 1 | -12/+9 |
* | always initialize proxy settings | Olivier Blin | 2005-04-26 | 1 | -0/+3 |
* | fix typo | Olivier Blin | 2005-04-26 | 1 | -1/+1 |
* | set SSID after all other settings, improve text, fix cast | Olivier Blin | 2005-04-21 | 1 | -8/+11 |
* | use /proc/net/dev to detect network interfaces, instead of testing a limited ... | Olivier Blin | 2005-04-21 | 1 | -33/+46 |
* | support DHCP over Wireless, Token Ring (great), Firewire, you name it | Olivier Blin | 2005-04-21 | 1 | -7/+7 |
* | fix hex key parsing | Olivier Blin | 2005-04-20 | 1 | -1/+1 |
* | initial wireless support (needs ESSID, and optionally a WEP key) | Olivier Blin | 2005-04-20 | 4 | -4/+194 |
* | move defines | Olivier Blin | 2005-04-18 | 2 | -2/+3 |
* | really try to list partitions on USB keys or hard disks | Olivier Blin | 2005-04-15 | 1 | -4/+8 |
* | enlarge directory list | Olivier Blin | 2005-04-15 | 1 | -2/+2 |
* | new domain name | Olivier Blin | 2005-04-15 | 1 | -1/+1 |
* | - add probing_detect_devices() to keep existing pci devices in an array | Olivier Blin | 2005-04-07 | 3 | -23/+175 |
* | export THIRDPARTY_DEVICE and THIRDPARTY_DIR for stage2 | Olivier Blin | 2005-04-07 | 2 | -2/+9 |
* | add thirdparty_load_media_modules(), try to find third party modules on the i... | Olivier Blin | 2005-04-04 | 3 | -40/+81 |
* | allow to keep track of orphan devices (no module available) | Olivier Blin | 2005-04-04 | 1 | -0/+1 |
* | allow to keep track of orphan devices (no module available) | Olivier Blin | 2005-04-04 | 1 | -3/+30 |
* | try to load ide-generic as fallback when no disk or cdrom is found | Olivier Blin | 2005-04-01 | 2 | -0/+12 |
* | warn that the mount can fail if the partition hasn't been cleanly unmounted | Olivier Blin | 2005-03-23 | 1 | -1/+2 |
* | dirname may modify the string, so copy it first | Olivier Blin | 2005-03-22 | 1 | -1/+3 |
* | rephrase message (#14813) | Olivier Blin | 2005-03-21 | 1 | -1/+1 |
* | give ability to tell in which list_modules category is a module | Pascal Rigaux | 2005-03-17 | 1 | -0/+5 |
* | pcmcia also works on x86-64 (old 10.1-branch) | Gwenolé Beauchesne | 2005-03-17 | 1 | -0/+8 |
* | merge with recent enough kernel and remove osbolete (unused) stuff, also do | Gwenolé Beauchesne | 2005-03-17 | 10 | -117/+16 |
* | fix usb devices id generation | Gwenolé Beauchesne | 2005-03-17 | 1 | -1/+1 |
* | use sata modules too | Olivier Blin | 2005-03-17 | 1 | -1/+1 |
* | probe in automatic mode to create devices (and really check for mount return ... | Olivier Blin | 2005-03-17 | 1 | -3/+15 |
* | fix return code check | Olivier Blin | 2005-03-17 | 1 | -1/+1 |
* | message fix again | Olivier Blin | 2005-03-17 | 1 | -1/+1 |
* | more message fixes | Olivier Blin | 2005-03-17 | 1 | -3/+3 |
* | fix/enhance messages | Olivier Blin | 2005-03-17 | 1 | -4/+5 |
* | look for modules in /install/thirdparty first | Olivier Blin | 2005-03-17 | 1 | -9/+20 |
* | - merge update_modules stuff in third-party module | Olivier Blin | 2005-03-16 | 6 | -142/+148 |
* | fail if device doesn't match anything | Olivier Blin | 2005-03-16 | 1 | -1/+3 |
* | allow to clean local directory only | Olivier Blin | 2005-03-16 | 1 | -1/+3 |
* | partition.c is used only in disk installs for now | Olivier Blin | 2005-03-16 | 1 | -2/+2 |
* | cdrom support in third-party module | Olivier Blin | 2005-03-16 | 3 | -62/+156 |
* | fix pcmcia modules loading | Olivier Blin | 2005-03-15 | 1 | -0/+3 |
* | fix messages | Olivier Blin | 2005-03-10 | 1 | -2/+2 |
* | expert mode is dead | Olivier Blin | 2005-03-09 | 3 | -6/+1 |
* | don't forget to link with third_party stuff | Olivier Blin | 2005-03-09 | 1 | -1/+1 |
* | do not ask for third party modules here, it's available from main menu | Olivier Blin | 2005-03-09 | 1 | -3/+0 |
* | allow to use new third party stuff from main menu | Olivier Blin | 2005-03-09 | 1 | -62/+9 |
* | initial import (allow to load thirdparty modules from disks) | Olivier Blin | 2005-03-09 | 2 | -0/+178 |
* | fix message | Olivier Blin | 2005-03-09 | 1 | -1/+1 |
* | probe usb devices before trying to use third party modules | Olivier Blin | 2005-03-09 | 1 | -3/+3 |