Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix brown paper bug combo | Olivier Blin | 2004-06-14 | 1 | -7/+7 |
| | |||||
* | updated pot file | Pablo Saratxaga | 2004-06-14 | 50 | -97867/+124153 |
| | |||||
* | always fill proxy fields of interfaces | Olivier Blin | 2004-06-14 | 1 | -3/+3 |
| | |||||
* | (ask_fromW_real) make previous button be labeled "cancel" when needed | Thierry Vignaud | 2004-06-14 | 1 | -1/+1 |
| | |||||
* | do not mount sysroot in testing mode | Olivier Blin | 2004-06-14 | 1 | -4/+6 |
| | |||||
* | do not automatically switch from nv to nvidia (in order to handle | Thierry Vignaud | 2004-06-14 | 1 | -2/+2 |
| | | | | | cases where nvidia module crashes the system) | ||||
* | Added image for Berber language, so it is available when it would be needed | Pablo Saratxaga | 2004-06-14 | 1 | -0/+0 |
| | |||||
* | rephrase the partition selection message | Olivier Blin | 2004-06-14 | 1 | -1/+1 |
| | |||||
* | 10-44mdk | Thierry Vignaud | 2004-06-14 | 1 | -1/+18 |
| | |||||
* | since some hard disks are USB models, we've to filtering them out once we've | Thierry Vignaud | 2004-06-14 | 1 | -1/+1 |
| | | | | | detected them in order to prevent tem to appear in the "unknown/other" category | ||||
* | enable drag on drop when looking only at customized settings | Thierry Vignaud | 2004-06-14 | 1 | -1/+5 |
| | |||||
* | enforce introduction of translators hints into translation catalogs | Thierry Vignaud | 2004-06-14 | 5 | -25/+36 |
| | | | | | | | | | | | (perl_checker should have been loudly complain on those!!!! :-(): - add missing coma caracter - move them near translations note that i didn't bother check po comments that already have the proper comma. instead this should be done by perl_checker which should warn about po comments out of translation calls and tags contexts | ||||
* | display more data about hard disks (geometry, number of primary/extended | Thierry Vignaud | 2004-06-14 | 1 | -0/+14 |
| | | | | | partitions) | ||||
* | ethernet card detection: only rely on driver for matching ethernet cards, thus | Thierry Vignaud | 2004-06-14 | 1 | -7/+2 |
| | | | | | | | | preventing mislisting of other/unwanted devices (eg: bluetooth, wlan, AX25). last but not least, it enables us to catch ldetect/ldetect-lst/detect_devices bugs where some devices are *not* seen by drakx and drakconnect. | ||||
* | remove useless filtering in bridges detection code since proper filtering (for | Thierry Vignaud | 2004-06-14 | 1 | -1/+1 |
| | | | | | dobles) is already done at the upper level. | ||||
* | fix misdetection of nvidia nforce ethernet cards (broken since forcedeth | Thierry Vignaud | 2004-06-14 | 1 | -1/+1 |
| | | | | | replaced nvnet on 2004-01-21 in MDK10's ldetect-lst) | ||||
* | revert previous change, do not use sudo for mkisofs (I suck) | Olivier Blin | 2004-06-11 | 1 | -1/+1 |
| | |||||
* | use sudo as well for mkisofs | Olivier Blin | 2004-06-11 | 1 | -1/+1 |
| | |||||
* | do not ask proxy settings if interface wasn't brought up (stupid me) | Olivier Blin | 2004-06-11 | 1 | -6/+7 |
| | |||||
* | add http proxy settings in interface_info struct, and ask them right after ↵ | Olivier Blin | 2004-06-11 | 2 | -25/+58 |
| | | | | the interface is up, so that they can be used to fetch the mirror list | ||||
* | merge lost hunk | Thierry Vignaud | 2004-06-11 | 1 | -2/+2 |
| | |||||
* | s/_([xy])\b/_\1\1/ so that cperl-mode is happier | Thierry Vignaud | 2004-06-11 | 1 | -14/+14 |
| | |||||
* | make draksplash work again... | Thierry Vignaud | 2004-06-11 | 1 | -24/+25 |
| | |||||
* | enable MODE_TESTING if the DEBUGSTAGE1 environment variable is set | Olivier Blin | 2004-06-11 | 1 | -0/+2 |
| | |||||
* | in testing mode, try to open cmdline file in current directory before trying ↵ | Olivier Blin | 2004-06-11 | 1 | -7/+17 |
| | | | | in /proc | ||||
* | let the user choose between ISO images containing a stage2 installer if a ↵ | Olivier Blin | 2004-06-11 | 1 | -2/+58 |
| | | | | directory containing ISO images has been specified | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-06-10 | 1 | -1/+1 |
| | |||||
* | - hde is ide/host1/bus0/target0/lun0, and not ide/host0/bus2/target0/lun0 | Pascal Rigaux | 2004-06-10 | 1 | -3/+5 |
| | | | | | - add host in hd struct for bus ide | ||||
* | use new product name (Mandrakelinux) | Olivier Blin | 2004-06-10 | 1 | -1/+1 |
| | |||||
* | add olivier blin | Thierry Vignaud | 2004-06-10 | 1 | -0/+1 |
| | |||||
* | first lan step: replace the "manual choice" string by the more | Thierry Vignaud | 2004-06-10 | 1 | -2/+2 |
| | | | | | meaningfull "manually load a driver" | ||||
* | first lan step: do not compare translated strings, use format callback | Thierry Vignaud | 2004-06-10 | 1 | -3/+3 |
| | |||||
* | merge with sound-scripts (we should really just use | Thierry Vignaud | 2004-06-10 | 1 | -2/+2 |
| | | | | | ../../../soft/sound-scripts/alsa_default.pl) | ||||
* | fix trainee suckiness | Olivier Blin | 2004-06-10 | 1 | -1/+1 |
| | |||||
* | (get) default to standard level; else security::msec won't be able to | Thierry Vignaud | 2004-06-10 | 1 | -1/+1 |
| | | | | | | load any values when level is not set (thus resulting in an empty draksec GUI) | ||||
* | ntfs support in install from disk (on nplanel request, but to actually work, ↵ | Olivier Blin | 2004-06-10 | 3 | -2/+7 |
| | | | | it would need the BOOT kernels to include the ntfs module) | ||||
* | in move, use stg1_info_message() instead of stg1_error_message() not to ↵ | Olivier Blin | 2004-06-09 | 1 | -1/+1 |
| | | | | disable MODE_AUTOMATIC | ||||
* | fix bad glob in upload_only | Pascal Rigaux | 2004-06-09 | 1 | -4/+4 |
| | |||||
* | - install ATI_GLX-utils (from cdcom) | Pascal Rigaux | 2004-06-09 | 1 | -2/+2 |
| | | | | | - remove drakperm and draksec (not useful in Mandrakemove) | ||||
* | 10-43mdk | Thierry Vignaud | 2004-06-09 | 1 | -1/+20 |
| | |||||
* | rule live_tree_boot calls clps, no need to do it twice | Pascal Rigaux | 2004-06-08 | 1 | -1/+1 |
| | |||||
* | Bugzilla #9877 - deal with kernel ring buffer that is flooded with msgs | Stew Benedict | 2004-06-08 | 1 | -3/+3 |
| | | | | | for tape device detection. | ||||
* | in ftp install, display a mirror list (fetched from ↵ | Olivier Blin | 2004-06-08 | 1 | -0/+7 |
| | | | | http://www.linux-mandrake.com/mirrorsfull.list) to allow the user to choose the medium, the host, and automatically find the path on mirror (next try, I suck Pixel said) | ||||
* | in ftp install, display a mirror list (fetched from ↵ | Olivier Blin | 2004-06-08 | 1 | -1/+149 |
| | | | | http://www.linux-mandrake.com/mirrorsfull.list) to allow the user to choose the medium, the host, and automatically find the path on mirror | ||||
* | include missing header for uname | Olivier Blin | 2004-06-08 | 1 | -0/+1 |
| | |||||
* | in ftp install, check that modules for the boot kernel are available in ↵ | Olivier Blin | 2004-06-08 | 1 | -0/+15 |
| | | | | mdkinst live location (they won't be used by the installer, but if they aren't here, they probably won't be in the mdkinst tarball) | ||||
* | list only the requested file in ftp_get_filesize() instead of the whole ↵ | Olivier Blin | 2004-06-08 | 2 | -2/+3 |
| | | | | directory (the buffer happens to be too small sometimes), make this function available for other modules | ||||
* | fix typo causing "Out of memory" | Pascal Rigaux | 2004-06-08 | 1 | -1/+1 |
| | |||||
* | add rafael | Thierry Vignaud | 2004-06-08 | 1 | -0/+1 |
| | |||||
* | kill dead code | Thierry Vignaud | 2004-06-08 | 1 | -1/+1 |
| |