summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
Commit message (Collapse)AuthorAgeFilesLines
* write DHCP_HOSTNAME in /tmp/ifcfg-* file instead of /tmp/networkOlivier Blin2005-06-031-5/+4
|
* domain name is already in /etc/resolv.conf (and stage2 reads this file too), ↵Olivier Blin2005-06-031-2/+0
| | | | don't write it in /tmp/network
* Fix path of librpc.a now that we use the system's dietlibcRafael Garcia-Suarez2005-05-061-1/+1
|
* Stage 1 compilation fixes for gcc 4.0 :Rafael Garcia-Suarez2005-05-0611-13/+22
| | | | | | | | | | * more casts signed<->unsigned types * make choose_iso_in_directory()'s return type "void" * change order of .h files in network.c so strndup is included correctly * newt: initialize some variables properly * compile pcmcia and ppp with -Wno-deprecated-declarations, since they use deprecated types such as u_int32_t
* use installed dietlibc, not our forked cvs versionPascal Rigaux2005-05-061207-55899/+5
|
* detect tokenring and wireless cards in stage1Olivier Blin2005-04-291-1/+1
|
* detect IP address from DSL connectionOlivier Blin2005-04-261-5/+11
|
* fix dns resolution for DSL connectionsOlivier Blin2005-04-261-2/+3
|
* enhance logging again, re-indentOlivier Blin2005-04-261-9/+8
|
* fix typo (me sux)Olivier Blin2005-04-261-1/+1
|
* enhance loggingOlivier Blin2005-04-261-12/+9
|
* always initialize proxy settingsOlivier Blin2005-04-261-0/+3
|
* fix typoOlivier Blin2005-04-261-1/+1
|
* set SSID after all other settings, improve text, fix castOlivier Blin2005-04-211-8/+11
|
* use /proc/net/dev to detect network interfaces, instead of testing a limited ↵Olivier Blin2005-04-211-33/+46
| | | | set of interface names
* support DHCP over Wireless, Token Ring (great), Firewire, you name itOlivier Blin2005-04-211-7/+7
| | | | | borrow some comments from pump
* fix hex key parsingOlivier Blin2005-04-201-1/+1
|
* initial wireless support (needs ESSID, and optionally a WEP key)Olivier Blin2005-04-204-4/+194
|
* move definesOlivier Blin2005-04-182-2/+3
|
* really try to list partitions on USB keys or hard disksOlivier Blin2005-04-151-4/+8
|
* enlarge directory listOlivier Blin2005-04-151-2/+2
|
* new domain nameOlivier Blin2005-04-151-1/+1
|
* - add probing_detect_devices() to keep existing pci devices in an arrayOlivier Blin2005-04-073-23/+175
| | | | | | - allow to use external third-party pcitable - modules in to_detect (thirdparty install) are now compared to external third-par ty pcitable first, then to built-in pcitable
* 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 ↵Olivier Blin2005-04-043-40/+81
| | | | install media
* 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
| | | | | some 64-bit fixing there (forward port from cs3 and 10.1 branches)
* 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
| | | | code)
* 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
| | | | | | | - add "thirdparty" as an alias for the "updatemodules" option - allow to specify thirdparty device using automatic "thirdparty" option - try to mount as iso9660 too in try_mount
* 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
|